
08-21-2011, 04:45 AM
|
|
Finger lickin' good.
|
 |
Join Date: Nov 2008
Location: Colorado
Posts: 1,865
|
|
|
A serverr.var is read-only on the clientside. You need to set it on the serverside.
I'm not sure it's a good idea to store something like server news (which is only needed on demand) in a variable that is synced with every client. You also have the problem of strings being chopped to 255 characters if a staff member manually edits the flags from RC.
serverr variables are good when a small amount of data is needed frequently on every client. Such as storing the current state of a weather system. |
|
|
|