17.08.2009, 10:05
You mean something like this?
Код:
new string[256]; new Float:health; GetPlayerHealth(playerid,health); format(string,sizeof(string),"Your health: %f",health); SendClientMessage(playerid,COLOR_YELLOW,string);