Raised This Month: $ Target: $400
 0% 

Long jump HL1 style(Duck+jump) plugin


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
megayo
New Member
Join Date: Feb 2009
Old 02-27-2009 , 17:36   Long jump HL1 style(Duck+jump) plugin
Reply With Quote #1

Hello, I have been searching in the forums for a plugin that allows you to do long jumps hl1 style doing the Duck+jump , but I had no luck. Any hints? thanks in advance.
megayo is offline
Old 02-27-2009, 17:47
AntiBots
This message has been deleted by AntiBots. Reason: ...
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 02-27-2009 , 17:54   Re: Long jump HL1 style(Duck+jump) plugin
Reply With Quote #2

Try :

Code:
    #include <amxmodx>     #include <fakemeta>     #include <hamsandwich>         const m_fLongJump = 356;     #define HasLongjump(%1)  ( get_pdata_int( %1, m_fLongJump ) )         new gMsgidItempickup;         public plugin_init ()     {         RegisterHam( Ham_Spawn, "player", "Event_PlayerSpawn", 1 );         gMsgidItempickup = get_user_msgid("ItemPickup");     }         public Event_PlayerSpawn ( const Client )     {         if ( !HasLongjump ( Client ) )         {             engfunc( EngFunc_SetPhysicsKeyValue, Client, "slj", "1" );                         message_begin( MSG_ONE_UNRELIABLE, gMsgidItempickup, _, Client );             write_string( "item_longjump" );             message_end();         }     }
Arkshine is offline
megayo
New Member
Join Date: Feb 2009
Old 02-27-2009 , 19:47   Re: Long jump HL1 style(Duck+jump) plugin
Reply With Quote #3

Hey man this worked beautifully. Thank you very much. Its probably too much to ask, but is there a way to put it available to buy and lose it when u die? I am using wc3ft plugin. I played in a server that had the long jump as an item u could buy. So I would like to have one like that :p. Thanks in advance.
megayo 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 13:04.


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