Quote:
Originally Posted by Crow
Gani scripts will show the viewer's "values" when using client. or clientr.vars, so you'll have to store the account in one.
|
Just use a global variable, in some system script:
PHP Code:
//#CLIENTSIDE
function onCreated() {
localPlayer = player;
}
then access like
PHP Code:
localPlayer.account