• uTime into my hud
    2 replies, posted
I want to integrate utime into my hud but im not to sure how to do it so i was wondering if anyone could give me a hint / tell me how please and thank you
local uw = 160 local time = formatTime(ply:GetUTime() + CurTime() - ply:GetUTimeStart())  draw.RoundedBox(0, ScrW() - uw, 54, uw, 35, col.ba) draw.SimpleText(time, "YourFont", ScrW() - 155, 67, col.w, TEXT_ALIGN_LEFT, TEXT_ALIGN_LEFT) draw.RoundedBox(0, ScrW() - uw, 35, uw, 28, col.o) draw.RoundedBox(0, ScrW() - uw, 35 + 28, uw, 1, col.w) draw.SimpleText("Total Time", "YourFont", ScrW() - 155, 39, Color(255, 255, 255), TEXT_ALIGN_LEFT, TEXT_ALIGN_LEFT) This code is Total Time. Change the location if you want .
what is the format time ??? please send
Sorry, you need to Log In to post a reply to this thread.