Can you correct my plugin? I am not pretty sure where is mistake. I did what Kushfield say but not working.
Not logging in file.
__________________
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));
}
}