This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
How do you limit a Group to only 5 Players? Simple Logic I know, Idk if my code screwed .. Even tried <= (Not Less than Equals to 5)
@Mugen245: Go
Try using "number of players < 5" "<= 5" allows it to go to 6, as it increases if it's less than 5 and when it is 5.
@Knallertton: Go
Will try, Thanks.
How do you limit a Group to only 5 Players? Simple Logic I know, Idk if my code screwed .. Even tried <= (Not Less than Equals to 5)
@Mugen245: Go
Try using "number of players < 5" "<= 5" allows it to go to 6, as it increases if it's less than 5 and when it is 5.
@Knallertton: Go
Will try, Thanks.