|
Wouldn't you want to be saving them in serverr. variables instead of client variables so they don't change for each player?
|
Depending on if the statue should be shown clientside or not. Yah maybe the serverr.flags if everyone should see it.
EDIT for John:
To have it viewable for everyone you could simply change the client.statue_first to server.statue_first. That should work aswell and would be viewable for everyone. But probably I'd change it to something serverside than and use serverr.flags since they are more secure and not changeable with memory editors.