Quote:
|
Originally Posted by Warcaptain
ah... the variable needs to be set serverside or has to read serverside (or both, of course)
|
You have to read it in the scope that you set it. ie: if it's set serverside, it has to be read serverside. If it's set clientside, it has to be read clientside. (I just checked this, wasn't sure if the clientside worked or not, never had a need to use it clientside)