/******************************************************************************** * AMX Mod X script. * * Ultimate Sounds (CA_Sounds.sma) * Copyright (C) 2006-2010 By SkiGz * ********************************************************************************* * * By SkiGz * Link: <a href="http://counters-acs.es.tl/" target="_blank" rel="nofollow noopener">http://counters-acs.es.tl/</a> * ********************************************************************************* * * /////////////////////////////////////////////////// * // AMXMOD[X] // * // ::CA sounds:: // * // Origional: by SkiGz // * // Ported by: SkiGz // * // Edited by: SkiGz // * // // * // cvar: // * // streak_mode < flags > // * // "a" - messages // * // "b" - sounds // * // // * // knife_mode < flags > // * // "a" - messages // * // "b" - sounds // * // // * // hs_mode < flags > // * // "a" - messages // * // "b" - sounds // * // // * // lastman_mode < flags > // * // "a" - messages // * // "b" - hp // * // "c" - sounds // * /////////////////////////////////////////////////// * ********************************************************************************* */ // Plugin Info new const PLUGIN[] = "CA Sounds" new const VERSION[] = "1.0" new const AUTHOR[] = "SkiGz"