Evie Addon Details

Watch - Add Favorite

Extended Radio - Version 1.1

posted on 2008-06-13 13:38:04
by XaM
2
w00ts
w00t!
Requires: Tags: commands css extended radio sounds

Description

This script allows you to extend the radio commands
Features:
- Very good sounds
- Easy to configure
- Possible to put adverts
- Show a message (following the traditional radio commands' message

Installation

  • Upload all the files on your FTP following the directory of the archive.
  • Add that in your autoexec.cfg:
  • es_load extendedradio


    Configuration

  • Configure that how you want:
  • //////////////////////////////////////

    // 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
    }


  • To add your own sounds, open the es_xr_soundlist_db.txt file, and do like this for each sounds:
  •   // 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"
    }


Thank you for using my script

If someone knows how to color a message in red or blue, contact me: xam_mxx@yahoo.fr
Thank you

Version Notes For 1.1 (Announce this update)

Updated on: 2008-06-15 07:39:16 EST
V.1.1:
- Now the player's name in the message is coloured based on his team
( Previous Versions )