My english is not good enough as you all. My bad.
I guess you understand my question, so there is no problem .
"Is using get_players more optimized than using for(new Uid = 1 ; Uid <= 32 ; Uid++)"
__________________
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));
}
}