Raised This Month: $ Target: $400
 0% 

Bunnyhopping for HL


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
StardustJessie
Junior Member
Join Date: Jan 2022
Old 04-24-2022 , 19:40   Bunnyhopping for HL
Reply With Quote #1

Hi, I'm trying to get a bunnyhop plugin for my HL server for my friends. The problem, the best one is CS only, and every other either A) Crashes the server. B) Doesn't work. Can anyone help me find a plugin that works ? I even tried Advanced Google Search to no avail.
StardustJessie is offline
Supremache
Veteran Member
Join Date: Sep 2019
Location: Egypt
Old 04-24-2022 , 19:55   Re: Bunnyhopping for HL
Reply With Quote #2

PHP Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <fakemeta>
#include < hamsandwich >

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


public plugin_init( )
{
    
register_plugin(PLUGINVERSIONAUTHOR)
    
RegisterHamHam_Player_Jump"player""OnPlayerJump");
}

public 
OnPlayerJumpid )
{
    if ( ! 
is_user_aliveid ) )
        return 
HAM_HANDLED;
    
    
set_pev(idpev_oldbuttonspev(idpev_oldbuttons) & ~IN_JUMP)
    
set_pev(idpev_fuser20.0)

    return 
HAM_IGNORED;

PHP Code:
#include <amxmodx>
#include <fakemeta>
#include < hamsandwich >

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


public plugin_init( )
{
    
register_plugin(PLUGINVERSIONAUTHOR)
    
RegisterHamHam_Player_Jump"player""OnPlayerJump");
}

public 
OnPlayerJumpid )
{
    if ( ! 
is_user_aliveid ) )
        return 
HAM_HANDLED;
        
    new 
iFlags pevidpev_flags )
    
    if( 
iFlags FL_WATERJUMP || pevidpev_waterlevel ) >= || !( iFlags FL_ONGROUND ) || !( pevidpev_button ) & IN_JUMP ) )
    {
        return 
HAM_IGNORED;
    }
    
    new 
Float:fVelocity]
    
pevidpev_velocityfVelocity );
    
fVelocity] = 268.328157;
    
set_pevidpev_velocityfVelocity );
    
set_pevidpev_gaitsequence);
    
set_pev(idpev_frame0.0 )
    
    return 
HAM_IGNORED;

__________________
Youtube.com/Supremache

Bank System [Nvault - SQL Support]
VIP System
  • If you think it's that simple, then do it yourself.
Supremache is offline
StardustJessie
Junior Member
Join Date: Jan 2022
Old 04-25-2022 , 03:01   Re: Bunnyhopping for HL
Reply With Quote #3

It worked. Thank you so much!

Last edited by StardustJessie; 04-25-2022 at 03:02.
StardustJessie 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 19:38.


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