31.10.2011, 18:50
( and { isn't same xD
PHP код:
if (strcmp("/kill", cmdtext, true, 5) == 0)
{
SetPlayerHealth(playerid, 0);
SendClientMessage(playerid, COLOR_YELLOW, " You Have Commited Suicide ");
return 1;
}