UGX-Mods Login

or login with an authentication provider below
Sign In with Google
Sign In with Twitter
Sign In with Discord
Sign In with Steam
Sign In with Facebook
Sign In with Twitch

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - Sheep_Wizard

Has anyone used the SetTimerUp function on a hud yet. I cant seem to get it working. The hud appears but the time does not count up.

Here is the code:
Code Snippet
Plaintext
self.playerhud["timer"] = newClientHudElem(self);
self.playerhud["timer"].x = 300;
self.playerhud["timer"].y = 10;
self.playerhud["timer"].elemtype = "timer";
self.playerhud["timer"].alignx = "left";
self.playerhud["timer"].xoffset = 0;
self.playerhud["timer"].yoffset = 0;
self.playerhud["timer"].fontscale = 1.4;
self.playerhud["timer"].font = "big";
self.playerhud["timer"].hidden = false;
self.playerhud["timer"].color = (1,1,1);
self.playerhud["timer"] SetTimerUp(50000);
8 years ago
Loading ...