Raised This Month: $51 Target: $400
 12% 

[REQ]like putting a siren to start the round?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
matador60
Junior Member
Join Date: Jan 2013
Location: Venezuela
Old 02-02-2014 , 09:39   [REQ]like putting a siren to start the round?
Reply With Quote #1

Hi, I'm new to the forum, as I can put a siren at the start of the round? I use the zombie plague 4.3 new modes 1.5. Sorry for my bad english

Last edited by matador60; 02-02-2014 at 09:39.
matador60 is offline
Send a message via Skype™ to matador60
ANTICHRISTUS
kingdom of weird stuff
Join Date: Jun 2010
Location: My kingdom is not in thi
Old 02-02-2014 , 19:09   Re: [REQ]like putting a siren to start the round?
Reply With Quote #2

try to search *sound* in titles, at least you'll find something similar.
__________________
ANTICHRISTUS is offline
Nax0ne
Senior Member
Join Date: Jul 2011
Location: Chile
Old 02-02-2014 , 19:51   Re: [REQ]like putting a siren to start the round?
Reply With Quote #3

Quote:
Originally Posted by matador60 View Post
Hi, I'm new to the forum, as I can put a siren at the start of the round? I use the zombie plague 4.3 new modes 1.5. Sorry for my bad english
It's easy, this is so simple:

PHP Code:
/*================================================================================
 [Include Files]
=================================================================================*/

#include <amxmodx>
#include <amxmisc>

/*================================================================================
 [Plugin Info]
=================================================================================*/

#define NAME "[ZP] Siren"
#define VERSION "1.0"
#define AUTHOR "Nax0ne"

/*================================================================================
 [Plugin Init + Precache]
=================================================================================*/

public plugin_init()
{
    
register_plugin(NAMEVERSIONAUTHOR)
    
    
register_logevent("event_Round_Start"2"1=Round_Start");
}

public 
plugin_precache()
{
    
precache_sound("zombie_plague/Warning.wav")
}

/*================================================================================
 [Main Events & Forwards]
=================================================================================*/

public event_Round_Start()
{
    
client_cmd(0,"spk zombie_plague/Warning"); // Siren Sound

You can download the sound here: https://www.dropbox.com/s/axo6971aau7s1t0/Warning.wav

You must save the sound in the root sound/zombie_plague

Quote:
Originally Posted by being noob View Post
#include <zombieplague> ?
xDD sorry, i forgot to remove it.

Last edited by Nax0ne; 02-02-2014 at 21:38.
Nax0ne is offline
being noob
Senior Member
Join Date: Jan 2012
Location: Hindustan!!
Old 02-02-2014 , 21:31   Re: [REQ]like putting a siren to start the round?
Reply With Quote #4

#include <zombieplague> ?
__________________
<3<3
being noob is offline
wicho
Veteran Member
Join Date: Feb 2012
Location: GuateAmala
Old 02-03-2014 , 00:18   Re: [REQ]like putting a siren to start the round?
Reply With Quote #5

No cuz he dont use anything of zombie plague include..
wicho is offline
matador60
Junior Member
Join Date: Jan 2013
Location: Venezuela
Old 02-04-2014 , 12:40   Re: [REQ]like putting a siren to start the round?
Reply With Quote #6

Quote:
Originally Posted by Nax0ne View Post
It's easy, this is so simple:

PHP Code:
/*================================================================================
 [Include Files]
=================================================================================*/

#include <amxmodx>
#include <amxmisc>

/*================================================================================
 [Plugin Info]
=================================================================================*/

#define NAME "[ZP] Siren"
#define VERSION "1.0"
#define AUTHOR "Nax0ne"

/*================================================================================
 [Plugin Init + Precache]
=================================================================================*/

public plugin_init()
{
    
register_plugin(NAMEVERSIONAUTHOR)
    
    
register_logevent("event_Round_Start"2"1=Round_Start");
}

public 
plugin_precache()
{
    
precache_sound("zombie_plague/Warning.wav")
}

/*================================================================================
 [Main Events & Forwards]
=================================================================================*/

public event_Round_Start()
{
    
client_cmd(0,"spk zombie_plague/Warning"); // Siren Sound

You can download the sound here: https://www.dropbox.com/s/axo6971aau7s1t0/Warning.wav

You must save the sound in the root sound/zombie_plague



xDD sorry, i forgot to remove it.
Thanks much
matador60 is offline
Send a message via Skype™ to matador60
Reply



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 08:31.


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