Raised This Month: $ Target: $400
 0% 

Hud Message Help


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
deadman909
Veteran Member
Join Date: Oct 2008
Old 07-14-2011 , 03:28   Hud Message Help
Reply With Quote #1

I was going through the pages and found this plugin. I was wondering if someone can change it a bit for me. I want the hud message to appear without a Player having to say a command so meaning they are automatic.

Also I can you guys set the position to appear like in the image I am showing.

I want it to have 4 different hud messages with different times

1st Hud = Welcome to our server: Visit us @ www.mysite.com
Want it to appear for only 30 to 45 seconds when a player connects.

2nd Hud = Server IP: 123.3451.3232:27015
Want it to appear like every 1 to 3 minutes.

3rd Hud = Server IP: 123.3451.3232:27015
Want it to appear when player is dead and disappear till hes back alive.

4th Hud = Current Player's Money: $12,000
Want it to show under the 3rd hud when player is dead. I want it to show the current players money amount of the person the dead player is specting.

Code:
#include <amxmodx>
#include <dhudmessage>

public plugin_init()
{
    register_plugin( "Test", "", "" );
    register_clcmd( "say /test", "ClientCommand_Test" );
}

public ClientCommand_Test( client )
{
    set_dhudmessage( 0, 160, 0, -1.0, 0.25, 2, 6.0, 3.0, 0.1, 1.5 );
    show_dhudmessage( client, "Welcome, Gordon Freeman." );
    
}
__________________

deadman909 is offline
Send a message via MSN to deadman909 Send a message via Yahoo to deadman909
 



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 00:52.


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