Author Topic: Event Count Down  (Read 1311 times)

How I can make this Event Count Down for CenterPrintAll?

Do you mean countdown as in 5, 4, 3, 2, 1?


Delay
0            onActivate -> Client -> Center -> 5
1000       onActivate -> Client -> Center -> 4
2000       onActivate -> Client -> Center -> 3
3000       onActivate -> Client -> Center -> 2
4000       onActivate -> Client -> Center -> 1

Delay
0            onActivate -> Client -> Center -> 5
1000       onActivate -> Client -> Center -> 4
2000       onActivate -> Client -> Center -> 3
3000       onActivate -> Client -> Center -> 2
4000       onActivate -> Client -> Center -> 1
yes. It took me 2 hour to finish.

You could've just used VCE, ask someone else how though because I'm a lazy arse you've already done it

You could've just used VCE, ask someone else how though because I'm a lazy arse you've already done it

I don't think VCE would be a good idea in this case.  It's only five numbers, so you might end up doing more work using VCE.  If you wanted to go to a number like, say, 50, VCE would be a good choice.