31.10.2011, 18:52
Try:
Edit: Too slow.
pawn Код:
if (strcmp("/kill", cmdtext, true, 5) == 0)
{
SetPlayerHealth(playerid, 0);
SendClientMessage(playerid, COLOR_YELLOW, " You Have Commited Suicide ");
return 1;
}