Raised This Month: $51 Target: $400
 12% 

[ANY] Infinite-Jumping (3.0, 2014-Nov-29)


Post New Thread Reply   
 
Thread Tools Display Modes
Apina
AlliedModders Donor
Join Date: May 2013
Old 10-14-2014 , 12:53   Re: Infinite-Jumping (Bunny Hop, Double Jump & Initial Jump Height Modification)
Reply With Quote #251

How to get fixed version infinite-jumping when i am using infinite-jumping on mg_100traps_v3 maps objects stops moving after 5-10 minutes when i am disable infinite-jumping on my mg server all is fine how to get fix for that?
Apina is offline
Chanz
Veteran Member
Join Date: Aug 2008
Location: Germany - Stuttgart
Old 11-23-2014 , 09:12   Re: Infinite-Jumping (Bunny Hop, Double Jump & Initial Jump Height Modification)
Reply With Quote #252

Plugin updated to v3.0

Download & Changelog: https://github.com/chanz/infinite-ju...eases/tag/v3.0

Notes:
- This version fixed the !settings crash bug!
- Due to the new version cvar the "Servers with this Plugin:" field does not work anymore.
__________________
[ SourceModPlugins.org ][ My Plugins ]

Thank you for donations: [ Paypal ]

Video Tutorial (German): [ Gameserver & SourceMod Plugins mit HLSW verwalten ]

Last edited by Chanz; 11-23-2014 at 09:23.
Chanz is offline
TUSK3N1337
SourceMod Donor
Join Date: Dec 2013
Location: Sweden
Old 11-23-2014 , 12:35   Re: Infinite-Jumping (Bunny Hop, Double Jump & Initial Jump Height Modification)
Reply With Quote #253

Quote:
Originally Posted by Chanz View Post
Plugin updated to v3.0

Download & Changelog: https://github.com/chanz/infinite-ju...eases/tag/v3.0

Notes:
- This version fixed the !settings crash bug!
- Due to the new version cvar the "Servers with this Plugin:" field does not work anymore.
thank you so much chanz!

__________________
TUSK3N1337 is offline
Send a message via Skype™ to TUSK3N1337
Konstantin
Senior Member
Join Date: Nov 2012
Old 11-26-2014 , 09:40   Re: Infinite-Jumping (Bunny Hop, Double Jump & Initial Jump Height Modification)
Reply With Quote #254

Quote:
Originally Posted by Chanz View Post
Plugin updated to v3.0

Download & Changelog: https://github.com/chanz/infinite-ju...eases/tag/v3.0

Notes:
- This version fixed the !settings crash bug!
- Due to the new version cvar the "Servers with this Plugin:" field does not work anymore.
In your "infinite-jumping-3.0.zip" is the older 2.15 version! Please fix.
__________________
OS: Linux
Gameserver: CS:GO Mini Games
Konstantin is offline
Konstantin
Senior Member
Join Date: Nov 2012
Old 11-27-2014 , 13:18   Re: Infinite-Jumping (Bunny Hop, Double Jump & Initial Jump Height Modification)
Reply With Quote #255

Guys, do you all have the 3.0 version??
__________________
OS: Linux
Gameserver: CS:GO Mini Games
Konstantin is offline
Mitchell
~lick~
Join Date: Mar 2010
Old 11-27-2014 , 16:08   Re: Infinite-Jumping (Bunny Hop, Double Jump & Initial Jump Height Modification)
Reply With Quote #256

Quote:
Originally Posted by Konstantin View Post
Guys, do you all have the 3.0 version??
It's right here: https://github.com/chanz/infinite-ju...ite-jumping.sp

Seems he made the zip from the wrong branch.
Mitchell is offline
Chanz
Veteran Member
Join Date: Aug 2008
Location: Germany - Stuttgart
Old 11-27-2014 , 16:35   Re: Infinite-Jumping (Bunny Hop, Double Jump & Initial Jump Height Modification)
Reply With Quote #257

