i want to set player no team how to do this?
#1

hello i have event in my server when i start it and player join player are team how to mkae it for player dont ae more team?i use gTeam.
Reply
#2

enum {
NULL_TEAM,
TEAM_1,
TEAM_2,
[..]
TEAM_N,
}

gTeam[playerid] = NULL_TEAM;
Reply
#3

Set their team to NO_TEAM.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)