Do
PHP Code:
new bool:limited[33]
Then, in after bar 1, when you set it equal to false, do
PHP Code:
limited[id] = false
And, in round start, loop through all of the players, and set the bool equal to false for every player. Also, it might be advised to set the bool equal to true if a player joins as well. Like, in the client_putinserver(id), set the bool equal to true just in case.