SA-MP Forums Archive
How many teams? - 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: How many teams? (/showthread.php?tid=81409)



How many teams? - Dreftas - 10.06.2009

How many teams i can have? 100? 1000? 10000 ? Or there is no team limit ?


Re: How many teams? - kaisersouse - 10.06.2009

You can have as many as you'd like AFAIK


Re: How many teams? - Joe Staff - 10.06.2009

Quote:
Originally Posted by kaisersouse
You can have as many as you'd like AFAIK
Correct, A player's team is set to his own variable, not the team's variable, so at max, there are only 200 variables being used. The max amount of teams is the highest integer that can be set to a variable. (2147483647 or FFFFFFFF divided by 2)


Re: How many teams? - Dreftas - 10.06.2009

Ok, thanx. 2147483647 is the answer to my question then

Oh btw, if I set 5 players team to -1, they will be on the same team ?