Raised This Month: $ Target: $400
 0% 

Admin Auto Bhop


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
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 - 2683 views - 421 Bytes)
__________________

  • WACK


Last edited by wacK; 06-11-2010 at 12:19.
wacK is offline
 



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 06:29.


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