View Single Post
  #3  
Old 07-13-2010, 06:23 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by Crow View Post
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 
__________________
Reply With Quote