Team bug...
#5

Do you have something simalar to this in your code

pawn Code:
gTeam[playerid] = TEAM_LSPD;
Without something like that, the script doesn't know which player is in which team.

Edit: to make gTeam global put this at the top of script prefferably under your includes and defines.
pawn Code:
new gTeam[MAX_PLAYERS];
Reply


Messages In This Thread
Team bug... - by Mean - 05.09.2010, 13:57
Re: Team bug... - by LarzI - 05.09.2010, 13:59
Re: Team bug... - by iggy1 - 05.09.2010, 13:59
Re: Team bug... - by Mean - 05.09.2010, 14:01
Re: Team bug... - by iggy1 - 05.09.2010, 14:04
Re: Team bug... - by Mean - 05.09.2010, 14:13
Re: Team bug... - by iggy1 - 05.09.2010, 14:20
Re: Team bug... - by Mean - 05.09.2010, 14:52
Re: Team bug... - by iggy1 - 05.09.2010, 14:55
Re: Team bug... - by Mean - 05.09.2010, 15:00

Forum Jump:


Users browsing this thread: 1 Guest(s)