Raised This Month: $ Target: $400
 0% 

[CS:GO]I'm looking for a plugin


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Comandante001
Junior Member
Join Date: Dec 2014
Old 12-30-2014 , 14:43   [CS:GO]I'm looking for a plugin
Reply With Quote #1

Hi all!
I'm looking plugins bhop for server awp|scope
here's an example:
https://www.youtube.com/watch?v=heNf4cirE7A
Comandante001 is offline
Neuro Toxin
Veteran Member
Join Date: Oct 2013
Location: { closing the void; }
Old 12-30-2014 , 17:11   Re: [CS:GO]I'm looking for a plugin
Reply With Quote #2

https://forums.alliedmods.net/showth...ght=abner+bhop
__________________
Neuro Toxin is offline
Comandante001
Junior Member
Join Date: Dec 2014
Old 12-30-2014 , 20:15   Re: [CS:GO]I'm looking for a plugin
Reply With Quote #3

Quote:
Originally Posted by Neuro Toxin View Post
the plugin does not take speed when you hold space
Comandante001 is offline
Neuro Toxin
Veteran Member
Join Date: Oct 2013
Location: { closing the void; }
Old 12-30-2014 , 23:42   Re: [CS:GO]I'm looking for a plugin
Reply With Quote #4

You gain speed while turning and holding straf for the direction your turning.

Server convars dictate how fast the speed increases.

If you want a hold space and do nothing to increase speed (no skill).

Maybe this: https://forums.alliedmods.net/showthread.php?p=2169400

It's amazing what you find in google: https://www.google.com.au/search?q=c...+speed+convars
__________________
Neuro Toxin is offline
Comandante001
Junior Member
Join Date: Dec 2014
Old 01-15-2015 , 15:03   Re: [CS:GO]I'm looking for a plugin
Reply With Quote #5

up!
Comandante001 is offline
Mitchell
~lick~
Join Date: Mar 2010
Old 01-15-2015 , 15:39   Re: [CS:GO]I'm looking for a plugin
Reply With Quote #6

Quote:
Originally Posted by Comandante001 View Post
up!
Is it really that hard to search for a bunnyhop plugin?
actually i guess since it's named infinite jumping...
https://github.com/chanz/infinite-jumping/releases/

You'll need to disable the boosts and stuff, or it gets ridiculous, also you still gain speed if you set everything to 0

Last edited by Mitchell; 01-15-2015 at 15:40.
Mitchell is offline
Comandante001
Junior Member
Join Date: Dec 2014
Old 01-16-2015 , 06:02   Re: [CS:GO]I'm looking for a plugin
Reply With Quote #7

Quote:
Originally Posted by Mitchell View Post
Is it really that hard to search for a bunnyhop plugin?
actually i guess since it's named infinite jumping...
https://github.com/chanz/infinite-jumping/releases/

You'll need to disable the boosts and stuff, or it gets ridiculous, also you still gain speed if you set everything to 0

sorry, I did not understand how to configure any speed

here is the config:
HTML Code:
// This file was auto-generated by SourceMod (v1.6.3)
// ConVars for plugin "infinite-jumping.smx"


// The amount of vertical boost, to apply when mid air double jumping.
// In units per second.
// negative values = player are pushed down in mid air, when double/multi jump.
// 0.0 = only falling can be stopped, when jump is pressed in mid air.
// positive values = pl
// -
// Default: "290.0"
infinite-jumping_boost_double "290.0"

// Amount of boost per second to push the client forward when jumping.
// In units per second.
// Be careful this value adds ontop of the velocity at each jump.
// -
// Default: "50.0"
infinite-jumping_boost_forward "50.0"

// If this is 1 then players need to press W,S,A,D (movement keys) and jump, to receive a boost (adds basicly more control).
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
infinite-jumping_boost_forward_wsad "1"

// If you wish to jump higher or lower, then change this value.
// In units per second.
// negative values = players can't jump that high anymore
// 0.0 = normal jump height
// positive values = players can jump heigher.
// -
// Default: "0.0"
infinite-jumping_boost_initial "0.0"

// Enables or disables this plugin
// -
// Default: "1"
infinite-jumping_enable "1"

// 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"

// Automatic forward boost by each jump.
// "" = 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_forwardboost "0"

// Bypass game slow downs as stamina or slow down on hurt.
// "" = 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: ""
infinite-jumping_flags_gameslowdowns ""

// 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: ""
infinite-jumping_flags_infinite ""

// 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"

// The maximum number of re-jumps allowed while in mid air.
//  if you want to disable this, don't set it to 0 instead use the sm_infinitejumpging_flags_double console var.
// -
// Default: "1"
// Minimum: "0.000000"
infinite-jumping_max_doublejumps "1"

// This will override the speed ratio when hurt.
// 1.0 = no speed is lost.
// 0.5 = 50% slower.
// 0.0 = stops
// 2.0 = 100% faster.
// -1.0 = let the engine/game handle how much speed players loose.
// -
// Default: "1.0"
infinite-jumping_override_slowdownonhurt "1.0"

// This will be the new stamina value when you land.
// 0.0 = full stamina/no speed is lost.
// -1.0 = let the engine handle how much speed a player looses.
// Example: 1315.0 is the default value in css, but use -1.0 instead if you wish to disable.
// -
// Default: "0.0"
infinite-jumping_override_stamina "0.0"
Comandante001 is offline
Comandante001
Junior Member
Join Date: Dec 2014
Old 01-17-2015 , 04:10   Re: [CS:GO]I'm looking for a plugin
Reply With Quote #8

up!
Comandante001 is offline
sim242
AlliedModders Donor
Join Date: Dec 2012
Location: England
Old 01-21-2015 , 03:45   Re: [CS:GO]I'm looking for a plugin
Reply With Quote #9

Quote:
Originally Posted by Comandante001 View Post
up!
Dude you should really read the rules as bumping a thread is against the rules.

Regarding the config, all the values are explained in the file. If you just fiddle with the values and test them until they're right for you then you'll be fine.
__________________
Steam - Sim
Request a private plugin
Not accepting requests at this time
sim242 is offline
Send a message via Skype™ to sim242
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 05:14.


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