Description
English :
This script provides a C4 countdown wich automatically finds and downloads the sounds if they exist on the FTP (each level change).
The sound files must be called with this convention :
[code]c4timer_SECONDE_sec.mp3[/code]
Français :
Ce script fournit un décompte de la bombe qui trouve et fait automatiquement télécharger les sons par les joueurs.
Les sons doivent être nommés avec ce format :
[code]c4timer_SECONDE_sec.mp3[/code]
[b]configuration.txt[/b] :
[syntax="es"]// C4Timer : configuration
// 1 = enable, 0 = disable
c4timer_activation 1
// sounds location from cstrike/sound
c4timer_sound_dir "c4timer"
// 1 = chat countdown, 0 = off
c4timer_chat_countdown 1
// 1 = hud countdown, 0 = off
c4timer_hud_countdown 1
// 1 = center countdown, 0 = off
c4timer_center_countdown 1
// 1 = amx countdown, 0 = off
c4timer_amx_countdown 1
// 1 = sound countdown, 0 = off
c4timer_sound_countdown 1[/syntax]