Page 1 of 1

[CS:GO] Weapon Jump

Posted: Thu Jan 23, 2020 3:04 pm
by Andreeas
# Description


The players are knockback when shooting, providing the ability to weapon jump (Similar to the rocket jump in TF2).
# Installation

Code: Select all

HTML Code:
/addons/sourcemod/configs/weapon_jump.cfg
/addons/sourcemod/plugins/weapon_jump.smx
/addons/sourcemod/scripting/weapon_jump.sp (Optional)
# Console Variables

Code: Select all

PHP Code:
"sm_weapon_jump_enable" - Enable the plugin 
# Configuration file


The weapon jump properties can be configured using the file weapon_jump.cfg.
This file is read every map change or when the plugin is reloaded.

By default, the weapons deagle, mp7 and mag7 are configured.

Remark: The entity name of the weapons ("weapon_*") for CS:GO can be found here.

https://github.com/nyuufr/Weapon-Jump

weapon_jump.cfg
Get plugin or Get source