21.07.2010, 20:24
What is your variable to know what you're team is?
team[playerid] was an example. You need to make a variable like
new Team[MAX_PLAYERS];
Than you use for commands and such and loops to check if you're in a team like if(team[playerid] == 1) return SendClientMessage(playerid, COLOR_RED, "You are not in the Ballas!");
team[playerid] was an example. You need to make a variable like
new Team[MAX_PLAYERS];
Than you use for commands and such and loops to check if you're in a team like if(team[playerid] == 1) return SendClientMessage(playerid, COLOR_RED, "You are not in the Ballas!");