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

[ZP] Extra Item: Dynamite Zombie


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Zombie-rus
Senior Member
Join Date: Feb 2010
Location: Russia, Tomsk
Old 12-25-2010 , 07:09   [ZP] Extra Item: Dynamite Zombie
Reply With Quote #1

[ZP] Extra Item: Dynamite Zombie

(for Zombies Only)


Description:
Add new extra item for zombies - dynamite. When you die, you explode.
(Idea from Boomer Zombie)

Video (YouTube): Click

Credits:
tii - made Boomer Zombie
pacman - made video
Zombie-rus - made plugin

Changelog:
Code:
v0.1: Public Release
Attached Files
File Type: sma Get Plugin or Get Source (zp_dynamite_zombie.sma - 4455 views - 10.8 KB)
__________________
[ZP] Extra Item: Dynamite Zombie - completed

Last edited by Zombie-rus; 12-26-2010 at 00:48.
Zombie-rus is offline
abdul-rehman
Veteran Member
Join Date: Jan 2010
Location: Khi, Pakistan
Old 12-25-2010 , 08:34   Re: [ZP] Extra Item: Dynamite Zombie
Reply With Quote #2

PLz change the cvar names coz they dont suite your plugin's name
__________________

My Plugins For ZP

Inactive due to College and Studies
abdul-rehman is offline
Send a message via Yahoo to abdul-rehman Send a message via Skype™ to abdul-rehman
georgik57
Veteran Member
Join Date: Oct 2008
Location: 🎧Music World
Old 12-25-2010 , 08:47   Re: [ZP] Extra Item: Dynamite Zombie
Reply With Quote #3

yeap
other than that
nice idea to make this as a extra item
good job
__________________
georgik57 is offline
Send a message via MSN to georgik57 Send a message via Yahoo to georgik57 Send a message via Skype™ to georgik57
Zombie-rus
Senior Member
Join Date: Feb 2010
Location: Russia, Tomsk
Old 12-25-2010 , 08:54   Re: [ZP] Extra Item: Dynamite Zombie
Reply With Quote #4

Quote:
Originally Posted by georgik57 View Post
yeap
other than that
nice idea to make this as a extra item
good job
Thank you!
__________________
[ZP] Extra Item: Dynamite Zombie - completed
Zombie-rus is offline
JoinCS
Junior Member
Join Date: Dec 2010
Old 12-25-2010 , 09:10   Re: [ZP] Extra Item: Dynamite Zombie
Reply With Quote #5

Works fine. Thanks
JoinCS is offline
Vechta
Veteran Member
Join Date: Jun 2010
Old 12-25-2010 , 09:25   Re: [ZP] Extra Item: Dynamite Zombie
Reply With Quote #6

The code has alot of things that doesn't needed, maybe you can fix it?
Vechta is offline
Zombie-rus
Senior Member
Join Date: Feb 2010
Location: Russia, Tomsk
Old 12-25-2010 , 09:32   Re: [ZP] Extra Item: Dynamite Zombie
Reply With Quote #7

Quote:
The code has alot of things that doesn't needed, maybe you can fix it?
I'm lazy =(
__________________
[ZP] Extra Item: Dynamite Zombie - completed
Zombie-rus is offline
NiHiLaNTh
Way Past Expiration
Join Date: May 2009
Location: Latvia
Old 12-25-2010 , 10:41   Re: [ZP] Extra Item: Dynamite Zombie
Reply With Quote #8

[ru]
Скинь мне тот скайбокс, который у тебя на видео, пожалуйста))
__________________

NiHiLaNTh is offline
Send a message via Skype™ to NiHiLaNTh
lucas_7_94
Leche Loco
Join Date: Mar 2009
Location: Argentina
Old 12-25-2010 , 12:51   Re: [ZP] Extra Item: Dynamite Zombie
Reply With Quote #9

Code:
for (new i = 1; i < 32; i++)                 {                     if (is_user_alive(i) == 1)                     {                         get_user_origin(i, PlayerPos)                         Distance = get_distance(PlayerPos, origin2)                         if (Distance <= Damage_Radius) {                                                         message_begin(MSG_ONE, get_user_msgid("ScreenShake"), {0,0,0}, i)                             write_short(1<<14)                             write_short(1<<14)                             write_short(1<<14)                             message_end()                             Damage = Max_Damage - floatround(floatmul(float(Max_Damage), floatdiv(float(Distance), float(Damage_Radius))))                             do_victim(i, victim, Damage, 0)                         }                     }                 }

You was cached the g_maxplayers , why you doesn't use it ? , its more efficient.
__________________
ATWWMH - MiniDuels
Madness is like gravity, just need a little push.
lucas_7_94 is offline
Send a message via Skype™ to lucas_7_94
tERoR
Member
Join Date: Apr 2010
Location: UA, Dnepropetrovsk
Old 12-26-2010 , 04:36   Re: [ZP] Extra Item: Dynamite Zombie
Reply With Quote #10

Zombie-rus, i help you fix this plugin =)
tERoR is offline
Send a message via ICQ to tERoR Send a message via Skype™ to tERoR
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 19:21.


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