Pickup lock
#4

Quote:
Originally Posted by Galletziz
Посмотреть сообщение
If i have understand what you mean you can do it:
pawn Код:
if(gTeam[playerid] != TEAM_xKillaz){
   GivePlayerHealt(playerid,100.0);
   GivePlayerArmour(playerid,100.0);
}
That's check is for all of the other teams except TEAM_xKillaz:

pawn Код:
if (gTeam[playerid] != TEAM_xKillaz) // Doesn't allow a specific team to use pickup
{
    GivePlayerHealt(playerid,100.0);
    GivePlayerArmour(playerid,100.0);
}
just for a specific team.
Reply


Messages In This Thread
Pickup lock - by dundolina - 02.12.2014, 22:37
Re: Pickup lock - by Galletziz - 02.12.2014, 22:53
Re: Pickup lock - by Larceny - 02.12.2014, 22:56
Re: Pickup lock - by Cypress - 02.12.2014, 23:00
Re: Pickup lock - by Galletziz - 02.12.2014, 23:02
Re: Pickup lock - by dundolina - 03.12.2014, 20:45
Re: Pickup lock - by Galletziz - 03.12.2014, 21:08

Forum Jump:


Users browsing this thread: 1 Guest(s)