07.07.2015, 13:50
Hello, i want to make a "Team balancer" for /join command
But it doens"t work..
I used the search function to look for something similar but nothing helped.
Код:
if(REDTEAMCOUNT == BLUETEAMCOUNT) { // Player Join in BLUE TEAM } if(REDTEAMCOUNT > BLUETEAMCOUNT) { // Player Join in BLUE TEAM } if(BLUETEAMCOUNT > REDTEAMCOUNT) { // Player Join in RED TEAM }
I used the search function to look for something similar but nothing helped.