View Single Post
Author Message
darkranger
Senior Member
Join Date: Apr 2006
Location: dod_hinterland
Old 10-15-2012 , 14:16   [CS:GO] Double Jump
Reply With Quote #1

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:
"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!!
Attached Files
File Type: sp Get Plugin or Get Source (cs_go_double_jump.sp - 5329 views - 5.7 KB)
File Type: smx cs_go_double_jump.smx (5.5 KB, 5863 views)

Last edited by darkranger; 06-06-2013 at 03:23.
darkranger is offline