Raised This Month: $ Target: $400
 0% 

Advanced c4 timer


Post New Thread Reply   
 
Thread Tools Display Modes
SeriousS
New Member
Join Date: Dec 2010
Old 12-21-2010 , 17:13   Re: Advanced c4 timer
Reply With Quote #111

Hi,

here is fixed code, no warnings. http://rapidshare.com/files/43910716...ncedc4timer.sp

Last edited by SeriousS; 12-24-2010 at 17:16.
SeriousS is offline
shtopor
Member
Join Date: Dec 2010
Old 01-19-2011 , 10:44   Re: Advanced c4 timer
Reply With Quote #112

Code:
L 01/19/2011 - 18:32:41: [SM] Native "CloseHandle" reported: Handle 3c4021a is invalid (error 3)
L 01/19/2011 - 18:32:41: [SM] Displaying call stack trace for plugin "advancedc4timer.smx":
L 01/19/2011 - 18:32:41: [SM]   [0]  Line 423, D:\Servers\Counter-Strike Source Public Server 1.0.0.58\orangebox\cstrike\addons\sourcemod\scripting\advancedc4timer.sp::EventRoundStart()
L 01/19/2011 - 18:33:37: [SM] Native "CloseHandle" reported: Handle 3c4021a is invalid (error 1)
L 01/19/2011 - 18:33:37: [SM] Displaying call stack trace for plugin "advancedc4timer.smx":
L 01/19/2011 - 18:33:37: [SM]   [0]  Line 423, D:\Servers\Counter-Strike Source Public Server 1.0.0.58\orangebox\cstrike\addons\sourcemod\scripting\advancedc4timer.sp::EventRoundStart()
shtopor is offline
blue zebra
BANNED
Join Date: Jun 2010
Old 02-07-2011 , 19:45   Re: Advanced c4 timer
Reply With Quote #113

Corrected language files:
Spanish
plugin.advancedc4timer_es.txt
And Hungarian
plugin.advancedc4timer_hu.txt

Anyone can translate to other languages?
blue zebra is offline
noPASARAN
Junior Member
Join Date: Oct 2008
Location: Russia, Moscow
Old 04-13-2011 , 10:44   Re: Advanced c4 timer
Reply With Quote #114

RUS:

"Phrases"
{
"announce"
{
"en" "Say !c4timer or /c4timer to set your c4 timer sounds preferences"
"ru" "Напиши в чате !c4timer или /c4timer чтобы установить ваш звук таймера c4"
}
"enable sound"
{
"en" "Enable c4 Sounds"
"ru" "Включение звуков c4"
}
"disable sound"
{
"en" "Disable c4 Sounds"
"ru" "Выключение звуков c4"
}
"enable chat"
{
"en" "Enable Chat Timer"
"ru" "Включение таймера в чате"
}
"disable chat"
{
"en" "Disable Chat Timer"
"ru" "Выключение таймера в чате"
}
"enable hud"
{
"en" "Enable HUD Timer"
"ru" "Включение HUD таймера"
}
"disable hud"
{
"en" "Disable HUD Timer"
"ru" "Выключение HUD таймера"
}
"enable center"
{
"en" "Enable Center Timer"
"ru" "Включение таймера по центру"
}
"disable center"
{
"en" "Disable Center Timer"
"ru" "Выключение таймера по центру"
}
"c4 menu"
{
"en" "c4 Timer Menu"
"ru" "Меню таймера c4"
}
"exit"
{
"en" "Exit"
"ru" "Выход"
}
"bomb exploded"
{
"#format" "{1:s}"
"en" "{1} successfully destroyed the target"
"ru" "{1} уничтожил цель"
}
"bomb defused"
{
"#format" "{1:s}"
"en" "{1} successfully defused the c4"
"ru" "{1} обезвредил бомбу"
}
"countdown 1"
{
"#format" "{1:i}"
"en" "{1}"
"ru" "{1}"
}
"countdown 2"
{
"#format" "{1:i}"
"en" "{1}"
"ru" "{1}"
}
"countdown 3"
{
"#format" "{1:i}"
"en" "{1}"
"ru" "{1}"
}
"countdown 4"
{
"#format" "{1:i}"
"en" "{1}"
"ru" "{1}"
}
"countdown 5"
{
"#format" "{1:i}"
"en" "{1}"
"ru" "{1}"
}
"countdown 6"
{
"#format" "{1:i}"
"en" "{1}"
"ru" "{1}"
}
"countdown 7"
{
"#format" "{1:i}"
"en" "{1}"
"ru" "{1}"
}
"countdown 8"
{
"#format" "{1:i}"
"en" "{1}"
"ru" "{1}"
}
"countdown 9"
{
"#format" "{1:i}"
"en" "{1}"
"ru" "{1}"
}
"countdown 10"
{
"#format" "{1:i}"
"en" "{1}"
"ru" "{1}"
}
"countdown 20"
{
"#format" "{1:i}"
"en" "{1} seconds until explosion"
"ru" "{1} секунд до взрыва"
}
"countdown 30"
{
"#format" "{1:i}"
"en" "{1} seconds until explosion"
"ru" "{1} секунд до взрыва"
}
}
__________________
Viva la revolución!
noPASARAN is offline
blue zebra
BANNED
Join Date: Jun 2010
Old 04-13-2011 , 16:18   Re: Advanced c4 timer
Reply With Quote #115

Wow. Thanks.
I have many Russian players on my servers.
Br.
blue zebra is offline
blue zebra
BANNED
Join Date: Jun 2010
Old 05-10-2011 , 02:23   Re: Advanced c4 timer
Reply With Quote #116

