View Single Post
  #4  
Old 01-31-2007, 12:48 AM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
Quote:
Originally Posted by Chompy View Post
hmm,

PHP Code:
function onActionServerisdeacct)
{
  
plyr findplayer( @ temp.acct);
  
withplyr)
    
temp.array = { player.attr1], player.attr2]};

this doesn't seem to work for me..
reading an others player.attr's
Can I suggest:
PHP Code:
function onActionserverside(temp.acct)
{
  
temp.plyr findPlayer(temp.acct);
  
temp.array = {temp.plyr.attr[1], temp.plyr.attr[2]};

Also what's with this awful style of putting spaces at the beginning of function parameters and such? :/
__________________
Skyld
Reply With Quote