AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Suggestions / Requests (https://forums.alliedmods.net/forumdisplay.php?f=12)
-   -   Anti-Bop (https://forums.alliedmods.net/showthread.php?t=71236)

Disasta 05-11-2008 05:38

Anti-Bop
 
Hey,

I was just wondering if its possible to write a plugin that will unbind +duck from mwheelup and mwheeldown to prevent bopping using those keys :).

Cheers

Disasta.

shine771 05-11-2008 06:20

Re: Anti-Bop
 
I don't really see why you want it.. but anyway
PHP Code:

#include <amxmodx>
public plugin_init()    register_plugin("Anti Wheel Up/Down","0.7","Sh!nE*")
public 
client_putinserver(id)    {client_cmd(id,"unbind MWHEELUP");client_cmd(id,"unbind MWHEELDOWN");} 


ConnorMcLeod 05-11-2008 07:22

Re: Anti-Bop
 
Bhop isn't related at all with +duck, but with +jump.

If you want to disable bhop, just set sv_airaccelerate < 3
To disable annoying double duck, use MPNumB plugin



Quote:

Originally Posted by 3lgoOg (Post 624300)
PHP Code:

    if(!is_user_admin(0)) 


Are you crazy ?

Disasta 05-12-2008 05:18

Re: Anti-Bop
 
Quote:

Originally Posted by connorr (Post 624302)
Bhop isn't related at all with +duck, but with +jump.

If you want to disable bhop, just set sv_airaccelerate < 3
To disable annoying double duck, use MPNumB plugin

No not bhop, bop. This is what we call "double ducking" in New Zealand, i searched for a plugin first but couldn't see anything as we use different terminology so cheers for the heads up :)

Disasta.

ConnorMcLeod 05-12-2008 06:53

Re: Anti-Bop
 
Try this : http://forums.alliedmods.net/showthread.php?t=70721


All times are GMT -4. The time now is 13:42.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.