Round Restart v2.2

Post Reply
greenie
Full Member
Full Member
Posts: 1815
Joined: Sun Nov 21, 2021 4:55 pm
Jucator SA:MP ?: Nu
Nick:: greenie
Jucator CS ?: Nu

Round Restart v2.2

Post by greenie »

Restarting map by say and/or say_team commands.

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)
#define ACCESS ADMIN_KICK
.:: Installing ::.

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:
say_restart.amxx
Save and close plugins.ini
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
Post Reply

Return to “Server Management”