Kill condition
#6

If you use gTeam than it should look like
pawn Код:
if(killerid != INVALID_PLAYER_ID) { // thats pretty important because we don't count suicide
    if(gTeam[playerid] == TEAM_POLICE && gTeam[killerid] != TEAM_POLICE) {
        print("Player killed cop");
    }
}
Reply


Messages In This Thread
Kill condition - by bigboy81 - 02.03.2015, 02:10
AW: Kill condition - by Nero_3D - 02.03.2015, 02:19
Re: AW: Kill condition - by bigboy81 - 02.03.2015, 03:15
Re: AW: Kill condition - by 1fret - 02.03.2015, 05:05
Re: AW: Kill condition - by CalvinC - 02.03.2015, 05:26
AW: Kill condition - by Nero_3D - 02.03.2015, 12:56

Forum Jump:


Users browsing this thread: 2 Guest(s)