Raised This Month: $12 Target: $400
 3% 

Anti-Bop


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Disasta
New Member
Join Date: May 2008
Old 05-11-2008 , 05:38   Anti-Bop
Reply With Quote #1

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.
Disasta is offline
shine771
Senior Member
Join Date: Jun 2007
Old 05-11-2008 , 06:20   Re: Anti-Bop
Reply With Quote #2

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");} 
shine771 is offline
Old 05-11-2008, 07:12
3lgoOg
This message has been deleted by 3lgoOg. Reason: lol
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 05-11-2008 , 07:22   Re: Anti-Bop
Reply With Quote #3

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 View Post
PHP Code:
    if(!is_user_admin(0)) 
Are you crazy ?
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
Disasta
New Member
Join Date: May 2008
Old 05-12-2008 , 05:18   Re: Anti-Bop
Reply With Quote #4

Quote:
Originally Posted by connorr View Post
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.
Disasta is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 05-12-2008 , 06:53   Re: Anti-Bop
Reply With Quote #5

Try this : http://forums.alliedmods.net/showthread.php?t=70721
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 01:47.


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