Raised This Month: $32 Target: $400
 8% 

[Request] Jumpcontrol


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Hurrican
Member
Join Date: Feb 2013
Old 08-11-2013 , 13:04   [Request] Jumpcontrol
Reply With Quote #1

Hey guys,
can someone convert this plugin from eventscripts to sourcemod? With the exactly boost and configuration.
And dont send links of other longjump plugins.. i tried all of them and they're not what i want.

Regards
__________________

Hurrican is offline
thetwistedpanda
Good Little Panda
Join Date: Sep 2008
Old 08-11-2013 , 13:20   Re: [Request] Jumpcontrol
Reply With Quote #2

PHP Code:
                    decl Float:g_fVelocity[3];
                    
GetEntPropVector(clientProp_Data"m_vecVelocity"g_fVelocity);
                    
g_fVelocity[0] *= HIGH_JUMP_FACTOR_XY;
                    
g_fVelocity[1] *= HIGH_JUMP_FACTOR_XY;
                    
g_fVelocity[2] *= HIGH_JUMP_FACTOR_Z;
                    
TeleportEntity(clientNULL_VECTORNULL_VECTORg_fVelocity); 
Copy/paste from an old plugin if anyone wants to take the request for him; I didn't want to charge him for something so trivial. Just needs cvars to use the data.
__________________
thetwistedpanda is offline
Wazman
AlliedModders Donor
Join Date: Oct 2012
Location: Unknown place ????
Old 08-12-2013 , 14:02   Re: [Request] Jumpcontrol
Reply With Quote #3

Quote:
Originally Posted by Hurrican View Post
Hey guys,
can someone convert this plugin from eventscripts to sourcemod? With the exactly boost and configuration.
And dont send links of other longjump plugins.. i tried all of them and they're not what i want.

Regards
Here you go https://forums.alliedmods.net/showthread.php?p=1776179
Wazman is offline
Reply


Thread Tools
Display Modes

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 03:53.


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