18.06.2010, 17:06
Hi VirSpectorX,
If you are having trouble using SetPlayerTeam you could try using your own variables.
eg.
I have found this the easiest way to track player teams. Give it a go.
Cheers,
TJ
If you are having trouble using SetPlayerTeam you could try using your own variables.
eg.
Код:
//Top of script new Team[MAX_PLAYERS]; //OnPlayerConnect Team[playerid] = -1; //Loading stats / OnPlayerSpawn Team[playerid] = TEAM VARIABLE HERE //And to reference: if(Team[playerid] == TEAM VARIABLE HERE)
Cheers,
TJ