if(strcmp(cmdtext,"/hp",true)==0)
{
new Float:health; GetPlayerHealth(playerid,health);
new string[5];
format(string,sizeof(string),"%d",health);
SendClientMessage(playerid,GREY,string);
}
ingame steht aber eine Zahl über 1000 obwohl ich 100 HP habe ?