Auto restart map after specified amount of time by restart_auto_timeout cvar.
Displaying chat texts in colors (can be changed from *.txt).
Possibility of choosing 2 type of sounds upon restarting:
vox sound (valve words) - loading environment on to your computer
with sound precache - feelgood.wav (location -> cstrike/sound/misc)
Access for admins - ADMIN_KICK (can be change from *.sma)
.:: Installing ::.#define ACCESS ADMIN_KICK
Extract feelgood.wav.zip archive content into your server cstrike directory
Copy say_restart.amxx into mod_dir/addons/amxmodx/plugins (mod_dir = cstrike, czero, dod etc)
Copy round_restart.txt goes to mod_dir/addons/amxmodx/data/lang
Open plugins.ini from mod_dir/addons/amxmodx/configs
Add at the end of the list on a new line like follows:
Save and close plugins.inisay_restart.amxx
Restart Server or Change Map
.:: Available Commands ::.
/rr, /live or /rrlive can be used in chat to restart current map played !
.:: Available CVAR`s ::.
restart_waittime "20.0"
Time between two restarts - in seconds (Def: 20.0)
restart_auto_timeout "30.0"
Time before auto restart occurs in seconds (Def.: 30.0)
restart_sound "1"
0- Disabled | 1- Speak vox words/sounds | 2- play feelgood.wav sound (Def.: 1)
restart_auto_on "1"
0- Disabled | 1- Enabled autoround restart (Def.: 1 - ON)
restart_countdown "1" *NEW*
0- Disabled | 1- Enabled restart VOX countdown (Def.: 1 - ON)
.zip