Raised This Month: $ Target: $400
 0% 

[HELP] HUD message to appear forever


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
BioI-Iazard
Senior Member
Join Date: Sep 2005
Location: Calgary, Alberta
Old 04-26-2007 , 02:37   Re: [HELP] HUD message to appear forever
Reply With Quote #1

i think this might work
correction..................
u are a genius!!!
works perfect. thanks alot man
__________________
Loved by Many ....
Hated by Some ....
Respected by All !!!!

Last edited by BioI-Iazard; 04-26-2007 at 02:44.
BioI-Iazard is offline
BioI-Iazard
Senior Member
Join Date: Sep 2005
Location: Calgary, Alberta
Old 04-26-2007 , 02:46   Re: [HELP] HUD message to appear forever
Reply With Quote #2

one last question...
what coding do i add to this plugin to add more HUD messages like i wanna put another HUD message on my server...
__________________
Loved by Many ....
Hated by Some ....
Respected by All !!!!
BioI-Iazard is offline
Day
Member
Join Date: Jan 2006
Location: Ukraine
Old 04-26-2007 , 04:46   Re: [HELP] HUD message to appear forever
Reply With Quote #3

Quote:
Originally Posted by BioI-Iazard View Post
one last question...
what coding do i add to this plugin to add more HUD messages like i wanna put another HUD message on my server...
Just add another funstion:

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(1.0,"funtime",69,"",0,"b");     set_task(1.0,"funtime2",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 one!")   } public funtime2() {     set_hudmessage(57, 199, 71, -1.0, 0.23, 0, 6.0, 12.0)     show_hudmessage(0, "Lets have sexy funtime two!")   }
__________________
Sith Lord Darth Day
Day is offline
Send a message via ICQ to Day
Zenith77
Veteran Member
Join Date: Aug 2005
Old 04-26-2007 , 22:33   Re: [HELP] HUD message to appear forever
Reply With Quote #4

Quote:
Originally Posted by Day View Post
Just add another funstion:

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(1.0,"funtime",69,"",0,"b");     set_task(1.0,"funtime2",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 one!")   } public funtime2() {     set_hudmessage(57, 199, 71, -1.0, 0.23, 0, 6.0, 12.0)     show_hudmessage(0, "Lets have sexy funtime two!")   }
Ummm no. Just change the channel (first paramater) with another show_hudmessage() in the same function.
__________________
Quote:
Originally Posted by phorelyph View Post
your retatred
Zenith77 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:55.


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