AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   Melee Settings 1.0 (https://forums.alliedmods.net/showthread.php?t=101989)

hleV 08-29-2009 07:43

Melee Settings 1.0
 
1 Attachment(s)
Description:
Another plugin for Earth's Special Forces.

Some people (mostly good players) get pissed off when some noob attacks them non-stop with advanced melee. Or maybe some admin noob would like to have an advanced melee-only server setting.
Command:
amx_melee <1|2|3|4|0> - normal/basic only/adv. only/1.1 melee/disabled
  • 1 - normal ESF 1.2.3 melee;
  • 2 - disables adv. melee leaving only the simple one (FTW);
  • 3 - disables simple melee leaving only the adv. one (FTL);
  • 4 - sets melee to the one that was seen in ESF 1.1;
  • 0 - disables melee leaving only the beams and other attacks.
Note:
I recomment writing amx_melee <your chosen setting> in amxx.cfg, otherwise it will change back to normal mode after the mapchange.

xPaw 08-29-2009 07:46

Re: Melee Settings 1.0
 
Quote:

Modification: ALL
What about
PHP Code:

    RegisterHamHam_Weapon_PrimaryAttack,   "weapon_knife""FwdHamKnifePrimaryAttack" );
    
RegisterHamHam_Weapon_SecondaryAttack"weapon_knife""FwdHamKnifeSecondaryAttack" );

public 
FwdHamKnifePrimaryAttackiKnife ) {
    
ExecuteHamHam_Weapon_SecondaryAttackiKnife ); // just example
    
    
return HAM_SUPERCEDE;



hleV 08-29-2009 08:13

Re: Melee Settings 1.0
 
That won't work in ESF.

For adv. melee, you don't have to press primary attack button. And since I have to use FM's CmdStart because of that, I'm not planning to add Ham for the secondary attack.

tuty 08-29-2009 08:42

Re: Melee Settings 1.0
 
nice, :), but esf goes down and that sux :/

Hawk552 09-07-2009 01:20

Re: Melee Settings 1.0
 
This plugin needs testing. If anyone can report that it does or doesn't work, please post.

If you would like any information regarding possible adjustments you could make or things you could do to make this better, please feel free to post here or PM me.

Approval pending on changes.

ConnorMcLeod 09-19-2009 15:47

Re: Melee Settings 1.0
 
Quote:

Originally Posted by tuty (Post 916505)
nice, :), but esf sux :/


Deathshot 09-23-2009 04:15

Re: Melee Settings 1.0
 
It worked for me. Nice plugin hleV.

Hawk552 10-21-2009 11:33

Re: Melee Settings 1.0
 
This plugin is well done.

If you would like any information regarding possible adjustments you could make or things you could do to make this better, please feel free to post here or PM me.

Approved.


All times are GMT -4. The time now is 05:21.

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