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

PrimaryAttackDelay


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
anderpp
Junior Member
Join Date: Feb 2018
Old 02-20-2018 , 14:36   PrimaryAttackDelay
Reply With Quote #1

Someone can help me prevent auto-clicking? Some players are using programs auto-click and in this case i need to put delay in the +attack command to block excessive use.
anderpp is offline
AkioDono
Junior Member
Join Date: Feb 2018
Old 02-20-2018 , 18:20   Re: PrimaryAttackDelay
Reply With Quote #2

Quote:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "author"


public plugin_init()
{
register_plugin(PLUGIN, VERSION, AUTHOR)

register_clcmd("+attack", "on")
register_clcmd("-attack", "off")
}

public on(id)
{
return PLUGIN_HANDLED
}

public off(id)
{
return PLUGIN_HANDLED
}
I'm not sure what do you want.
AkioDono is offline
instinctpt1
Senior Member
Join Date: Dec 2016
Location: Chandigarh, India
Old 02-21-2018 , 08:37   Re: PrimaryAttackDelay
Reply With Quote #3

Quote:
Originally Posted by AkioDono View Post
I'm not sure what do you want.
He asked for Delay and what you made i guess will Stop Primary Attack
instinctpt1 is offline
Relaxing
AlliedModders Donor
Join Date: Jun 2016
Location: White Plains
Old 02-21-2018 , 09:01   Re: PrimaryAttackDelay
Reply With Quote #4

Quote:
Originally Posted by anderpp View Post
Someone can help me prevent auto-clicking? Some players are using programs auto-click and in this case i need to put delay in the +attack command to block excessive use.
Peeps might use autoclicking in order to have reduction of recoil and spread, but this request will totally make the game unplayable. In this case, I suggest you not to use certain plugins that changes the gameplay slightly enough to "emptie" your server.
__________________
Relaxing is offline
instinctpt1
Senior Member
Join Date: Dec 2016
Location: Chandigarh, India
Old 02-21-2018 , 09:15   Re: PrimaryAttackDelay
Reply With Quote #5

Quote:
Originally Posted by Relaxing View Post
Peeps might use autoclicking in order to have reduction of recoil and spread, but this request will totally make the game unplayable. In this case, I suggest you not to use certain plugins that changes the gameplay slightly enough to "emptie" your server.
Absolutely Correct !
It will not just Block AUTOCLICKER but also will block players too who click too much by their own so yes , it will make the Game Unplayable

Better Use AIMBOT Detector, No SpreadDetector and you will be free from this Tension of Bot players with bot scripts ( If your aim with this autoclicker plugin was to stop them )
instinctpt1 is offline
Reply



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 16:34.


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