Raised This Month: $ Target: $400
 0% 

hud message


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
MiloSx7
Member
Join Date: Oct 2011
Location: Serbia, Nish
Old 11-04-2011 , 05:48   Re: hud message
Reply With Quote #5

PHP Code:
#include <amxmodx>

#define PLUGIN "HUD"
#define VERSION "1.0"
#define AUTHOR "SATE"

public plugin_init()
{
    
register_plugin(PLUGINVERSIONAUTHOR)
}

public 
client_putinserver(id)
{
    
set_task(0.1"ShowUrMessage"id 100)
}

public 
ShowUrMessage(id)
{
    
id -= 100
    
    set_hudmessage
(042255, -1.0, -1.006.012.0)
    
show_hudmessage(id"Seja Bem Vindo")
    
    
set_task(0.1"ShowUrMessage"id 100)

Here is the permanent HUD message

@EDIT amxmisc wasn't required
__________________
MiloS

Last edited by MiloSx7; 11-04-2011 at 05:48.
MiloSx7 is offline
Send a message via MSN to MiloSx7
 



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 14:19.


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