Quote:
Originally Posted by Chompy
hmm,
PHP Code:
function onActionServerisde(curAcct)
{
temp.curPlyr = findplayer(temp.curAcct);
temp.array = {temp.curPlyr.attr[1], temp.curPlyr.attr[2]};
}
this doesn't seem to work for me..
reading an others player.attr's
|
You was reading your own attributes... you found the player, but you decided to also find your own attributes...