Page 1 of 1

[CS:GO] Double Jump

Posted: Thu Jan 23, 2020 6:38 pm
by Andreeas
Description:

THE TITLE SAYS ALL !
this plugins lets a player jump by pressing the jump-button again while in air.

Differences to Peagus original CSS script:
- mine had a cvar for double-jumping only on Knife Level for AR-Mode.
- and the original plugin works with "OnGameFrame". which costs more power than mine (i use OnPlayerRunCommand).

this should work in CSS too. feel free to test it!

Update 16.10.2012: some fixes in typos and "OnPlayerRunCommand"!

CVars:
will be autogenerated after 1st plugin start in the cfg folder!

Code: Select all

"csgo_doublejump_enabled" "1" //"disable(0) / enable(1) double-jumping"
"csgo_doublejump_knife" "1"	//"disable(0) / enable(1) double-jumping only on Knife Level for AR (GunGame)"
"csgo_doublejump_boost" "300.0" //"The amount of vertical boost to apply to double jumps"
"csgo_doublejump_max" "1" //"The maximum number of re-jumps allowed while already jumping"
Requirements:
SDK HOOKS

Credits:
Original Script from Peagus! http://forums.alliedmods.net/showthread.php?p=895212


Servers running plugin:
Game-Monitor
Gametracker

I use this on my ArmsRace (GunGame progressive Mode) Server and is only tested there!
The plugin while not compile on the forum!!








cs_go_double_jump.smx
Plugin / Source