View Single Post
ReFlexPoison
☠☠☠
Join Date: Jul 2011
Location: ☠☠☠
Old 03-03-2013 , 11:16   Re: Simple Bunny Hop
Reply With Quote #5

Quote:
Originally Posted by shavit View Post
PHP Code:
if(g_bHopping[iVictim] && GetClientButtons(iVictim) & IN_JUMP && iType == DMG_FALL)
    {
        
fDamage 0.0;
        return 
Plugin_Changed;
    } 
Kinda unfair.
Please read the post before posting these types of comments.
Quote:
Originally Posted by Skippy View Post
The problem I ran into is that my server has its sv_gravity set as 400 and the plugin doesn't seem to work when I have it as that amount. It makes me fly up even higher than the gravity.
I experienced that too when testing. Don't have a fix currently :/
Quote:
Originally Posted by loranger View Post
Is it compatible with scout double jump? in TF2
Not currently. Will look into it soon.
ReFlexPoison is offline