26.07.2012, 06:35
Use format()
pawn Код:
new str[50],Float:health;
format(str,sizeof(str),"Health: %f",GetPlayerHealth(playerid,health));
SendClientMessage(playerid,color,str);