Raised This Month: $ Target: $400
 0% 

Engine ----> fakemeta


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
hlstriker
Green Gaben
Join Date: Mar 2006
Location: OH-IO!
Old 05-14-2009 , 21:48   Re: Engine ----> fakemeta
Reply With Quote #2

Edit: Thanks, IneedHelp ;)

Direct port:
PHP Code:
set_pev(idpev_fuser20.0)
if(
pev(idpev_button) & 2)
{
    new 
flags pev(idpev_flags)
    
    if(
flags FL_WATERJUMP)
        return 
PLUGIN_CONTINUE
    
if(pev(idpev_waterlevel) >= 2)
        return 
PLUGIN_CONTINUE
    
if(!(flags FL_ONGROUND))
        return 
PLUGIN_CONTINUE
    
    
new Float:velocity[3]
    
pev(idpev_velocityvelocity)
    
velocity[2] += 260.0
    set_pev
(idpev_velocityvelocity)
    
set_pev(idpev_gaitsequence6)


Last edited by hlstriker; 05-14-2009 at 22:07.
hlstriker is offline
 



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 01:31.


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