View Single Post
  #2  
Old 02-16-2007, 03:03 PM
ToNy_W ToNy_W is offline
Registered User
Join Date: Aug 2003
Location: Quebec
Posts: 130
ToNy_W is on a distinguished road
Send a message via AIM to ToNy_W
Hmm, arrays in player attributes never worked for me, what i do is convert my array to a string before sending it to the attributes, and it works fine...

this.array {"test", "array"};
player.attr[10] = (@this.array);
this.array = player.attr[10];

I remember readign on the forums about the same problem a couple of months ago but don't remember how it ended, so there might be a better solution but this oen works for me :P
Reply With Quote