Addon Entry

Now supporting the newest garrysmods.org

New : UserScript to add a search button to any garrysmod.org download page Script Page Install It!

Mirrors

There are no mirrors, request one in the comment section below.
File: Manual Countdown, Adv.Duplica.
Version: 0
Garrysmod.org URL: http://www.garrysmod.org/downloads/?a=view&id=13943
Description: A countdown timer where YOU can set the countdown time manually with buttons. The countdown time you can set, is from 1 second to 60 seconds.

I use one ExpressionGate on this, the code is:
-------------------------------------------------
N@Timer (Manual time set)
I@Minus Plus Minusb Plusb
O@Screen
If Plus == 1 & Screen < 60 -> Screen += 1;
If Minus == 1 & Screen > 1 -> Screen -= 1;
If Plusb == 1 & Screen < 50 -> Screen += 10;
If Minusb == 1 & Screen > 10 -> Screen -= 10;

-------------------------------------------------
Requirements:
Pheonix models
Adv. Duplicator
Wire (The newest version)
ExpressionGate


If you want to comment or send me a "bug report," so send this to alexbjer@start.no.
(Sorry for my english)

Image: Manual