Oh how embarrassing... yes I released the 2.15 as 3.0.
Now its fixed - sorry.

Download: https://github.com/chanz/infinite-jumping/releases/
__________________
[ SourceModPlugins.org ][ My Plugins ]

Thank you for donations: [ Paypal ]

Video Tutorial (German): [ Gameserver & SourceMod Plugins mit HLSW verwalten ]
Chanz is offline
Mitchell
~lick~
Join Date: Mar 2010
Old 11-27-2014 , 21:50   Re: Infinite-Jumping (Bunny Hop, Double Jump & Initial Jump Height Modification)
Reply With Quote #258

Quote:
Originally Posted by Chanz View Post
Oh how embarrassing... yes I released the 2.15 as 3.0.
Now its fixed - sorry.

Download: https://github.com/chanz/infinite-jumping/releases/
Me and a friend are having issues compiling the source. Would you mind looking at what you have on the github. Not too sure how you are even compiling the source code in the first place.

My guess is that smlib is conflicting in multiple areas in the code.
Code:
//// infinite-jumping.sp
// X:\Scripts\SourcePawn\Scripts\scripting\include\smlib/clients.inc(1980) : war
ning 234: symbol "GuessSDKVersion" is marked as deprecated: See GetEngineVersion
()
//
// C:\Users\Mitch\Desktop\infinite-jumping.sp(77) : error 021: symbol already de
fined: "g_cvarEnable"
// C:\Users\Mitch\Desktop\infinite-jumping.sp(92) : error 021: symbol already de
fined: "g_iPlugin_Enable"
// C:\Users\Mitch\Desktop\infinite-jumping.sp(152) : error 017: undefined symbol
 "PluginManager_Initialize"
// C:\Users\Mitch\Desktop\infinite-jumping.sp(158) : error 017: undefined symbol
 "PluginManager_RegConsoleCmd"
// C:\Users\Mitch\Desktop\infinite-jumping.sp(161) : error 017: undefined symbol
 "PluginManager_RegAdminCmd"
// C:\Users\Mitch\Desktop\infinite-jumping.sp(164) : error 017: undefined symbol
 "PluginManager_CreateConVar"
// C:\Users\Mitch\Desktop\infinite-jumping.sp(164) : warning 213: tag mismatch
// C:\Users\Mitch\Desktop\infinite-jumping.sp(165) : error 017: undefined symbol
 "PluginManager_CreateConVar"
// C:\Users\Mitch\Desktop\infinite-jumping.sp(165) : warning 213: tag mismatch
// C:\Users\Mitch\Desktop\infinite-jumping.sp(166) : error 017: undefined symbol
 "PluginManager_CreateConVar"
// C:\Users\Mitch\Desktop\infinite-jumping.sp(166) : warning 213: tag mismatch
// C:\Users\Mitch\Desktop\infinite-jumping.sp(167) : error 017: undefined symbol
 "PluginManager_CreateConVar"
// C:\Users\Mitch\Desktop\infinite-jumping.sp(167) : warning 213: tag mismatch
// C:\Users\Mitch\Desktop\infinite-jumping.sp(168) : error 017: undefined symbol
 "PluginManager_CreateConVar"
// C:\Users\Mitch\Desktop\infinite-jumping.sp(168) : warning 213: tag mismatch
// C:\Users\Mitch\Desktop\infinite-jumping.sp(169) : error 017: undefined symbol
 "PluginManager_CreateConVar"
// C:\Users\Mitch\Desktop\infinite-jumping.sp(169) : warning 213: tag mismatch
// C:\Users\Mitch\Desktop\infinite-jumping.sp(171) : error 017: undefined symbol
 "PluginManager_CreateConVar"
// C:\Users\Mitch\Desktop\infinite-jumping.sp(171) : warning 213: tag mismatch
// C:\Users\Mitch\Desktop\infinite-jumping.sp(172) : error 017: undefined symbol
 "PluginManager_CreateConVar"
