Raised This Month: $ Target: $400
 0% 

Hud Message


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Xellath
Veteran Member
Join Date: Dec 2007
Location: Sweden
Old 08-06-2009 , 06:10   Re: Hud Message
Reply With Quote #8

PHP Code:
#include <amxmodx> 

public plugin_init( )  
{  
    
register_plugin"Death Message""1.0""Mr.Noobie" 
    
register_event"DeathMsg""eventDeath""a" )   


public 
eventDeath( ) 

    static 
victim 
    
static victimName32 ], message128 
  
    
victim read_data
  
    
get_user_namevictimvictimName31 
  
    if ( 
victim 
    { 
        
formatexmessagesizeof message 1"Nice try %s."victimName 
        
set_hudmessage225225225, -1.00.2926.012.00.10.2, -
        
show_hudmessagevictimmessage 
    } 

__________________
Achievements API - a simple way for you to create your OWN custom achievements!
Xellath 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 18:18.


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