136
Trouble Shooting / Re: set variable on server recoverable by clients
« on: May 29, 2017, 02:09:49 PM »
I'm not sure what you are asking. Can you explain in more detail?
What are you trying to do? Which mod are you trying to do it with?
"variables" can mean cvars (console variables) or configstrings (strings the server can communicate to clients).
Cvars can be server only, or client only, or server-info that can be communicated to clients but are very much limited by what can be communicated in a single serverinfo frame.
What are you trying to do? Which mod are you trying to do it with?
"variables" can mean cvars (console variables) or configstrings (strings the server can communicate to clients).
Cvars can be server only, or client only, or server-info that can be communicated to clients but are very much limited by what can be communicated in a single serverinfo frame.