Posts: 2,929
Threads: 160
Joined: Feb 2009
Reputation:
0
Hello, I'm searching the hole day for TEAM BALANCERS I found a lot of different balancers but they all don't work. Maybe someone of you guys have one and want to share it.
Thanks in advance.
I have 2 teams, I use gTeam and the teams are TEAM_POLIS and TEAM_TEROR.
Posts: 2,929
Threads: 160
Joined: Feb 2009
Reputation:
0
Sory for spam. Don't work.
Posts: 216
Threads: 45
Joined: May 2009
Reputation:
0
How many skins does each team have? and I'll make one
Posts: 453
Threads: 30
Joined: Feb 2009
Reputation:
0
new lspdplayers[MAX_PLAYERS];
new groveplayers[MAX_PLAYERS];
public OnPlayerSpawn(playerid)
{
if(lspdplayers[playerid] > groveplayers[playerid])
{
SendClientMessage(playerid,COLOR_BLUE,"Please choose the other team to balance the game (Reconnect)");
Kick(playerid);
}
return 1;
}