Quote:
Originally Posted by Kristi
Is the text itsself assigned to an attr?
|
I did
PHP Code:
//#CLIENTSIDE
function onCreated()
{
player.attr[ 10] = "";
player.attr[ 10] = "chompy_float-text.gani";
player.attr[ 11] = "";
player.attr[ 11] = "+12";
}
When I do that, only I can see the '+12' text, and no others.. quite annoying