public OnPlayerCommandText(playerid, cmdtext[]) { if (strcmp("/setplayerhealth", cmdtext, true, 10) == 0) { SetPlayerHealth() return 1; } return 0; }