Raised This Month: $ Target: $400
 0% 

NEW CSO COUNTDOWN!!!


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
vipsafwan92
Member
Join Date: Jan 2010
Location: Brunei
Old 06-21-2010 , 03:30   Re: NEW CSO COUNTDOWN!!!
Reply With Quote #2

lol I do this too, by adding another Micro Plugin

Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "Music at start"
#define VERSION "1.0"
#define AUTHOR "GmTx"

#define START_SOUND    "cso/zombi_start.wav"    

public plugin_init() 
{
    register_plugin(PLUGIN, VERSION, AUTHOR)
    
    register_event("HLTV", "Event_HLTV_New_Round", "a", "1=0", "2=0")
}

public plugin_precache() 
{
    precache_sound(START_SOUND)
} 

public Event_HLTV_New_Round(id)
{
    client_cmd(id, "spk %s", START_SOUND )
}
vipsafwan92 is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 14:30.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode