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

Reply via email to