Posts: 84
Threads: 20
Joined: Jun 2010
Reputation:
0
SetPlayerTeam(playerid, 0);
zero is still a team, right?
Posts: 4,878
Threads: 85
Joined: Jun 2007
Reputation:
0
Yep, in pawn language, everything starts counting at 0, so the teams too.
Posts: 84
Threads: 20
Joined: Jun 2010
Reputation:
0
ok and is there any limit to how many teams I can set
Posts: 4,878
Threads: 85
Joined: Jun 2007
Reputation:
0
There is a NO_TEAM defined as 255 in a_samp.inc, so I think 254 is the highest teamnumber you can use.