var
players=100
maxplayers=100
world/IsBanned(key,address)
if(players >=maxplayers)
.["Login"] = 0
client/New()
..()
players++
Problem description:
ive set the number of active players to the max in order to see if ill get booted out since
players = 100+myself meaning players = 101 yet i dont get booted out can someone explain to me why...thanks ahead