Raised This Month: $ Target: $400
 0% 

Help with Death Messages


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
[ --<-@ ] Black Rose
ANNIHILATED
Join Date: Sep 2005
Location: Stockholm, Sweden.
Old 02-26-2006 , 10:40  
Reply With Quote #5

Code:
#include <amxmodx> public plugin_init() {   register_event("DeathMsg" , "on_death" , "a") } public on_death() {   new victim_id = read_data(2)   new killer_id = read_data(1)   new killer_name[33]   get_user_name(killer_id , killer_name , 32)   new victim_name[33]   get_user_name(victim_id , victim_name , 32)   // set_hudmessage   show_hudmessage(0 , "%s just killed %s!!" , killer_name, victim_name) }
[ --<-@ ] Black Rose 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 20:20.


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