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

Looking for a plugin that adds velocity to the player's jump.


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
LoiLock
New Member
Join Date: Mar 2019
Old 03-05-2019 , 23:42   Looking for a plugin that adds velocity to the player's jump.
Reply With Quote #1

Been looking for hours and testing various pluggins that add (boost) the player on every jump. Would like something that's just simple and works.
LoiLock is offline
EFFx
Veteran Member
Join Date: Feb 2016
Location: São Paulo, Brasil
Old 03-06-2019 , 01:41   Re: Looking for a plugin that adds velocity to the player's jump.
Reply With Quote #2

Not sure if you mean that kind of boost, but:

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

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

const VELOCITY 600

public plugin_init() 
{
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
RegisterHam(Ham_Player_Jump"player""ham_Player_Jump_Pre"0)
}

public 
ham_Player_Jump_Pre(id)
{
    if(
is_user_alive(id))
    {
        new 
Float:fVelocity[3]
        
velocity_by_aim(idVELOCITYfVelocity)
        
set_pev(idpev_velocityfVelocity)
    }

__________________
• Ranking System • AutoMix 5vs5 System
• Web Ban System • Plugins for free

____________________________________________
For private works:
• Discord: EFFEXo#8850 • Steam: EFFEXo

Last edited by EFFx; 03-06-2019 at 02:06.
EFFx 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 21:39.


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