View Single Post
  #3  
Old 04-06-2007, 10:27 AM
DrakilorP2P DrakilorP2P is offline
Registered User
DrakilorP2P's Avatar
Join Date: Apr 2006
Posts: 755
DrakilorP2P is just really niceDrakilorP2P is just really nice
Quote:
Originally Posted by Chandler View Post
Please, correct me if I am to be wrong.
HTML Code:
text = player.attr[6].tokenize(",")[0];
Shouldn't this be
HTML Code:
text = player.attr[6][0];
However, you're finding that image over and over again.
Maybe use "attachtoowner" with a particle, which could give the same effect. You could also update it when necessary?
I don't know why you you can only see certain ones, maybe it's something calling this weapon? Make sure everyone is to receive the "trigger".
Check this for the tokenize() matter; http://forums.graalonline.com/forums...ad.php?t=72413
Reply With Quote