TT can humiliate a player for CT by jumping on his head.
Designed for HNS servers.
- Amx Mod X 1.9.0 or higher
- Reapi
- Put the contents of the
cstrike
folder in the directory of your server (your_server_folder/cstrike/); - Compile
hns_humiliation.sma
how to compile?; - Add
hns_humiliation.amxx
into yourplugins.ini
file; - Restart server or change map;
- Configure
hns_humiliation.cfg
- Dominate.
hns_humiliation.cfg
This config will be locate in `addons/amxmodx/configs/plugins/` folder.// Cooldown between possible humiliations
// Minimum: "5.000000"
hns_humiliation_delay "10.0"
// Damage a TT will inflict on a CT
// 0 - disabled
hns_humiliation_damage "15.0"
// Killing icon, will be shown when humiliated
// 0 - disabled
hns_humiliation_death_icon "tracktrain"
// Screenfade time to the humiliated
// 0 - disabled
hns_humiliation_screenfade_duration "0.7"
// screenfade color in HEX
hns_humiliation_screenfade_color "#FF0000"