View Single Post
Author Message
ESK0
BANNED
Join Date: May 2014
Location: Czech Republic
Old 07-08-2017 , 20:11   [ANY?] Advanced Parachute | *UPDATED 9.7.2017* | *VERSION 1.0*
Reply With Quote #1

Hello guys,

Advanced Parachute is remake of SWAT_88's SM Parachute. But comes with few more features


Client Commands:
  • !parachute - Open menu with available parachutes

Features:
  • Can be added more than one parachute
  • Parachute can be flag locked

Installation:
  • Move AdvancedParachute.cfg to your addons/sourcemod/configs folder.
  • Move AdvancedParachuteDownload.txt to your addons/sourcemod/configs folder.
  • Move AdvancedParachute.smx to addons/sourcemod/plugins folder.
  • Move models folder to your game folder. (e.g. csgo, tf2)
  • Move materials folder to your game folder. (e.g. csgo, tf2)
  • Restart server/Change map

Config preview:
Code:
"AdvancedParachute"
{
  "Blue" // Parachute name
  {
    "model" "models/parachute/parachute_blue.mdl" // Model path
    "default" "1" // This parachute is default for new players
    "flag" "" // Parachute does not require flag -- (Can be also removed)
  }
  "Gargoyle"
  {
    "model" "models/parachute/gargoyle.mdl"
    "default" "0" // Not necessary if is default parachute set
    "flag" "a" // Parachute available only for players with flag "a"
  }
}
Wanna more parachutes? <---------- CLICK

Todo:
  • ConVars
  • MySql support

Change log:
Code:
Version 1.0:

- Initial commit
Download

Last edited by ESK0; 07-09-2017 at 07:53.
ESK0 is offline