View Single Post
  #7  
Old 01-31-2007, 09:52 AM
Chandler Chandler is offline
Banned
Join Date: Jan 2007
Posts: 656
Chandler will become famous soon enough
Quote:
Originally Posted by Chompy View Post
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...
Reply With Quote