Installation
[list][*]Upload all the files on your FTP following the directory of the archive.
[*]Add that in your autoexec.cfg:
[syntax="es"]es_load extendedradio[/syntax]
[size=18][b]Configuration[/b][/size]
[*]Configure that how you want:
[quote]//////////////////////////////////////
// Config this first part
//////////////////////////////////////
block config
{
// Enable (1) or not (0) the adverts
xr_adverts 1
// If xr_adverts 1, choose the number of round between each adverts
xr_numbround_adverts 3
}
[/quote]
[*]To add your own sounds, open the es_xr_soundlist_db.txt file, and do like this for each sounds:
[syntax="es"] // Name of the key (it doesn't matter, but choose a clear name)
"hi"
{
// Name of the sound, who will appear in the menu
"name" "Hi !"
// The message who will be displayed when a sound is playing
"msg" "Hi !"
// The directory of the sounds
// From cstrike/sound/
// Example: My sound is in: cstrike/sound/soundlist/myteam/hello.wav
// You will put: soundlist/myteam/hello.wav
// DO NOT FORGET THE EXTENSION
"directory" "soundlist/extendedradio/hi.wav"
}[/syntax][/list]
Thank you for using my script
If someone knows how to color a message in red or blue, contact me:
[email protected]
Thank you