Raised This Month: $ Target: $400
 0% 

hud help?


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Sum
Member
Join Date: Oct 2011
Old 05-07-2012 , 18:28   hud help?
Reply With Quote #1

heyo could u make that plugin will show this hud mess. every X seconds please?

Code:
#include <amxmodx>

new const PLUGIN[] = "Hud Messege with Hostname, Current & TimeLeft";
new const VERSION[] = "1.0";
new const AUTHOR[] = "MercedeS";
new const HOTNAME[] = "Hostname";

public plugin_init()
{
register_plugin(PLUGIN, VERSION, AUTHOR);
}

public client_putinserver()
{
new map[33];
get_mapname(map,32);
new timeleft = get_timeleft();
set_hudmessage(255, 250, 205, -1.0, 0.0, 1, 6.0, 1.0) ;
show_hudmessage(0, "%s - CURRENT MAP:^n%s^nTIMELEFT: %s", HOTNAME, map, timeleft);
set_task(0.9, "client_putinserver");
}
Sum 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 00:25.


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