Плагин похож на End Round Sounds, токо изменен и добавлено много нового! Должен стоять AMXX 1.7x или выше! say /roundsound : дает возможность игрокам отключать и включать себе лично этот плагин...
Установка: ./game_mod/addons/amxmodx/plugins/alt_end_round_sounds.amxx ( compiled under Amxx 1.8.x ) ./game_mod/addons/amxmodx/plugins/alt_end_round_sounds[old].amxx ( compiled under Amxx 1.7x ) ./game_mod/addons/amxmodx/data/lang/end_roundsound.txt ./game_mod/addons/amxmodx/configs/roundsound.ini (if using default file 'roundsound.ini') ./game_mod/addons/amxmodx/configs/round_sound/mapname.ini (if using per-map config file) ./game_mod/addons/amxmodx/configs/round_sound/prefix-TYPE.ini (if using per-map config file by prefix)
Цитата:
Cvars : - - - - -
* ers_enabled <iNum>
<0|1> Disable/Enable this plugin. (default: 1)
* ers_player_toggle <iNum>
<0|1> Disable/Enable the client command /roundsound (default: 1)
* erc_time_ads <iTime>
Times in seconds between 2 ads messages. 0 disable ads. (default: 120)
* erc_random_precache <iMaxTeam or iMax_T-iMax_CT>
Specify how many sounds by team you want to precache randomly among all sounds. This means that x sounds will be choosen randomly among all sounds of each team so to be precache at each map. ( 0 = disable feature ) /!\ Map change on cvar change required !
e.g :
erc_random_precache "2" :
2 sounds will be choosen among all CTs sounds and all Ts sounds
erc_random_precache "2-3" :
2 Ts sounds will be choosen randomly among all Ts sounds 3 CT sound will be choosen randomly among all CTs sounds. /!\ Don't forget to insert '-' .