View Single Post
  #8  
Old 01-25-2007, 10:14 AM
Chandler Chandler is offline
Banned
Join Date: Jan 2007
Posts: 656
Chandler will become famous soon enough
Quote:
Originally Posted by JkWhoSaysNi View Post
I can't find any examples of attr[] usage.

Should I just use

player.attr[1] = findimg(id) ?


It doesn't seem to work. I'm using indexes over 200 and nobody can see text from anyone else.
I'd use them above 3, as attr[1] is the hat, attr[2] is the shield and attr[3] is the head of the player. I'd place it on something like attr[9], or work your way up from three.
Reply With Quote