View Single Post
daveyboye
Senior Member
Join Date: Aug 2008
Old 06-02-2012 , 17:55   Re: Time Left Actions v2.9 (aka Timeleft Voice)
Reply With Quote #103

I am running a hl2dm server and have the following config for this plugin:

Code:
time-left-actions = (
	// Map Time Left
	{
		type = 1;
		time = 845.0;
		sound = "admin_plugin/time_left/galaxy_ss.mp3";
		cmd = "";
		chat = "{G}Welcome to Skul`Shock!  LET THE FRAGGING BEGIN !!!";
	},
	{
		type = 1;
		time = 830.0;
		sound = "admin_plugin/time_left/advisory_ss.wav";
		cmd = "";
		chat = "{G}Parent Discretion is Advised";
	},
	{
		type = 1;
		time = 750.0;
		sound = "admin_plugin/time_left/becomearegular_ss.mp3";
		cmd = "";
		chat = "{G}Become a Regular by adding ` to your name!";
	},
	{
		type = 1;
		time = 600.0;
		sound = "admin_plugin/time_left/10_remaining_ss.mp3"";
		cmd = "";
		chat = "{G}10 Minutes Remaining!";
	},
	{
		type = 1;
		time = 500.0;
		sound = ""admin_plugin/time_left/skulshock_rap_ss.mp3";
		cmd = "";
		chat = "{G}Skul`Shock Ain't Nothing To Fuck With!";
	},
	{
		type = 1;
		time = 400.0;
		sound = "admin_plugin/time_left/if_it_moves_ss.mp3";
		cmd = "";
		chat = "{G}Skul`Shock, If It Moves, Shoot It!";
	},
	{
		type = 1;
		time = 300.0;
		sound = "admin_plugin/time_left/vote_hit_esc.mp3";
		cmd = "";
		chat = "{G}Hit Escape To Vote Now";
	},
	{
		type = 1;
		time = 200.0;
		sound = "admin_plugin/time_left/skulshock_remix_ss.mp3";
		cmd = "";
		chat = "";
	},
	{
		type = 1;
		time = 100.0;
		sound = "admin_plugin/time_left/visitwebsite_ss.mp3";
		cmd = "";
		chat = "{G}Visit Website @ http://skulshockcommunity.com";
	},
	{
		type = 1;
		time = 60.0;
		sound = "admin_plugin/time_left/60_remaining_ss.mp3";
		cmd = "";
		chat = "{G}60 Seconds Remaining";
	},
	{
		type = 1;
		time = 30.0;
		sound = "admin_plugin/time_left/30_remaining.mp3";
		cmd = "";
		chat = "{G}30 Seconds Remaining";
	},
	{
		type = 1;
		time = 7.0;
		sound = "admin_plugin/time_left/321_7_bells.mp3";
		cmd = "";
		chat = "{G}End of Round";
	},
);
None of the sounds and or chat are playing. I have no errors in console and it shows the plugin is loaded. The map is played be both map time limit = 15 minutes and/or by kills = 75. I have the config set to "1" for map time left only. Any help provided will be appreciated !!!
daveyboye is offline