This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

Admin Auto Bhop


Post New Thread Reply   
 
Thread Tools Display Modes
shuttle_wave
Veteran Member
Join Date: Apr 2009
Location: New Zealand
Old 06-13-2010 , 16:12   Re: Admin Auto Bhop
Reply With Quote #21

Quote:
Originally Posted by wacK View Post
Did I say this plugins was mine?
You shouldnt be uploading a plugin that you didnt make
__________________
JailBreak Mod with Plugin API ( 90% ) Public
shuttle_wave is offline
#8 SickneSS
BANNED
Join Date: Sep 2008
Location: Here
Old 06-13-2010 , 18:57   Re: Admin Auto Bhop
Reply With Quote #22

Some questions...
Where is the plugin init?
Where do you register the plugin?
You don't have shame?
Where is the approvers ¬¬?


Y Candela y la moto?? O_O?
#8 SickneSS is offline
Send a message via MSN to #8 SickneSS Send a message via Skype™ to #8 SickneSS
Tonda
Senior Member
Join Date: Aug 2009
Old 06-14-2010 , 11:30   Re: Admin Auto Bhop
Reply With Quote #23

is possible edited this plugin Auto bhop for admins ? This bhop is normal, i know better bhop, you will be faster but with this you have normal speed
Tonda is offline
BloodMan
Senior Member
Join Date: Apr 2008
Location: Lithuania
Old 06-14-2010 , 13:59   Re: Admin Auto Bhop
Reply With Quote #24

Code:
#include <amxmodx>
#include <amxmisc>
#include <engine>
#include <cstrike>
#include <hamsandwich>
#include <fun>

public client_PreThink(id)
{
 static CsTeams:team
 team = cs_get_user_team(id) 
   if(is_user_alive(id))

    {
        if((get_user_flags(id) & ADMIN_LEVEL_H) && team == CS_TEAM_CT && is_user_admin(id)) 
        {
            
            new oldbuttons = get_user_oldbutton(id);
        
            
            oldbuttons &= ~IN_JUMP;
            entity_set_int(id, EV_INT_oldbuttons, oldbuttons);
        }
    }
}
__________________
BloodMan is offline
Send a message via Skype™ to BloodMan
Tonda
Senior Member
Join Date: Aug 2009
Old 06-14-2010 , 15:42   Re: Admin Auto Bhop
Reply With Quote #25

This is the same ....
Tonda is offline
BloodMan
Senior Member
Join Date: Apr 2008
Location: Lithuania
Old 06-15-2010 , 02:45   Re: Admin Auto Bhop
Reply With Quote #26

No, this one is only for admins + they have to be CT.
__________________
BloodMan is offline
Send a message via Skype™ to BloodMan
Tonda
Senior Member
Join Date: Aug 2009
Old 06-15-2010 , 08:09   Re: Admin Auto Bhop
Reply With Quote #27

Do you read my post ? I would like better bhop script, if you have this bhop, your speed is normal but i know better bhop witch your speed will be faster
Tonda is offline
drekes
Veteran Member
Join Date: Jul 2009
Location: Vault 11
Old 06-15-2010 , 10:27   Re: Admin Auto Bhop
Reply With Quote #28

Quote:
Originally Posted by Tonda View Post
Do you read my post ? I would like better bhop script, if you have this bhop, your speed is normal but i know better bhop witch your speed will be faster
search, it exists.
this guy will probably not make it.
__________________

Quote:
Originally Posted by nikhilgupta345 View Post
You're retarded.
drekes is offline
Send a message via MSN to drekes
lazarev
Veteran Member
Join Date: Sep 2008
Old 06-17-2010 , 01:17   Re: Admin Auto Bhop
Reply With Quote #29

PHP Code:
#include <amxmodx>
#include <orpheu>
#include <orpheu_advanced>
#include <orpheu_memory>
#include <hlsdk_const>
    
public plugin_init()
{            
    
OrpheuRegisterHook(OrpheuGetFunction("PM_Jump"),"OnPM_Jump")
}

public 
OrpheuHookReturn:OnPM_Jump()
{    
    new 
OrpheuStruct:ppmove get_ppmove()
    
OrpheuSetStructMember(ppmove,"oldbuttons",OrpheuGetStructMember(ppmove,"oldbuttons") & ~IN_JUMP)        
}

OrpheuStruct:get_ppmove()
{        
    return 
OrpheuGetStructFromAddress(OrpheuStructPlayerMove,OrpheuMemoryGet("ppmove"))

lazarev is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 11-01-2010 , 06:44   Re: Admin Auto Bhop
Reply With Quote #30

No effort to make the plugin releasable (no register_plugin line) + sounds redundant + not the author, unapproved.

Also, Player_Jump would be better place to set autobhop.

Plugin is still 100% working though.
__________________
- tired and retired -

- my plugins -
ConnorMcLeod 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 22:06.


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