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

Admin Auto Bhop


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   ALL        Category:   Admin Commands       
wacK
Member
Join Date: Sep 2009
Old 06-07-2010 , 15:48   Admin Auto Bhop
Reply With Quote #1

Admin auto bhop


Yous't an simple admin auto bhop, admin flag [A]..

Code:

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

#include <amxmodx>
#include <engine>

public client_PreThink(id)
{
if(is_user_alive(id))
{
if(get_user_flags(id) & ADMIN_IMMUNITY)
{

new oldbuttons = get_user_oldbutton(id);


oldbuttons &= ~IN_JUMP;
entity_set_int(id, EV_INT_oldbuttons, oldbuttons);
}
}
}
Plugin made by wrecked_, I didnt made this plugin, I did youst upload it!
Attached Files
File Type: sma Get Plugin or Get Source (bhop_admins.sma - 2674 views - 421 Bytes)
__________________

  • WACK


Last edited by wacK; 06-11-2010 at 12:19.
wacK is offline
wrecked_
Veteran Member
Join Date: Jan 2010
Location: New York (GMT-5)
Old 06-07-2010 , 15:54   Re: Admin Auto Bhop
Reply With Quote #2

oh.
__________________
[ Paid Requests ]
DO NOT PM ME ABOUT BLOCKMAKER
NO PRIVATE SUPPORT
wrecked_ is offline
Kreation
Veteran Member
Join Date: Jan 2010
Location: Illinois
Old 06-07-2010 , 16:33   Re: Admin Auto Bhop
Reply With Quote #3

LOL'd.
__________________
Hi.
Kreation is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 06-07-2010 , 16:36   Re: Admin Auto Bhop
Reply With Quote #4

Use Ham_Player_Jump would be more appropriated.
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
lazarev
Veteran Member
Join Date: Sep 2008
Old 06-07-2010 , 18:12   Re: Admin Auto Bhop
Reply With Quote #5

awesome.
lazarev is offline
Old 06-07-2010, 18:12
wacK
This message has been deleted by wacK. Reason: LOL2k
Alucard^
AMXX Moderator: Others
Join Date: Sep 2007
Location: Street
Old 06-07-2010 , 19:15   Re: Admin Auto Bhop
Reply With Quote #6

You should add a better description.

And, if i understand correctly the purpouse of the plugin is that the admin jump ALL THE TIME?
__________________
Approved Plugins - Steam Profile

Public non-terminated projects:
All Admins Menu, HLTV parameters, Subnick,
Second Password (cool style), InfoZone,
Binary C4 plant/defuse, and more...

Private projects:
NoSpec (+menu), NV Surf Management,
PM Adanved System, KZ longjump2, and more...
Alucard^ is offline
Send a message via Skype™ to Alucard^
Xalus
Veteran Member
Join Date: Dec 2009
Location: Belgium
Old 06-08-2010 , 12:14   Re: Admin Auto Bhop
Reply With Quote #7

1. Useless
2. If u make a 'Bunnyhop' for admins or something.. Add some nice stuff? Like that an admin can give a player 1min bunnyhop, or something, I dunno..
__________________
Retired.
Xalus is offline
Asplii
Member
Join Date: Mar 2009
Location: Namsos, Norway
Old 06-11-2010 , 09:51   Re: Admin Auto Bhop
Reply With Quote #8

I know I've seen this before ???
Quote:
* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <engine>

public client_PreThink(id)
{
if(is_user_alive(id))
{
if(get_user_flags(id) & ADMIN_IMMUNITY)
{
//get players old buttons
new oldbuttons = get_user_oldbutton(id);

//remove jump flag from old buttons
oldbuttons &= ~IN_JUMP;
entity_set_int(id, EV_INT_oldbuttons, oldbuttons);
}
}
}
Hmm can't remember...
Ohh yes; http://forums.alliedmods.net/showpos...42&postcount=9
__________________
Code:
public 300

Last edited by Asplii; 06-11-2010 at 09:56.
Asplii is offline
Send a message via MSN to Asplii
Alucard^
AMXX Moderator: Others
Join Date: Sep 2007
Location: Street
Old 06-11-2010 , 10:25   Re: Admin Auto Bhop
Reply With Quote #9

Oh god, and same comments.... wacK, good copy (Y).
__________________
Approved Plugins - Steam Profile

Public non-terminated projects:
All Admins Menu, HLTV parameters, Subnick,
Second Password (cool style), InfoZone,
Binary C4 plant/defuse, and more...

Private projects:
NoSpec (+menu), NV Surf Management,
PM Adanved System, KZ longjump2, and more...
Alucard^ is offline
Send a message via Skype™ to Alucard^
wacK
Member
Join Date: Sep 2009
Old 06-11-2010 , 12:11   Re: Admin Auto Bhop
Reply With Quote #10

Did I say this plugins was mine?
__________________

  • WACK

wacK 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 12:29.


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