View Single Post
  #3  
Old 08-21-2011, 04:45 AM
salesman salesman is offline
Finger lickin' good.
salesman's Avatar
Join Date: Nov 2008
Location: Colorado
Posts: 1,865
salesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud ofsalesman has much to be proud of
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.
__________________
Reply With Quote