
Posts
13
Respect
Forum Rank
Legless Crawler
Primary Group
Member
Login Issues
Forgot password?Activate Issues
Account activation email not received? Wrong account activation email used?Other Problems?
Contact Support - Help Center Get help on the UGX Discord. Join it now!![]() | Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum. |
thread setting_up();
setting_up()
{
players = get_players();
array_thread(players, ::hud_function);
}
hud_function()
{
hud = create_simple_hud(self);
hud.foreground = true;
hud.hidewheninmenu = true;
hud.y = 0;
hud.x = 0;
hud.alignX = "right";
hud.alignY = "top";
hud.horzAlign = "right";
hud.vertAlign = "top";
hud.alpha = 1;
hud SetText("your mom for example");
}
#include maps\_hud_util;