Yes... I think I'll do like that :)
I'll parse the file on server side and I'll send the infos to the clients :)
 
Thanks
_______________________________
Cortex ( ICQ : 71548738 )
HL Albator coder & mapper ( www.hlalbator.fr.st )
----- Original Message -----
Sent: Sunday, January 27, 2002 12:26 PM
Subject: RE: [hlcoders] Server file

I might not undestand your question properly, but why not just send the data from the server (for the polls) to the client in one message:

MESSAGE_BEGIN(...)
WRITE_STRING( "pollquestion1" );
WRITE_BYTE( value );
etc
MESSAGE_END();
 
Michael Shimmins
The Absconder Effect (http://www.tae-mod.com) - It's Our Birthday!
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Cortex
Sent: Sunday, 27 January 2002 10:13 PM
To: coders
Subject: [hlcoders] Server file

Hello,
 
In my mod, the server can set some data (for polls) which must be used
by the clients to be displayed by a VGUI.
 
I don't know how to use the server cfg file instead of the client's one :(
Must I send a large amount of data with MESSAGE_BEGIN ???
 
Thanks...
--------------------------------------------------------
Cortex
HL Albator coder & mapper
www.hlalbator.fr.st
ICQ : 71548738
--------------------------------------------------------

Reply via email to