Team gates fast help - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Team gates fast help (
/showthread.php?tid=246697)
Team gates fast help -
boyan96 - 05.04.2011
How i can make gate for team(vagos) if player is member of vagos to can open but another player to can't open the gate
Re: Team gates fast help -
boyan96 - 05.04.2011
help me please
Re: Team gates fast help -
Kitten - 05.04.2011
pawn Код:
// Create you teams then
if(Team[playerid] == TEAM_VAGOS) {
MoveObject(blah.blah.blah);
}