
07-13-2010, 10:19 AM
|
ǝɔɐɹq ʎןɹnɔ
|
 |
Join Date: Dec 2006
Location: Germany
Posts: 5,153
|
|
Quote:
Originally Posted by cbk1994
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? |
|
|