Simple clock
From GMod Wiki
The simple clock This is a clock which shows hours, minutes, and seconds.
What you need
- Screen vith value names set to "Hour" and "Minute".
- A screen with only one value named "Second"
- An "OS Time" chip (found in "Chip - Time" menu)
- A "Time/Date decoder" (found in "Chip - Selection menu")
Construction
- Get a prop(preferably flat);
- Put the screen/screens and chips on it;
- Wire them this way:
- connect the Time/Date decoder input a to the OS Time chip;
- connect the screen value A(hours) to the hour output on the decoder and value B(minutes) on the minutes output;
- (optional) connect the second screen's value A to the seconds output on the decoder.