03.06.2010, 19:28
Quote:
Originally Posted by MaxDSL
public OnPlayerCommandText(playerid, cmdtext[])
} if (strcmp("/kill", cmdtext, true, 10) == 0) { SetPlayerHealth(playerid,0); return 1; } |
im wondering why it isn't working then