31.05.2015, 11:45
i searched alot but i couldn't find anything, i want a basic sethealth command, like this /sethealth id amount
i searched the wiki but i only found the /heal commands that set your health to a preset number, which i don't need them.
this isn't working, i'm new to scripting.
i searched the wiki but i only found the /heal commands that set your health to a preset number, which i don't need them.
Код:
Public onplayerCommandText (playerid,cmdtext[]) { if(strcmp(cmdtext, "/setplayerhealth)) SetPlayerHealth(playerid, float); return 1; }