Alfred,
Thanks for the response. I have to admit I'm getting a little frustrated by these answers. That being said, I really do appreciate your feedback.
Whether Valve intended it or not (or it's well-known or not), 'setinfo' is not merely client-side. It works 100% on Windows dedicated servers.
Why doesn't it work on Linux dedicated servers?
Thanks, -Mattie
----- Original Message ----- From: "Alfred Reynolds" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Tuesday, March 29, 2005 1:31 PM Subject: RE: [hlcoders] CSS Linux dedicated servers lack "setinfo" console command
setinfo is a client side only command (it changes a string table on the client when is then transmitted to the server). On the server a clients "setinfo" buffer (their string table) is read only. For bots you can use SetFakeClientConVarValue() to effect a bots setinfo buffer.
- Alfred
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mattie Casper Sent: Tuesday, March 29, 2005 5:23 AM To: [email protected] Subject: [hlcoders] CSS Linux dedicated servers lack "setinfo" console command
This is a multi-part message in MIME format. -- [ Picked text/plain from multipart/alternative ] Hello,
Any particular reason that Linux dedicated servers are missing the 'setinfo' command? Am I just overlooking it? Is there another alternative? (I notice the incrementvar and decrementvar commands exist, however.)
If there is no way to create variables Linux similar to setinfo, can we get this remedied as soon as possible?
Thanks, -Mattie --
_______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders
_______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders
_______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

