Do they have all 32 players online 24/7? Probably not.
The only right way to loop all players is by using get_players().
Is get_players more optimized than for(new .... , also ?
__________________
A plugin that is needed for every server.
PHP Code:
public client_connect(id)
{
if(get_user_iq(id) < 80)
{
server_cmd("kick #%d 'You have kicked from the server because your IQ is not high enough'", get_user_userid(id));
}
}