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

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


Post New Thread Reply   
 
Thread Tools Display Modes
Chanz
Veteran Member
Join Date: Aug 2008
Location: Germany - Stuttgart
Old 03-26-2017 , 10:59   Re: [ANY] Infinite-Jumping (3.0, 2014-Nov-29)
Reply With Quote #291

Quote:
Originally Posted by amazinq View Post
Hello guys, i have a problem with the bhop plugin. If i land after a couple of jumps, my character boosts forward (slides forward). I tried these two commands but it didn't fixed it.

infinite-jumping_override_slowdownonhurt "-1.0"
infinite-jumping_override_stamina "-1.0"

Heres the rest of the cfg file:
Hi,

in what game (CSS, CS:GO, ...) do you use this plugin?

Currently there is a bug, that is triggered by using Infinite-Jumping and Movement Unlocker at the same time.

Also you can try to set "infinite-jumping_boost_initial" to "0.0". I currently don't own a CS:GO server or any other Source-Engine based game server so it s hard for me to test and fix bugs.

Cya,
Chanz
__________________
[ SourceModPlugins.org ][ My Plugins ]

Thank you for donations: [ Paypal ]

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

Last edited by Chanz; 03-26-2017 at 11:15.
Chanz is offline
amazinq
New Member
Join Date: Mar 2017
Old 03-28-2017 , 03:23   Re: [ANY] Infinite-Jumping (3.0, 2014-Nov-29)
Reply With Quote #292

Quote:
Originally Posted by Chanz View Post
Hi,

in what game (CSS, CS:GO, ...) do you use this plugin?

Currently there is a bug, that is triggered by using Infinite-Jumping and Movement Unlocker at the same time.

Also you can try to set "infinite-jumping_boost_initial" to "0.0". I currently don't own a CS:GO server or any other Source-Engine based game server so it s hard for me to test and fix bugs.

Cya,
Chanz
Hey Chanz,

Thanks for the fast response. I removed the CS:GO Movement Unlocker Plugin and it works fine now.

Bye,
amazinq
amazinq is offline
Battousai-sama
Veteran Member
Join Date: Jul 2007
Old 04-18-2017 , 06:02   Re: [ANY] Infinite-Jumping (3.0, 2014-Nov-29)
Reply With Quote #293

gain too much speed when bhoping and spam crouch zero to 1 hunna real quick :S
__________________
Battousai-sama is offline
Send a message via MSN to Battousai-sama
xTremo
New Member
Join Date: Nov 2016
Old 05-05-2017 , 06:02   Re: [ANY] Infinite-Jumping (3.0, 2014-Nov-29)
Reply With Quote #294

Hey 2 flags doesnt work
1 flag work, 2 no
// Automatic rejump.
// "1" = force on.
// "0" = force off.
// "<adminflag>" = admin with this flag can (a,b,c,d,...).
// See: addons/sourcemod/configs/admin_levels.cfg for more info.
// -
// Default: "0"
infinite-jumping_flags_infinite "m,n"
xTremo is offline
kyuubi8888
Junior Member
Join Date: Mar 2013
Location: Sweden
Old 10-02-2017 , 13:55   Re: [ANY] Infinite-Jumping (3.0, 2014-Nov-29)
Reply With Quote #295

How can I restrict the ability of double-jumping only to those who have 'z' rights? Which command is that and what should I bind it to?
kyuubi8888 is offline
Send a message via Skype™ to kyuubi8888
Psyk0tik
Veteran Member
Join Date: May 2012
Location: Homeless
Old 10-06-2017 , 16:08   Re: [ANY] Infinite-Jumping (3.0, 2014-Nov-29)
Reply With Quote #296

Quote:
Originally Posted by xTremo View Post
Hey 2 flags doesnt work
1 flag work, 2 no
// Automatic rejump.
// "1" = force on.
// "0" = force off.
// "<adminflag>" = admin with this flag can (a,b,c,d,...).
// See: addons/sourcemod/configs/admin_levels.cfg for more info.
// -
// Default: "0"
infinite-jumping_flags_infinite "m,n"
Change "m,n" to just "mn" because the game is reading the comma as a flag.

Quote:
Originally Posted by kyuubi8888 View Post
How can I restrict the ability of double-jumping only to those who have 'z' rights? Which command is that and what should I bind it to?
Change this section in your .cfg file.
Code:
// --------------------------------------------------------------------
// A C C E S S M I D A I R
// --------------------------------------------------------------------

// Rejump in mid air.
// "" = everyone can.
// "0" = noone can.
// "<adminflag>" = admin with this flag can (a,b,c,d,...).
// See: addons/sourcemod/configs/admin_levels.cfg for more info.
// -
// Default: "0"
infinite-jumping_flags_double "0"

// Jump automatic in mid air when jump is pressed.
// "" = everyone can.
// "0" = noone can.
// "<adminflag>" = admin with this flag can (a,b,c,d,...).
// See: addons/sourcemod/configs/admin_levels.cfg for more info.
// -
// Default: "0"
infinite-jumping_flags_perfectdouble "0"
__________________

Last edited by Psyk0tik; 10-22-2017 at 11:19.
Psyk0tik is offline
Terminatorr
Member
Join Date: Dec 2018
Old 12-15-2018 , 06:41   Re: [ANY] Infinite-Jumping (3.0, 2014-Nov-29)
Reply With Quote #297

Hello guys, i defined a flag `o` for the plugin, and i am using tvip plugin to add vips of flag `o` and the jombing or anything dose not work, any idea please?
Terminatorr is offline
joelspaho121
New Member
Join Date: Mar 2019
Old 03-15-2019 , 17:20   Re: [ANY] Infinite-Jumping (3.0, 2014-Nov-29)
Reply With Quote #298

sorry for reviving this old thread however im genuinely confused.I have no idea how to install this mod as the "installation instructions" are so unclear.I pasted the thing into my addons directory since the "mod" directory doesnt exist.When i join local server i try to bhop and it doesnt work.
joelspaho121 is offline
khashayar007
Senior Member
Join Date: Jan 2015
Location: Macedonia
Old 08-02-2020 , 05:53   Re: [ANY] Infinite-Jumping (3.0, 2014-Nov-29)
Reply With Quote #299

Hi, I'm using sourcemod v1.11 and I have this error while compiling. Is there any way to fix it?

PHP Code:
\scripting\include\smlib/entities.inc(1773) : fatal error 196deprecated syntaxsee https://wiki.alliedmods.net/SourcePawn_Transitional_Syntax#Typedefs 
khashayar007 is offline
emvaized
Junior Member
Join Date: Aug 2021
Old 08-22-2021 , 11:36   Re: [ANY] Infinite-Jumping (3.0, 2014-Nov-29)
Reply With Quote #300

How could I limit the bunny hop speed (or acceleration rate)?
I have "sv_enablebunnyhopping 1" in config, and just in minute of continuos jumping player reaches ultra-sonic speeds. And when it's set to "0", bunny hop doesn't give any speed advantage at all.

I found that setting "sv_maxvelocity" to smth small like "360" solves the problem, but it also breaks grenades physics

Last edited by emvaized; 08-22-2021 at 11:37.
emvaized 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 00:49.


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