View Single Post
  #4  
Old 07-13-2010, 10:19 AM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
Quote:
Originally Posted by cbk1994 View Post
Just use a global variable, in some system script:

PHP Code:
//#CLIENTSIDE
function onCreated() {
  
localPlayer player;

then access like

PHP Code:
localPlayer.account 
Sure that works?
Reply With Quote