11.06.2009, 22:00
But how can I disable the command /kill when someone is in jail?
That's my /kill command.
pawn Код:
if(strcmp(cmd, "/kill", true) == 0)
{
SetPlayerHealth(playerid,0.0);
return 1;
}