Raised This Month: $ Target: $400
 0% 

Hud message


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
made.tn
BANNED
Join Date: Nov 2011
Old 11-23-2011 , 06:15   Hud message
Reply With Quote #1

I'm new in this forum

PHP Code:
#include <amxmodx>
#include <amxmisc>

#define PLUGIN "hudmessage"
#define VERSION "1.0"
#define AUTHOR "made.tn"


public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
register_clcmd("say hi""hi_msg")
    
register_clcmd("say by""by_msg")
    
register_clcmd("say plugin""plg_msg")
    
register_clcmd("say amxx""amx_msg")
}



public 
hi_msg(id)
{
    
set_hudmessage(00255, -1.00.3503.01.21.31.44)
    
show_hudmessage(id"Hello client have fun ;)")
    return 
PLUGIN_CONTINUE
}


public 
by_msg(id)
{
    
set_hudmessage(25500, -1.00.3503.01.21.31.44)
    
show_hudmessage(id"by arrive tomorrow :)")
    return 
PLUGIN_CONTINUE
}

public 
plg_msg(id)
{
    
set_hudmessage(02550, -1.00.3503.01.21.31.44)
    
show_hudmessage(id"plugin made by made.tn")
    return 
PLUGIN_CONTINUE
}

public 
amx_msg(id)
{
    
set_hudmessage(00255, -1.00.3503.01.21.31.44)
    
show_hudmessage(id"Go to the official website AMXMODX.ORG")
    return 
PLUGIN_CONTINUE

Attached Files
File Type: sma Get Plugin or Get Source (hudmsg.sma - 582 views - 1.2 KB)

Last edited by made.tn; 11-26-2011 at 14:18.
made.tn is offline
 


Thread Tools
Display Modes

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 08:31.


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