03.08.2011, 08:43
I have just checked out the previous posts, also I'd like to know why the length is set to 3.
Quote:
pawn Code: public OnPlayerCommandText(playerid, cmdtext[]) { if(!strcmp(cmdtext, "/heal", true, 3)) { SetPlayerHealth(playerid, 100); } return 1; } |