Raised This Month: $ Target: $400
 0% 

[HELP] HUD message to appear forever


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Styles
Veteran Member
Join Date: Jul 2004
Location: California
Old 04-25-2007 , 23:40   Re: HUD message to appear forever
Reply With Quote #1

i would just do a thing like...
Code:
#include <amxmodx>
#include <amxmisc>

#define PLUGIN "test"
#define VERSION "1.0"
#define AUTHOR "test"


public plugin_init() {
	register_plugin(PLUGIN, VERSION, AUTHOR)
	set_task(10.0,"funtime",69,"",0,"b");
}

public funtime()
{
	set_hudmessage(57, 199, 71, -1.0, 0.23, 0, 6.0, 12.0)
	show_hudmessage(0, "Lets have sexy funtime!")	
}
Styles is offline
Send a message via AIM to Styles
BioI-Iazard
Senior Member
Join Date: Sep 2005
Location: Calgary, Alberta
Old 04-26-2007 , 00:19   Re: HUD message to appear forever
Reply With Quote #2

ok ima stick with this code cause its works.
the only problem is it doesnt stay on forever like it disappears wen another hud message is displayed and reappears wen it goes away. even wen its in a totally different place.
how do i fix that?

Quote:
Originally Posted by styles View Post
i would just do a thing like...
Code:
#include <amxmodx>
#include <amxmisc>

#define PLUGIN "test"
#define VERSION "1.0"
#define AUTHOR "test"


public plugin_init() {
	register_plugin(PLUGIN, VERSION, AUTHOR)
	set_task(10.0,"funtime",69,"",0,"b");
}

public funtime()
{
	set_hudmessage(57, 199, 71, -1.0, 0.23, 0, 6.0, 12.0)
	show_hudmessage(0, "Lets have sexy funtime!")	
}
__________________
Loved by Many ....
Hated by Some ....
Respected by All !!!!
BioI-Iazard is offline
Reply



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 20:54.


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