Raised This Month: $ Target: $400
 0% 

Continuous hud message?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
DragosHh
Junior Member
Join Date: Jul 2008
Old 06-18-2010 , 05:30   Re: Continuous hud message?
Reply With Quote #2

You must create a task to make this.

Code:
#include <amxmodx>

#define PLUGIN "Continuous HUD Message"
#define VERSION "1.0"
#define AUTHOR "U"

public plugin_init() {
    register_plugin(PLUGIN, VERSION, AUTHOR)
    
    set_task(1.0,"message",_,_,_,"b")
}

public message(){
    set_hudmessage(255, 255, 255, 0.6, 0.02, 0, 6.0, 4.0)
    show_hudmessage(0,"Continuous HUD Message")
}
DragosHh 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 14:45.


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