About This File
Parachute Plugin (No Model)
Description:
This is a lightweight parachute plugin that works without any external model files. Simple, clean, and functional.
Installation:
-
Place the
amx_parachute.amxxfile into:addons/amxmodx/plugins -
Open the file:
addons/amxmodx/configs/plugins.ini
and add the following line at the bottom:amx_parachute.amxx -
Save and restart your server.
CVARs (add these to amxmodx/configs/amxx.cfg):
Quote// Parachute settings
sv_parachute 1 // Enable parachute
parachute_cost 0 // Free to use
para_free 1 // Everyone can use it
amx_parachute @all // Gives parachute to all players
Admin Commands (via console):
-
No admin commands available.
Public Commands (in chat, using the Y key):
-
No public commands required. The parachute works automatically.
Required Modules:
-
No additional modules required.
You do not need to enable anything inmodules.ini.