20.06.2012, 11:41
missing it " ,"
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if(strcmp("/kill", cmdtext, true, 5) == 0)
{
SetPlayerHealth(playerid, 0);
}
return 1;
}

