Raised This Month: $ Target: $400
 0% 

Death by C4


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
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
 



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 12:48.


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