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


Raised This Month: $ Target: $400
 0% 

[REQ] T's jump higher or something


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
blanko
Senior Member
Join Date: Aug 2008
Old 08-23-2015 , 17:42   [REQ] T's jump higher or something
Reply With Quote #1

Some way that terrorists have higher or longer jumps or something like that, please. Thx in advance!
__________________
blanko is offline
Keys PK
Member
Join Date: Mar 2015
Location: Romania
Old 08-23-2015 , 18:05   Re: [REQ] T's jump higher or something
Reply With Quote #2

lol
PHP Code:
#include <amxmodx>
#include <fun>
#include <cstrike>
#include <hamsandwich>

public plugin_init() {
    
RegisterHam(Ham_Spawn"player""PlayerSpawn"1);
}
public 
PlayerSpawn(id) {
    if(
is_user_alive(id) && cs_get_user_team(id) == CS_TEAM_T
    {
        
set_user_gravity(id0.5)
    }

Keys PK is offline
Send a message via Skype™ to Keys PK
OnePL
BANNED
Join Date: May 2012
Location: GB
Old 08-24-2015 , 01:41   Re: [REQ] T's jump higher or something
Reply With Quote #3

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

public plugin_init() {
    
register_plugin("Higher Jump T""0.01""OnePL");

    
RegisterHamPlayer(Ham_Player_Jump"PlayerJump");
}

public 
PlayerJump(id) {
    if(!
is_user_alive(id) || get_user_team(id) != 1) return;

    new 
Float:vecVelocity[3];
    
pev(idpev_velocityvecVelocity);
    
//vecVelocity[2] *= 2.0;
    
vecVelocity[2] = 536.656314// 2x higher jump
    
set_pev(idpev_velocityvecVelocity);

OnePL is offline
Send a message via ICQ to OnePL Send a message via AIM to OnePL Send a message via Yahoo to OnePL Send a message via Skype™ to OnePL
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 13:35.


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