
08-19-2011, 10:41 PM
|
|
team canada
|
 |
Join Date: Jul 2004
Location: Canada
Posts: 5,200
|
|
|
Another thing to note is your usage of serverr variables. Judging by your script you really only need to use server (only one r) variables because you aren't accessing them on the client-side and are instead using player chat to display it.
serverr variables are stored on the server-side and synced with the client-side.
server variables are just stored on the server-side. |
|
|
|