01.12.2009, 13:32
SetPlayerHealth(playerid,5000)
and
new Float:health;
GetPlayerHealth(playerid,health);
new string[128];
format(string,sizeof(string),"health:%.0f",health) ;
SendCliendMessage(playerid,COLOR_RED,string);
it showed 136 not 5000……
that is a big problem with my 3dlabel display
any idea?
and
new Float:health;
GetPlayerHealth(playerid,health);
new string[128];
format(string,sizeof(string),"health:%.0f",health) ;
SendCliendMessage(playerid,COLOR_RED,string);
it showed 136 not 5000……
that is a big problem with my 3dlabel display
any idea?