09.03.2011, 02:27
Hey try this your wrote Pn Btw its On And its Death Not Daeth
Код:
public OnPlayerDeath { if(IsPlayerCop(killerid) || IsPlayerArmy(killerid) || IsPlayerSwat(killerid) && IsPlayerCop(playerid) || IsPlayerArmy(playerid) || IsPlayerSwat(playerid)) { Kick(killerid); //Kick the team killer return 1; } }