I am explaining how this plugin works. I will use amx_log purposeless or amx_cvar log_kontrol "1"
and the commands of purposeless or each person will be seen in the
"addons/amxmodx/purpo_attack_log/%s.log" but there is a mistake and not seen
__________________
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));
}
}