12.06.2009, 21:40
you have to make the cops gteam1 when they choose character , then
dont know if its correct but
anyway why, if you are a cop should be at jail
pawn Код:
if(IsJailed[playerid] == 1) return SendClientMessage(playerid,COLOR_RED,"You cannot kill yourself when jailed!");
if(gteam[playerid] == 1)(IsJailed[playerid] == 1) return SendClientMessage(playerid,COLOR_RED,"If you area cop why you should kill?");
SetPlayerHealth(playerid,0.0);
anyway why, if you are a cop should be at jail

