Re: [hlcoders] Command Line Info

2002-12-01 Thread Cortex
hey ;) I didn't know that... But for me, HL is never on top of MSVC even if
I don't launch HL with -topmost when I debug...

  - Cortex : HL ALBATOR coder  mapper
  - [EMAIL PROTECTED]  ICQ : 71548738

Sebastian Steinlechner wrote:
 Hallo,

 Doesn't really have anything to do with server launchers, but just to
 add a pretty usefull commandline:
 -notopmost
 This prevents HL from sitting on top of MSVC when you're debugging it.


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




Re: [hlcoders] GameTime-Format?

2002-12-01 Thread Daniel Koppes
--
[ 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