// C:\Users\Mitch\Desktop\infinite-jumping.sp(172) : warning 213: tag mismatch
// C:\Users\Mitch\Desktop\infinite-jumping.sp(173) : error 017: undefined symbol
 "PluginManager_CreateConVar"
// C:\Users\Mitch\Desktop\infinite-jumping.sp(173) : warning 213: tag mismatch
// C:\Users\Mitch\Desktop\infinite-jumping.sp(174) : error 017: undefined symbol
 "PluginManager_CreateConVar"
// C:\Users\Mitch\Desktop\infinite-jumping.sp(174) : warning 213: tag mismatch
// C:\Users\Mitch\Desktop\infinite-jumping.sp(175) : error 017: undefined symbol
 "PluginManager_CreateConVar"
// C:\Users\Mitch\Desktop\infinite-jumping.sp(175) : warning 213: tag mismatch
// C:\Users\Mitch\Desktop\infinite-jumping.sp(176) : error 017: undefined symbol
 "PluginManager_CreateConVar"
// C:\Users\Mitch\Desktop\infinite-jumping.sp(176) : warning 213: tag mismatch
// C:\Users\Mitch\Desktop\infinite-jumping.sp(177) : error 017: undefined symbol
 "PluginManager_CreateConVar"
// C:\Users\Mitch\Desktop\infinite-jumping.sp(177) : warning 213: tag mismatch
// C:\Users\Mitch\Desktop\infinite-jumping.sp(199) : error 017: undefined symbol
 "PluginManager_HookEvent"
// C:\Users\Mitch\Desktop\infinite-jumping.sp(219) : error 017: undefined symbol
 "Plugin_VersionCvar"
// C:\Users\Mitch\Desktop\infinite-jumping.sp(298) : error 017: undefined symbol
 "Plugin_Tag"
// C:\Users\Mitch\Desktop\infinite-jumping.sp(397) : error 017: undefined symbol
 "Plugin_Tag"
// C:\Users\Mitch\Desktop\infinite-jumping.sp(403) : error 017: undefined symbol
 "Plugin_Tag"
// C:\Users\Mitch\Desktop\infinite-jumping.sp(411) : error 017: undefined symbol
 "Plugin_Tag"
// C:\Users\Mitch\Desktop\infinite-jumping.sp(425) : error 017: undefined symbol
 "Plugin_Tag"
// C:\Users\Mitch\Desktop\infinite-jumping.sp(458) : error 017: undefined symbol
 "Plugin_Tag"
//
// Compilation aborted.
// 26 Errors.
//
// Compilation Time: 0.64 sec
// ----------------------------------------

Press enter to exit ...
Mitchell is offline
Chanz
Veteran Member
Join Date: Aug 2008
Location: Germany - Stuttgart
Old 11-29-2014 , 16:22   Re: Infinite-Jumping (Bunny Hop, Double Jump & Initial Jump Height Modification)
Reply With Quote #259

Mitchell: You'll need to switch the branch of the smlib from master to feature-pluginmanager OR use the smlib thats now included within infinite-jumping:

I've merged the latest commit of feature-pluginmanager into infinite-jumping/version-3.
You can download it as zip here: https://github.com/chanz/infinite-ju...tree/version-3
__________________
[ SourceModPlugins.org ][ My Plugins ]

Thank you for donations: [ Paypal ]

Video Tutorial (German): [ Gameserver & SourceMod Plugins mit HLSW verwalten ]

Last edited by Chanz; 11-29-2014 at 16:24.
Chanz is offline
Hackmastr
Member
Join Date: Sep 2013
Old 12-02-2014 , 11:20   Re: [ANY] Infinite-Jumping (3.0, 2014-Nov-29)
Reply With Quote #260

Hi,

I'm using this plugin, it's nice, it does what it should, and what it shouldnt . When someone keeps pressing SPACE, you don't jump, but run with high speed. Is it a problem on my behalf?

Last edited by Hackmastr; 12-02-2014 at 11:21.
Hackmastr 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 22:19.


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