View Single Post
Author Message
shanapu
Veteran Member
Join Date: Apr 2015
Location: .de
Old 08-18-2018 , 18:25   [ANY?] JetPack (v1.4.1 - 18/11/18)
Reply With Quote #1

Rate Thread

Yet another jetpack plugin for sourcemod.



I know there are already some jetpack plugins and this one is just an edited version of [CS:GO/ZP] Jetpack by gubka & FrozDark.
BUT without the need of zombie, for [ANY], with some more configs, translation and for me the importants different to others:
Two different ways to use the jetpack
Code:
jetpack_cmd "0" press DUCK & JUMP
jetpack_cmd "1" you must bind +/-jetpack
Only tested on CS:GO, should work on [ANY].
Please test and report other games.

ConVar
Code:
// Admin flags to access to the JetPack.
// -
// Default: "b,r"
jetpack_admins_flag "b,r"

// Only admins will be able to use JetPack.
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
jetpack_admins_only "0"

// Allow admins to have unlimited JetPack.
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
jetpack_admins_unlimited "0"

// The angle of boost to apply to JetPack.
// -
// Default: "50"
// Minimum: "10.000000"
// Maximum: "80.000000"
jetpack_angle "50"

// The amount of boost to apply to JetPack.
// -
// Default: "400.0"
// Minimum: "100.000000"
jetpack_boost "400.0"

// 0 - DUCK & JUMP, 1 - +/-jetpack
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
jetpack_cmd "0"

// 0 - disabled, 1 - enable effect & particle
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
jetpack_effect "1"

// Enables JetPack.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
jetpack_enabled "1"

// Time in seconds of using JetPacks.
// -
// Default: "10"
// Minimum: "0.000000"
jetpack_max "10"

// Chat prefix for first spawn message
// -
// Default: "[SM]"
jetpack_prefix "[SM]"

// Time in seconds to reload JetPack.
// -
// Default: "60"
// Minimum: "1.000000"
jetpack_reloadtime "60"

// Which team should have access to jetpack? 1 - CT/Blu only / 2- T/Red only / 3 - both
// -
// Default: "3"
// Minimum: "1.000000"
// Maximum: "3.000000"
jetpack_team "3"

Installation
Quote:
  1. jetpack.smx -> addons/sourcemod/plugins/
  2. jetpack.sp -> addons/sourcemod/scripting/ (optional)
  3. jetpack.phrases.txt -> addons/sourcemod/translations/
  4. Config file cfg/sourcemod/jetpack.cfg will be generated after first startup
  5. Have Fun! Give feedback!
Github
https://github.com/shanapu/Jetpack

Credits
All credits to gubka & FrozDark for the previous work on original!
Also big thanks to all sourcemod & metamod developers out there!

You like my work for the community? Buy me a beer!
Attached Files
File Type: txt jetpack.phrases.txt (357 Bytes, 483 views)
File Type: sp Get Plugin or Get Source (jetpack.sp - 971 views - 12.6 KB)
File Type: zip Jetpack-master.zip (15.8 KB, 416 views)
__________________
coding & free software

Last edited by shanapu; 11-17-2018 at 21:18.
shanapu is offline