Kill condition
#4

Quote:
Originally Posted by bigboy81
Посмотреть сообщение
Something like this?

Код:
if(gTeam[playerid] == 1 || gTeam[killerid] == 0)
pawn Код:
|| //  that mean or

Try this
If(gTeam[killerid] != TEAM_POLICE) // the ! Sign means not, so it checks if  the killer team is not team police . That's what its saying.
{
If(gTeam[playerid] == TEAM_POLICE) // this checks if the player that died is on team police
{
  //your code here
}
}
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)