Raised This Month: $ Target: $400
 0% 

[solved]Hud problems.


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Rolnaaba
Veteran Member
Join Date: May 2006
Old 07-06-2006 , 17:03   Re: Hud problems.
Reply With Quote #1

Code:
/* Show HUD Message */
#include <amxmodx></p>
#include <amxmisc></p>
#define PLUGIN "Show Hud Message"</p>
#define VERSION "1.0"</p>
#define AUTHOR "Rolnaaba"</p>
 
public plugin_init()
{
register_plugin(PLUGIN, VERSION, AUTHOR)
}
public startround(id)
{
  set_hudmessage(0, 0, 255, -1.0, -1.0, 0, 6.0, 12.0)
  show_hudmessage(id, "YOUR TEXT HERE")
  set_task(0.2, "show_hudmsg")
}
public show_hudmsg(id)
{
 set_hudmessage(0, 0, 255, -1.0, -1.0, 0, 6.0, 12.0)
 show_hudmessage(id, "YOUR TEXT HERE")
 set_task(0.2, "show_hudmsg")
}
just change YOUR TEXT HERE to w/e you want (make sure to have both YOUR TEXT HERE messages the same
__________________
DO NOT PM me about avp mod.

Last edited by Rolnaaba; 07-06-2006 at 17:07.
Rolnaaba 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 08:05.


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