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

Death by C4


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Question x Mark
Junior Member
Join Date: May 2018
Old 06-20-2018 , 09:48   Death by C4
Reply With Quote #1

How to check if user is dead by C4 Explosion?
Question x Mark is offline
maqi
Senior Member
Join Date: Apr 2017
Location: Serbia
Old 06-20-2018 , 09:57   Re: Death by C4
Reply With Quote #2

I would guess DMG_BLAST
__________________
stuff
maqi is offline
Question x Mark
Junior Member
Join Date: May 2018
Old 06-20-2018 , 11:05   Re: Death by C4
Reply With Quote #3

And, how to do that?
Question x Mark is offline
CrAzY MaN
Senior Member
Join Date: Mar 2017
Location: India
Old 06-20-2018 , 12:34   Re: Death by C4
Reply With Quote #4

Code:
#include <amxmodx> #define PLUGIN "Death By C4" #define VERSION "1.0" #define AUTHOR "CrAzY MaN" public plugin_init() {     register_plugin(PLUGIN, VERSION, AUTHOR) } public client_death(killer, victim, wpindex) {     if(wpindex == CSW_C4)     {         client_print(0, print_chat, "DEATH BY C4")     }         }

Maybe this?
__________________

Last edited by CrAzY MaN; 06-20-2018 at 12:34.
CrAzY MaN 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 13:33.


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