Ok, me and Contiga tried to get it to work, without any luck.
He tried to do a player.testvar, but then it went entirely the same for all players.
It doesnt work to send params with player.attr ganis, wich is kind of lame.
Shouldnt this work?:
PHP Code:
player.attr[#] = { "ganiname", param1, param2, etc};
Because it doesnt. You can only set a player attribute to:
PHP Code:
player.attr[#] = "ganiname";