Ban with no clear reason?!
#4
Do you want the code?
Here it is:

Code:
if (SERVER) then
    AddCSLuaFile("autorun/clock.lua")
end

if (CLIENT) then

    function clockhud()
        draw.RoundedBox( 6, ScrW()*0.932, ScrH()*0.925, 128, 46, Color( 125, 125, 125, 200 ) )
        draw.SimpleText(os.date( "%a, %H:%M:%S" ), "TabLarge", ScrW()*0.947, ScrH()*0.932, Color( 30, 144, 255, 255 ),0,0)
        draw.SimpleText(os.date( "%d/%m/20%y" ), "TabLarge", ScrW()*0.9475, ScrH()*0.946, Color( 30, 144, 255, 255 ),0,0)
    end
    hook.Add("HUDPaint", "clockhud", clockhud)
end

And here is a picture.
[Image: hl220120728144715401.png]

I sent the EXACT same code to Verdat
If image doesn't show up fully, copy image url.


Messages In This Thread
RE: Ban with no clear reason?! - by Temar - 07-28-2012, 11:23 AM
RE: Ban with no clear reason?! - by †Talipallo^»FIN† - 07-28-2012, 11:50 AM
RE: Ban with no clear reason?! - by Temar - 07-28-2012, 12:07 PM
RE: Ban with no clear reason?! - by StillAlive - 07-28-2012, 01:57 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)