dig_you_in
Posted: Mon Nov 22, 2021 12:29 am
Well with this plugin you can hide yourself (once per round) for a minute "under the ground"
(in fact you are just invisible and not-solid, you never know with costum maps what would happen )
Client-Commands
Version 1.1
plugin
source
(in fact you are just invisible and not-solid, you never know with costum maps what would happen )
Client-Commands
Admin-Commandssay /dig
say_team /dig
say /undig
say_team /undig
amx_digin <1/0> // put plugin on/off
amx_digin_time "value in Sec." // time before your oxcigen runs, standard 60.0s
Change Log:/*
+ Instalation:
- Put the .amx file in addons\amxmodx\plugins
- Activate the plugin in addons\amxmodx\configs\plugins.ini
- Activate the needed modules in addons\amxmodx\configs\modules.ini
- Put the shofel sound in MOD\sound\misc (like: counter-strike\cstrike\sound\misc)
- Restart server or change/reload map
+ Modules:
- fun_amxx.dll
- engine_amxx.dll
+ Credits:
- Doombringer for the shofel sound
- p3tsin for the Dige Limit
- VEN for the fakedamage idea
*/
Version 1.1
sound.rarAdded CVAR: amx_digin_time "value" // time before your oxcigen runs out
plugin
source