Emergency Defuse Kit
Posted: Mon Nov 22, 2021 12:30 am
I noticed many people often forget to buy a defuse kit on bomb/defuse maps, this plugin could be a life saver which only benifits the CT's. They could simply buy a defuse kit without being in the buyzone, but there's a higher price to that, it would cost more than the defuse kit that you would normally buy at the buyzone. So lets say that the bomb has been planted, then spotted the c4, but the T's are gaurding it, by the time you have or your team have eliminated all the T's there might be like around 10 seconds left, that would be the time to use the Emergency Defuse Kit simply by purchasing a defuse kit by saying one of the following commands in the game:
(In Console) type:
bind "key" "say buy_defusekit"
You could modify the cost for the emergency defuse kit by either placing this cvar into your server.cfg or amxx.cfg:
Version:
1.1 - Updated to use Pcvar values.
plugin
source
or by console commands:buy_defusekit
buydefusekit
buy_kit
/defusekit
I suggest binding one of your keys to one of those commands, but if you're going to use the "saying commands", this is how you would normally bind those commands:buy_defusekit
buydefusekit
buy_kit
defusekit
(In Console) type:
bind "key" "say buy_defusekit"
You could modify the cost for the emergency defuse kit by either placing this cvar into your server.cfg or amxx.cfg:
This plugin is works for CT's ONLY.amx_kit_cost <COST AMOUNT>
Version:
1.1 - Updated to use Pcvar values.
plugin
source