Well, this is what I am doing
PHP Code:
//#CLIENTSIDE
funciton onCreated()
{
player.attr[ 10] = "";
player.attr[ 10] = "chompy_float-text.gani,+12";
}
This is what I do to show the gani, now..
In the gani script I am using emitter to show some text at the players position, but it won't recieve params[ 0] (which should be +12)...
so the emitter is suppose to show +12 as text, but it doesn't show anything at all..
Anyone know what's not working?