
02-16-2007, 03:03 PM
|
|
Registered User
|
Join Date: Aug 2003
Location: Quebec
Posts: 130
|
|
|
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 |
|
|
|