Hello, don't mind me. I'm Just testing stuff
Insert quote here
My check list:
Make check list
Add items to list
Not check this item
Here is some code:
CreateClientConVar( "MenuBarClock24h", "0", true, false )
hook.Add( "PopulateMenuBar", "MenuBarClock", function( menubar )
local clock = menubar:Add( "DButton" )
clock:SetText( os.date("%I:%M %p") )
clock:Dock( RIGHT )
clock:DockMargin( 10, 0, 30, 0 )-- change one for more left space (second 10)
clock:SetDrawBackground( false )
clock:SizeToContentsX( 16 )
clock.is24h = GetConVar("MenuBarClock24h"):GetBool()
clock.DoClick = function()
clock.is24h = !clock.is24h
RunConsoleCommand( "MenuBarClock24h",clock.is24h and "1" or "0" )
end
clock.Think = function()
clock:SetText( os.date(clock.is24h and "%H:%M" or "%I:%M %p") )
end
menubar.clock = clock
end )
Here is a map I'm working on:
I want to check those checkboxes.
get your own
check boxes then
you fuckin mooch
this quote box sucks
where's the content?
At the very least clicking on the quote should take you to the post, scrolling you to it if it's on the same page
I remember daigennki asking for this back on the old forum
or when I use 4chan.org
There was a userscript at one point that did it
test
is
gay
check
it
lol
blurry blur you nnow know my secrets
Postal is bad at DM.
Sorry, you need to Log In to post a reply to this thread.