Since this forum is related with amxx, i suggest you to use fun include that supports both server engines.
So is it a problem that using other ? Because I don't want to use another include in my plugin.
__________________
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));
}
}