14.12.2014, 10:37
(
Последний раз редактировалось Ryz; 14.12.2014 в 10:41.
Причина: MISTAKE
)
use this to make command
pawn Код:
new Float:Health,string[128];
GetPlayerHealth(playerid, Health);
format(string,sizeof(string),"your health is %0.1f",Health);
SendClientMessage(playerid,-1,string);