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

Subplugin Submission [ZP] Infection Countdown Remix


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
dels
Senior Member
Join Date: Apr 2009
Old 07-16-2009 , 21:48   [ZP] Infection Countdown Remix
Reply With Quote #1

=============================================
* Infection Countdown For Zombie Plague 4.3+ *
=============================================


Description:
Remake version of zp_server_addon_countdown by Mr. Apple,
I made two version with CSX and without CSX:
- zp_countdown_remix, require CSX for smooth hud
- zp_countdown_remix_wo_csx, this doesn't need CSX however little bit flicker

Like the original it will count from 10 (according zp_delay) to 0, and in final it will say biohazard detected, all use Half-Life sound so no external file required

Changelog:
Quote:
1.0 Initial release
1.1 Change logic, Fix sync issue
1.2 Use client_cmd instead emit_sound
1.3 Release included
> Support zp_delay up to 15 seconds
+ cvar countdown_sound <1|0>
+ Multilanguage support
Updated
Just download the sma you like (and compile locally) or download the zip package that included all files needed
The multi-language support is untested, report if it show error

Credits:
- AMXModx Team (AMXModX 1.8.1)
- Mercylezz (Zombie Plague 4.3)
- SAMURAI (bcdhud_timer, ideas to use csx & hudsyncmessage)
- Mr. Apple (zp_server_addon_countdown)


Screenshot:
[IMG]http://img32.**************/img32/8085/infectioncountdown.th.jpg[/IMG].

PS:
- Download the sma and compile it locally Download the archive it already included the compiled version
- I haven't tried about the sound (since it added after the main plugins compile) so report if it can't played or else
Attached Files
File Type: zip zp_countdown_remix_compiled.zip (92.8 KB, 16421 views)
File Type: zip zp_countdown_remix13.zip (170.8 KB, 19642 views)
File Type: sma Get Plugin or Get Source (zp_countdown_remix.sma - 14700 views - 3.3 KB)
File Type: sma Get Plugin or Get Source (zp_countdown_remix_wo_csx.sma - 8184 views - 2.9 KB)
__________________

Last edited by dels; 08-04-2009 at 00:25. Reason: fix the files, miss array size and location LOL
dels is offline
albert123
Veteran Member
Join Date: Mar 2009
Location: VietNam, Hai Phong
Old 07-17-2009 , 01:16   Re: [ZP] Infection Countdown Remix
Reply With Quote #2

Nice plugin +kar
__________________
albert123 is offline
Kukulis :*
Member
Join Date: Apr 2009
Location: www.godlike.lt
Old 07-17-2009 , 03:21   Re: [ZP] Infection Countdown Remix
Reply With Quote #3

5 error compile ...
Kukulis :* is offline
Send a message via Skype™ to Kukulis :*
Fry!
Veteran Member
Join Date: Apr 2008
Location: Latvia
Old 07-17-2009 , 03:22   Re: [ZP] Infection Countdown Remix
Reply With Quote #4

please provide these errors maybe?
__________________
Quote:
Originally Posted by wisam187
why all the great scriptors..... always.... leave and let their works go into oblivion ???
i miss your way in making outstanding plugins...
this forum needs lots of the likes of you..... and less of the idiots that spread right now.
Fry! is offline
dels
Senior Member
Join Date: Apr 2009
Old 07-17-2009 , 03:32   Re: [ZP] Infection Countdown Remix
Reply With Quote #5

oops looks like i missed something:
Quote:
new speak[10][] = {
should be
Quote:
new speak[11][] = {
and
Quote:
emit_sound(0, CHAN_VOICE, speak[11], 1.0, ATTN_NORM, 0, PITCH_NORM);
should be
Quote:
emit_sound(0, CHAN_VOICE, speak[10], 1.0, ATTN_NORM, 0, PITCH_NORM);
forgot about that, it caused i added the new sound (biohazard_detected) after the script compile

fix it ASAP
fixed already uploaded the new please recheck
__________________

Last edited by dels; 07-17-2009 at 03:40.
dels is offline
Pamaliska
Senior Member
Join Date: Apr 2006
Location: Edinburgh, UK
Old 07-17-2009 , 09:57   Re: [ZP] Infection Countdown Remix
Reply With Quote #6

Did you test it?
Pamaliska is offline
sunx
Veteran Member
Join Date: Mar 2009
Location: Germany
Old 07-17-2009 , 10:22   Re: [ZP] Infection Countdown Remix
Reply With Quote #7

compiling csx version:

[IMG]http://img269.**************/img269/4977/withcsx.th.jpg[/IMG]

compiling non-csx version:

[IMG]http://img269.**************/img269/5313/withoucsx.th.jpg[/IMG]


Using newest amxx, compiled localy
__________________


Last edited by sunx; 07-17-2009 at 10:25.
sunx is offline
5c0r-|3i0
Veteran Member
Join Date: Nov 2008
Location: Việt Nam
Old 07-17-2009 , 11:15   Re: [ZP] Infection Countdown Remix
Reply With Quote #8

Here CSO Countdown sound ....So your plugin can be call "Remix" for now
Attached Files
File Type: rar vox.rar (119.6 KB, 2370 views)
__________________

Last edited by 5c0r-|3i0; 07-18-2009 at 06:47. Reason: Sleepy >>> Blind :(
5c0r-|3i0 is offline
CryWolf
Veteran Member
Join Date: Jul 2008
Location: Romania
Old 07-17-2009 , 13:05   Re: [ZP] Infection Countdown Remix
Reply With Quote #9

Hy many thank's for plugin it compiles with no error with a clean compiler of amxmodx 1.8.1 Windows:
And a clean zombieplague.inc 4.3
CSX Version:
Code:
//AMXXPC compile.exe
// by the AMX Mod X Dev Team


//// zp_countdown_remix.sma
// Header size:            420 bytes
// Code size:             1520 bytes
// Data size:             1824 bytes
// Stack/heap size:      16384 bytes; estimated max. usage=778 cells (3112 bytes
)
// Total requirements:   20148 bytes
// Done.
//
// Compilation Time: 0,16 sec
// ----------------------------------------

Press enter to exit ...
If someone whants this .amxx compiled please PM me...
Only one problem:
In server's console it's shows this
Code:
SV_StartSound: biohazard_detected.wav not precached (0)
SV_StartSound: biohazard_detected.wav not precached (0)

The counting sound is playng but not the:
biohazard_detected.wav
__________________
I dont walk trough this world with fear in my heart.
www.dark-arena.com L4D, CS1.6, CZ Servers

Last edited by CryWolf; 07-17-2009 at 13:08.
CryWolf is offline
Send a message via MSN to CryWolf Send a message via Yahoo to CryWolf
Fry!
Veteran Member
Join Date: Apr 2008
Location: Latvia
Old 07-17-2009 , 13:13   Re: [ZP] Infection Countdown Remix
Reply With Quote #10

I think dels forget to add that sound and precached too..
__________________
Quote:
Originally Posted by wisam187
why all the great scriptors..... always.... leave and let their works go into oblivion ???
i miss your way in making outstanding plugins...
this forum needs lots of the likes of you..... and less of the idiots that spread right now.
Fry! 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 01:26.


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