If I remove const from client_connectex, throws an error.
Code:
Error: Function heading differs from prototype on line 23
But If I add const to the name parameter in is_blocked_name, works. Thanks
__________________
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));
}
}