GMod/Wiremod Tutorial: Server Clock

1,451 views since 2008-03-16

Rating:

Star-emptyStar-emptyStar-emptyStar-emptyStar-empty

2 text comments

(2 results)

Awesome tutorial Chris, You should definitely make more.

Wanna play Gmod sometime? This clock looks sweet and I want to have you do a tutorial on my elevator I made.

My steam ID is Ghotherkill

There is no point in using a round down chip, the Value coming from the OS Chip is always an Integer, so It's not ever going to round anything......

derek48838
derek48838 2 months, 4 weeks ago

(2 results)

A video describing how to create a server time clock in Garry's Mod, using an addon called Wiremod by Erkle and the Wire team. My first video tutorial. Things to ignore in this video: - The "M" output in the expression gate, I'm not sure why I created it when I created "Text" to replace it afterwards. - When I said I don't know many places that use military time. That was dumb. - The expression gate blooper when "Hour2" wasn't showing up, after watching I realised I hadn't updated the gate, which was the start of it all. - Most of the expression code I made in the video, it was full of flaws because I made it on-the-go, use the one below. Expression formula (this doesn't match the one in the video, it's mostly the same except cleaner): N@Does all the math except rounding I@Ostime O@Hour2 Minute Screenon Text Hour2 = Hour, Text = 1, Screenon = 1 Hour = Ostime / 3600 Minute = Ostime % 3600 / 60 Hour > 13 -> Hour2 = Hour - 12; Hour > 12 -> Text = 2;

Credits: To Garry, the Builders' Lounge server, Erkle and the Wire team who create wire.
Tags:

LESS

More Options