Simply Hide'N'Seek
v 0.4a
This plugin designed for match games or hns with classic game rules which dont need are semiclip, knife for hiders or another great stuff.
The main different between another Hide'N'Seek plugins - this plugin use freezetime as the timer for the hide and seek game which does not hurt the roundtime as another plugins.
Cvars:
- hns_toggle <0/1> - enables/disables all plugin. If set to 1 and you set it to 0 while round, everything will disable on new round, and vice versa.
- hns_footsteps <0/1/2/3> - 1 = Terrorists have no footsteps, 2 = CT, 3 - ALL, 0 = disable.
- hns_switch <0/1> - if 1 - standard hns switch(only when seekers win).
- hns_smoke/flash <amount> - how many grenades will be given to hiders at spawn.
- hns_smoke/flash_add <amount> - how many grenades will be added to hider pack when he is alone and others are dead.
- hns_screenfade RRRGGGBBB / R=Red G=Green B=Blue A=Alpha - color parameters of hidetime screenfade.
- hns_destroy <0/1> - if enabled, destroys all breakable objects at new round.
Also set
mp_freezetime as the time in seconds that hiders have to hide.
Installation:
1. Standart switching teams method - if hns_switch 1 enabled and seekers win round, players will be switched but team scores will not.
- Download Screenfade util: Attachment 38808, copy it to .../%compiler_folder%/include/
- Download source (.sma) and compile plugin
- Copy compiled plugin to .../addons/amxmodx/plugins/ folder
- Write plugin name with fileformat (pluginname.amxx) to .../addons/amxmodx/configs/plugins.ini
- Restart your server.
2. Alternative switching method (Thanks to
ConnorMcLeod) - same as first but also switch team scores.
- Download and install Orpheu
- Download Screenfade util: Attachment 38808, copy it to .../%compiler_folder%/include/
- Download this archive Attachment 85233, unzip and replace config directory from archive to yours config directory.
- Download source, edit this line:
PHP Code:
//#define SWITCH_TEAM_SCORES // Define this if you want to switch team scores when hns_switch 1
to
PHP Code:
#define SWITCH_TEAM_SCORES // Define this if you want to switch team scores when hns_switch 1
- Save file and compile plugin
- Copy compiled plugin to .../addons/amxmodx/plugins/ folder
- Write plugin name with fileformat (pluginname.amxx) to .../addons/amxmodx/configs/plugins.ini
- Restart your server.
Changelog:
Code:
14 may 2013 - 0.4a:
fix:noobslash is disabled
18 december 2012 - 0.4:
new: Smooth screenfade (Screenfade UTIL)
new: Destroy method (Actually move method)
18 december 2012 - 0.3:
new: alternative switch teams method
18 december 2012 - 0.2:
new: hns_footsteps cvar
fix: reedited last hider nades giver
18 december 2012 - 0.1a:
fix: hiders footsteps
17 december 2012 - 0.1:
plugin released
Credits:
AlliedModders community
unique-kz community
rad crew