15.06.2009, 08:09
i used in onplayercommandtext
this is my heal script
this is my heal script
Код:
if(strcmp(cmdtext, "/heal", true)) { SetPlayerHealth(playerid, 100.0); SendClientMessage(playerid, COLOR_GREEN, "You have been Healed."); return 1; }