See your console, when you are connected to your server. You see red marked rows with error messages from the sound files? If yes, you should be set your sv_pure to 0 or (with correct pure_server_whitelist.txt file in the right place) 1.
Try sv_pure 0 first. Then restart your server and change map.

Sorry for my bad english.
blue zebra is offline
TnTSCS
AlliedModders Donor
Join Date: Oct 2010
Location: Undisclosed...
Old 05-10-2011 , 22:11   Re: Advanced c4 timer
Reply With Quote #117

Okay, I figured out why I couldn't hear the 30 second or 20 second sounds.

It's because I thought the cvar "sm_c4_timer_start_at_ten" had to be set to either 1, 2, or 3... I figured that the plugin author abandoned the ability to play the 30 second and 20 second sounds, so I set sm_c4_timer_start_at_ten to 3...

setting the cvar to 0 solved my issue, now all 12 sounds play at the correct time... thanks for this plugin

Last edited by TnTSCS; 05-10-2011 at 22:24.
TnTSCS is offline
sinblaster
Grim Reaper
Join Date: Feb 2010
Location: Australia
Old 05-11-2011 , 07:27   Re: Advanced c4 timer
Reply With Quote #118

TN which version are you using? I am having trouble navigating whats what in here ...
__________________
Happy Happy Joy Joy


Last edited by sinblaster; 05-11-2011 at 08:26.
sinblaster is offline
TnTSCS
AlliedModders Donor
Join Date: Oct 2010
Location: Undisclosed...
Old 05-11-2011 , 10:43   Re: Advanced c4 timer
Reply With Quote #119

06 "Advanced c4 Countdown Timer" (1.4.1) by dalto

downloaded from the OP
TnTSCS is offline
sinblaster
Grim Reaper
Join Date: Feb 2010
Location: Australia
Old 05-11-2011 , 10:46   Re: Advanced c4 timer
Reply With Quote #120

OK thanks Tn but aren't you getting these errors?

Code:
L 05/10/2011 - 22:34:01: [SM] Native "CloseHandle" reported: Handle 9b9b06a1 is invalid (error 1)
L 05/10/2011 - 22:34:01: [SM] Displaying call stack trace for plugin "advancedc4timer.smx":
L 05/10/2011 - 22:34:01: [SM]   [0]  Line 423, advancedc4timer.sp::EventRoundStart()
L 05/10/2011 - 22:35:20: [SM] Native "CloseHandle" reported: Handle a7e104f1 is invalid (error 1)
L 05/10/2011 - 22:35:20: [SM] Displaying call stack trace for plugin "advancedc4timer.smx":
L 05/10/2011 - 22:35:20: [SM]   [0]  Line 485, advancedc4timer.sp::EventBombExploded()
L 05/10/2011 - 22:35:27: [SM] Native "CloseHandle" reported: Handle a7e104f1 is invalid (error 1)
L 05/10/2011 - 22:35:27: [SM] Displaying call stack trace for plugin "advancedc4timer.smx":
L 05/10/2011 - 22:35:27: [SM]   [0]  Line 423, advancedc4timer.sp::EventRoundStart()
L 05/10/2011 - 22:36:13: [SM] Native "CloseHandle" reported: Handle ac4d05ec is invalid (error 1)
L 05/10/2011 - 22:36:13: [SM] Displaying call stack trace for plugin "advancedc4timer.smx":
L 05/10/2011 - 22:36:13: [SM]   [0]  Line 423, advancedc4timer.sp::EventRoundStart()
L 05/10/2011 - 22:38:16: [SM] Native "CloseHandle" reported: Handle bf330685 is invalid (error 1)
L 05/10/2011 - 22:38:16: [SM] Displaying call stack trace for plugin "advancedc4timer.smx":
L 05/10/2011 - 22:38:16: [SM]   [0]  Line 485, advancedc4timer.sp::EventBombExploded()
L 05/10/2011 - 22:38:23: [SM] Native "CloseHandle" reported: Handle bf330685 is invalid (error 1)
L 05/10/2011 - 22:38:23: [SM] Displaying call stack trace for plugin "advancedc4timer.smx":
L 05/10/2011 - 22:38:23: [SM]   [0]  Line 423, advancedc4timer.sp::EventRoundStart()
L 05/10/2011 - 22:39:43: [SM] Native "CloseHandle" reported: Handle cb73051a is invalid (error 1)
L 05/10/2011 - 22:39:43: [SM] Displaying call stack trace for plugin "advancedc4timer.smx":
L 05/10/2011 - 22:39:43: [SM]   [0]  Line 485, advancedc4timer.sp::EventBombExploded()
L 05/10/2011 - 22:39:50: [SM] Native "CloseHandle" reported: Handle cb73051a is invalid (error 1)
L 05/10/2011 - 22:39:50: [SM] Displaying call stack trace for plugin "advancedc4timer.smx":
L 05/10/2011 - 22:39:50: [SM]   [0]  Line 423, advancedc4timer.sp::EventRoundStart()
L 05/10/2011 - 22:41:07: [SM] Native "CloseHandle" reported: Handle d55a0585 is invalid (error 1)
L 05/10/2011 - 22:41:07: [SM] Displaying call stack trace for plugin "advancedc4timer.smx":
L 05/10/2011 - 22:41:07: [SM]   [0]  Line 485, advancedc4timer.sp::EventBombExploded()
L 05/10/2011 - 22:41:26: Error log file session closed.
__________________
Happy Happy Joy Joy

sinblaster is offline
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 23:49.


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