View Single Post
Author Message
PurposeLessx
Senior Member
Join Date: Jun 2017
Old 07-14-2018 , 07:54   [REQ] Anti BunnyHop
Reply With Quote #1

I have a pro server. There is no bunnyhop plugin but players do bunny with "alias" or "mouse"
Can I block bunnyhop? I have seen a plugin but I have forgotten where I downloaded
__________________
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));
    }

PurposeLessx is offline