View Single Post
  #9  
Old 01-31-2007, 03:42 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
Quote:
Originally Posted by Chandler View Post
It made sense to me! :>
Ah wait, I forgot that ''with'' doesn't need to be addressed again with the temp.curAccount, as you've already found the player.

HTML Code:
temp.curAccount = findPlayer("cHANDLER");
with(temp.curAccount)
{
  temp.array = {player.attr[1], player.attr[2]};
}
:]

Well, I got it to work, thanks to Skyld

Now this is my other question, why can you read an other players 'player.' vars, but not strings like 'clientr.' (This is what I experienced)
__________________

Last edited by Chompy; 01-31-2007 at 04:08 PM..
Reply With Quote