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

View Poll Results: Do you want me to publish this class?
Okay 68 86.08%
No 11 13.92%
Voters: 79. You may not vote on this poll

Subplugin Submission [ZP] ZCLASS: SPITTER (Updated to 1.5 Oct 23, 2011)


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Snaker beatter
Veteran Member
Join Date: Sep 2011
Location: Manila, Philippines
Old 10-15-2011 , 05:22   [ZP] ZCLASS: SPITTER (Updated to 1.5 Oct 23, 2011)
Reply With Quote #1

Quote:
POLL NOTE: PLEASE DONT VOTE ANYMORE, ITS NOW FINISH

/*
* ---------------------------------------------------------------------------------------------------------
* ------------------------------------[ZP] Zombie Class: Spitter (better)----------------------------------
* ---------------------------------------------------------------------------------------------------------
* ------------------------------------Author: SNAKER_BEATTER-----------------------------------------------
* ---------------------------------------------------------------------------------------------------------
* About:
* When i was using a special infected in L4D2 i was thinking about this class. Then i search first
* before creating because people may say its already created, but its created i found at a website.
* WELL THIS IS JUST A BETTER VERSION OF THAT SPITTER...
* ---------------------------------------------------------------------------------------------------------
* Description:
* This is another zombie class for zombie plague 4.3 or later. This zombie class is called spitter.
* She(this zombie class is female) can launch a spit/acid to an enemy. while the enemy will be damaged
* (according to spit's mode and a cvar) 25. And also as the better part when spitter die an acid
* ring will release at spitter's body, and when radiused(according to cvar) you will damaged (according-
* to a cvar)50...
*
* Okay: in this version i removed the old buggy cooldown but i replaced it with a new better cooldown
* (according to cvar) and you must wait to spit again...
* ---------------------------------------------------------------------------------------------------------
* Credits:
* Hidanz + zombie-portal website - for the acual stupid spitter that use tank's code...
* mercylezz - i copied TE_BEAMCYLINDER message for the main death acid (code from zombie_plague40.sma)
* ---------------------------------------------------------------------------------------------------------
* Cvars:
* zp_Spitter_spit_speed 700 // spit Speed Launched by Spitter
* zp_Spitter_spit_damage 25 // damage done by the spit
* zp_Spitter_spit_reward 1 // Ammo Pack's Reward by touching the enemy with the spit
* zp_Spitter_spit_mode 1 // spit Mode / 1 = Take Damage / 2 = Killing / 3 = Infect
* zp_Spitter_spit_deal_damage 250 // Damage spitter when launch a spit / 0 = Kill spitter if lauched a spit
*
* zp_Spitter_spit_cooldown 20 // (Only if defined BETTER_COOLDOWN) How many seconds spitter waits to spit again
*
* zp_Spitter_death_acid_damage 50 // When spitter die. all players arounnd him will be damaged
* zp_Spitter_death_acid_distance 250 // Spitter death acid distance
* ----------------------------------------------------------------------------------------------------------
* Modules:
* hamsandwich
* fakemeta
* engine
* fun
* -----------------------------------------------------------------------------------------------------------
* Change log:
* 1.0 (Oct 15, 2011)
* {
* public release.
* }
* 1.1 (Oct 16, 2011)
* {
* Fix if spitter is human, death acid works
* Added spit/acid hit sound
* }
* 1.2 (Oct 17, 2011)
* {
* Added bubbles when spit hit
* As remake added clcmd
* Fix if spitter is survivor, death acid works
* (best of all) Changed cooldown(buggy) to deal damage
* Changed some resources names
* }
* 1.3 (Oct 18, 2011)
* {
* Fix if spitter is nemesis, death acid works
* Added zombie support if spit hit zombie
* Added define SPIT_CHEAT_BLOCK for block some cheaty tricks
* Added colorchat when you lauched a spit
* }
* 1.4 (Oct 23, 2011)
* {
* Changed when you launch a spit message mistype
* Removed if deal_damage cvar set to 0 kill spitter if launch a spit
* }
* 1.5 (Oct 24, 2011)
* {
* (Asked) New cooldown better than the old buggy cooldown (Controlled by BETTER_COOLDOWN)
* (Asked) Added BETTER_COOLDOWN (define) to allow/disallow cooldown
* SPIT_CHEAT_BLOCK define more codes
* Added death acid bubble break
* }

Quote:
Engine bug?
Did you ever got this error?
Code:
 [ENGINE] Invalid player 1 (not in-game)
L 02/12/2012 - 01:50:21: [AMXX] Displaying debug trace (plugin "zp_zclass_spitter.amxx")
L 02/12/2012 - 01:50:21: [AMXX] Run time error 10: native error (native "entity_range")
L 02/12/2012 - 01:50:21: [AMXX]    [0] engine_stocks.inc::get_entity_distance (line 71)
L 02/12/2012 - 01:50:21: [AMXX]    [1] zp_zclass_spitter.sma::spit_death_effect (line 389)
L 02/12/2012 - 01:50:21: [AMXX]    [2] zp_zclass_spitter.sma::spit_death (line 359)
L 02/12/2012 - 01:50:21: [AMXX]    [3] zp_zclass_spitter.sma::spitter_death (line 348)
L 02/12/2012 - 01:50:33: [ZP] Invalid Player (0)
Its caused by your module "ENGINE", you should fix it
Attached Files
File Type: zip zp_zclass_spitter(1.1).zip (1.30 MB, 895 views)
File Type: zip zp_zclass_spitter(1.2).zip (1.31 MB, 486 views)
File Type: zip zp_zclass_spitter(1.3).zip (1.31 MB, 492 views)
File Type: zip zp_zclass_spitter(1.4).zip (1.31 MB, 524 views)
File Type: zip zp_zclass_spitter(1.5).zip (1.31 MB, 3594 views)
__________________

Last edited by Snaker beatter; 02-13-2012 at 12:38. Reason: to update/publish the class
Snaker beatter is offline
JoKeR LauGh
Veteran Member
Join Date: May 2011
Location: Malaysia
Old 10-15-2011 , 18:29   Re: [ZP] ZCLASS: SPITTER (Better)
Reply With Quote #2

you should post it in Zombie Plague section . ( Don't reply my post )
__________________
Quote:
Originally Posted by addons_zz View Post
Also, just to not read `the article`, read all you find. Read and read, for ever and ever. Never stop reading.
Why? Because there is not one single universal truth which holds the meaning for everything.
JoKeR LauGh is offline
Snaker beatter
Veteran Member
Join Date: Sep 2011
Location: Manila, Philippines
Old 10-16-2011 , 01:28   Re: [ZP] ZCLASS: SPITTER (Better)
Reply With Quote #3

As you say so i wont reply. HEHEHE
__________________
Snaker beatter is offline
H.RED.ZONE
Veteran Member
Join Date: Sep 2011
Location: Serbia, Belgrade
Old 10-16-2011 , 12:48   Re: [ZP] ZCLASS: SPITTER (Better)
Reply With Quote #4

Quote:
Originally Posted by Snaker beatter View Post
As you say so i wont reply. HEHEHE
Upload it please
__________________
H.RED.ZONE is offline
Snaker beatter
Veteran Member
Join Date: Sep 2011
Location: Manila, Philippines
Old 10-16-2011 , 12:50   Re: [ZP] ZCLASS: SPITTER (Better)
Reply With Quote #5

Quote:
Originally Posted by H.RED.ZONE View Post
Upload it please
Then vote. If the "yes" answer gets 10 votes then i'll complete this thread and upload the spitter

Man vote yes i like to post it too
__________________

Last edited by Snaker beatter; 10-18-2011 at 12:46.
Snaker beatter is offline
sebaiba
Junior Member
Join Date: Feb 2010
Location: ¡En Tu Mente O.o!
Old 10-19-2011 , 11:27   Re: [ZP] ZCLASS: SPITTER (Better)
Reply With Quote #6

u Have 10 Yes! ;) , Please Upload (:
__________________
->¡No Al Spam!<-


sebaiba is offline
Snaker beatter
Veteran Member
Join Date: Sep 2011
Location: Manila, Philippines
Old 10-19-2011 , 11:30   Re: [ZP] ZCLASS: SPITTER (Better)
Reply With Quote #7

Quote:
Originally Posted by sebaiba View Post
u Have 10 Yes! ;) , Please Upload (:
Okay here we go.


And to all players:
please dont answer or read the poll anymore
__________________
Snaker beatter is offline
sebaiba
Junior Member
Join Date: Feb 2010
Location: ¡En Tu Mente O.o!
Old 10-19-2011 , 12:01   Re: [ZP] ZCLASS: SPITTER (Better)
Reply With Quote #8

Thanks Man! , U Are The BEST! !
__________________
->¡No Al Spam!<-



Last edited by sebaiba; 10-19-2011 at 12:02.
sebaiba is offline
Old 10-19-2011, 22:07
Snaker beatter
This message has been deleted by Snaker beatter. Reason: May cause double post
Snaker beatter
Veteran Member
Join Date: Sep 2011
Location: Manila, Philippines
Old 10-23-2011 , 00:52   Re: [ZP] ZCLASS: SPITTER (Better (Updated to 1.4 Oct 23, 2011) POLL MUST BE DELETED!)
Reply With Quote #9

Quote:
Originally Posted by sebaiba View Post
Thanks Man! , U Are The BEST! !
Anytime

_____________________________________________ __________________________

Updated to 1.4:
Quote:
1.4 (Oct 23, 2011)
{
Changed when you launch a spit message mistype
Removed if deal_damage cvar set to 0 kill spitter if launch a spit
}
__________________
Snaker beatter is offline
Isaacd3d
BANNED
Join Date: Aug 2011
Location: :P
Old 10-23-2011 , 11:26   Re: [ZP] ZCLASS: SPITTER (Better (Updated to 1.5 Oct 23, 2011) POLL MUST BE DELETED!)
Reply With Quote #10

Add some cooldown please
Isaacd3d 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 03:41.


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