Make Pickup available for only 1 team?
#4

thats pretty simple you use something like

pawn Код:
public OnPlayerPickupPickUp()
{
// START
// Pickup Code
if(pickup == pickup)
{
if(gTeam[playerid] == Team)
{
Your Code
}
return 1;
}
// END
return 1;
}
If this worked and helped you +REP+
Reply


Messages In This Thread
Make Pickup available for only 1 team? - by ShawtyyMacJunior - 13.07.2012, 07:43
Re: Make Pickup available for only 1 team? - by Kaperstone - 13.07.2012, 07:50
Re: Make Pickup available for only 1 team? - by ShawtyyMacJunior - 13.07.2012, 08:04
Re: Make Pickup available for only 1 team? - by zT KiNgKoNg - 13.07.2012, 08:41

Forum Jump:


Users browsing this thread: 1 Guest(s)