Raised This Month: $ Target: $400
 0% 

random


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
RuRuRu612754
Senior Member
Join Date: Sep 2011
Old 11-11-2011 , 16:37   random
Reply With Quote #1

Hi.

roundstart_1.wav
roundstart_2.wav
roundstart_3.wav

To play in every time round so random, I should do?

Code:
#include <amxmodx>

public plugin_init()
{
	register_plugin("PLUGIN", "VERSION", "AUTHOR")

	register_logevent("EventRoundStart", 2, "1=Round_Start") 
}

public EventRoundStart()
{
	 client_cmd(0, "speak sound/roundstart_1.wav"
	 client_cmd(0, "speak sound/roundstart_2.wav"
	 client_cmd(0, "speak sound/roundstart_3.wav"
}
RuRuRu612754 is offline
 


Thread Tools
Display Modes

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:16.


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