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

DoD Kamikaze


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   Day of Defeat        Category:   Fun Stuff        Approver:   Exolent[jNr] (178)
Dr.G
Senior Member
Join Date: Nov 2008
Old 04-18-2009 , 09:04   DoD Kamikaze
Reply With Quote #1

Quote:
////////////////////////////////////////////////////////////////////////////////////////////////////
/*
INFO:


Requested by Meathead @ www.dodplugins.net ...
When you say /kamikaze or kamikaze in chat you will make your self a red glowing time bomb. When
you explode you will do damage to other players around you. Kills and amount damage will be logged as
a custom weapon so it will show right if you are running psychostats.
Note that you will explode even if you are killed before you blow. But if you spawn before you should
blow, you wont explode. Also this will obey friendly fire, so if FF is on you will blow up your team
mates.

CVARS:


- Plugin on /off | 1 is ON - 0 is OFF
dod_kamikaze 1

- Max client per team that can be kamikazes at the same time
dod_kamikaze_max_per_team 2

- Hide chat msg | 1 is ON - 0 is OFF
dod_kamikaze_hide_chat 0

- Time Before Blow - this is in seconds
dod_kamikaze_tbb 5

- Amount of damage
dod_kamikaze_dmg 300

- Damage radius
dod_kamikaze_dmg_radius 500

- Should you have unlimited stamina when you have fired /kamikaze ?? | 1 is ON - 0 is OFF
dod_kamikaze_stamina 1

- If some classes shouldnt have right to go kamikaze set these to 0

dod_kamikaze_garand 1
dod_kamikaze_carbine 1
dod_kamikaze_thompson 1
dod_kamikaze_grease 1
dod_kamikaze_sniper 1
dod_kamikaze_bar 1
dod_kamikaze_30cal 1
dod_kamikaze_bazooka 1
dod_kamikaze_kar 1
dod_kamikaze_k43 1
dod_kamikaze_mp40 1
dod_kamikaze_mp44 1
dod_kamikaze_scharfschutze 1
dod_kamikaze_fg42 1
dod_kamikaze_scoped_fg42 1
dod_kamikaze_mg34 1
dod_kamikaze_mg42 1
dod_kamikaze_panzerjager 1
dod_kamikaze_enfield 1
dod_kamikaze_sten 1
dod_kamikaze_marksman 1
dod_kamikaze_bren 1
dod_kamikaze_piat 1



SAY COMMANDS:

kamikaze
/kamikaze

THANKS TO:


MeRcyLeZZ for the effect from napalm nades -> http://forums.alliedmods.net/showthread.php?t=74905
diamond-optic(www.avamods.com) graped some code from dod_smokegrenade or something else...
Cheap Suit for -> http://forums.alliedmods.net/showthread.php?t=55700
ConnorMcLeod for UTIL_ScreenFade

CHANGELOG:


11-04-09
BETA release
12-04-09
Misc clean up / fixes!
13-04-09
Misc clean up / fixes! + some more effects.... Note to myself DO NOT do a 'return' in a loop lol
14-04-09
Ham...
16-04-09
more Ham...
17-04-09
glow fix... thx Legend Born
18-04-09
most native calls switched to global values. Max kamikazes for each team. godmode thing removed
20-04-2009
TKs wont give you kills anymore.. thx again to Legend Born.
14-05-09
Bug at roundend fixed
*/
////////////////////////////////////////////////////////////////////////////////////////////////////

Public stats


- Cheers!
__________________

Last edited by Dr.G; 03-09-2010 at 03:31.
Dr.G is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 04-18-2009 , 15:37   Re: DoD Kamikaze
Reply With Quote #2

Interesting. I usually just hold my nades too long and blow up along with my teammates. Just ask them, some nights I need to be banned from nades .
__________________
fysiks is offline
TitANious
Veteran Member
Join Date: Feb 2009
Location: Denmark
Old 04-18-2009 , 15:51   Re: DoD Kamikaze
Reply With Quote #3

Well done I dont play so much DoD, but a place, if a noob use it, its to easy for him to get kills?
__________________
I dislike this.

"A sneeze never comes alone!" <-- Important to remember.
TitANious is offline
Send a message via MSN to TitANious
Dr.G
Senior Member
Join Date: Nov 2008
Old 04-18-2009 , 18:55   Re: DoD Kamikaze
Reply With Quote #4

Quote:
Originally Posted by fysiks
Interesting. I usually just hold my nades too long and blow up along with my teammates. Just ask them, some nights I need to be banned from nades .
hahaha oh no are you one of them! hahah well i hate FF, when i play i dont like that ppl on my team is able to kill me. Thats just problems i dont wanna deal with. So well this might not me friendly fire friendly (:, but its fun without FF on.. I took out 6 ppl at axis 2nd flag on dod_avalanche with the first beta version, that was fun ...


Quote:
Originally Posted by TitANious
Well done I dont play so much DoD, but a place, if a noob use it, its to easy for him to get kills?
naarh well you explode at the origin you die so, if ppl see a red glowing dude running fast they will do anything to kill him, and get away from his body, at least after being a victim they will know (: . So no i dont think so...
__________________
Dr.G is offline
BOYSplayCS
BANNED
Join Date: Apr 2008
Location: Gainesville, FL
Old 04-18-2009 , 19:06   Re: DoD Kamikaze
Reply With Quote #5

This sucks rocks.
BOYSplayCS is offline
Dr.G
Senior Member
Join Date: Nov 2008
Old 04-18-2009 , 19:27   Re: DoD Kamikaze
Reply With Quote #6

Quote:
Originally Posted by BOYSplayCS View Post
This sucks rocks.

cheers! fell free to convert it to CS. Should be easy but i wont be able to support it if i did...
__________________
Dr.G is offline
oms
Junior Member
Join Date: May 2009
Old 08-29-2009 , 10:08   Re: DoD Kamikaze
Reply With Quote #7

is there a way to make this plugin only accessable to admins?
oms is offline
Dr.G
Senior Member
Join Date: Nov 2008
Old 08-29-2009 , 17:08   Re: DoD Kamikaze
Reply With Quote #8

Holy crap! i forgot to update this! Jst did it, sry about that.

OMS the attached version is admins only, i set it to admins with ban rights. Edit L. 127 if you wanna change it and recompile it.

eg.

PHP Code:
#define ADMIN_ACCESS ADMIN_BAN 
to

PHP Code:
#define ADMIN_ACCESS ADMIN_KICK 
or what suits ya..



- Cheers!
__________________

Last edited by Dr.G; 03-09-2010 at 03:31.
Dr.G is offline
Dr.G
Senior Member
Join Date: Nov 2008
Old 03-09-2010 , 03:31   Re: DoD Kamikaze
Reply With Quote #9

TRASH please
__________________
Dr.G is offline
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 03-09-2010 , 18:23   Re: DoD Kamikaze
Reply With Quote #10

huh?
__________________
fysiks 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:24.


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