--
[ Picked text/plain from multipart/alternative ]
I do believe the time is in seconds (buggered if i know why they used a
float32 for that).

So just do

h = time / 3600
time = time - (h * 3600)
m = time / 60
time = time - (m * 60)
s = time

At 07:27 2/12/2002, you wrote:
>when sending ����players to a hl-sever u get in return a list of players...
>
>Server responds with the following packet:
>         (int32)         -1
>         (byte)          ASCII 'D' (players response, S2A_PLAYER)
>         (byte)          active client count
>
>         for each active client
>                 (byte)          client number / index
>                 (string)                player name
>                 (int32)         client's frag total
>                 (float32)               client's total time in-game
>
>but how do i format the float32 in vb?
>
>_______________________________________________
>To unsubscribe, edit your list preferences, or view the list archives,
>please visit:
>http://list.valvesoftware.com/mailman/listinfo/hlcoders


----------
Programmer and Modeller for <http://pokemod.fragoff.net/>The
<http://pokemod.fragoff.net/>Pokemod

----------
--

_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders

Reply via email to