You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**A library which provides easy and advanced timers for module
23
-
developers.**
22
+
**A library which provides easy and advanced timers for module developers.**
24
23
25
24
This project is inspired by
26
25
[mk's timer library](https://atelier801.com/topic?f=6&t=875052), make sure to
27
26
support that project too :heart:
28
27
29
28
**_Background_**
30
29
31
-
As normal players - who aren't in module team - aren't allowed to use the Module API's timers (`system.newTimer` and `system.removeTimer`), I decided to
32
-
create a brand new, advanced timer system for the benefit of all!
30
+
As normal players - who aren't in module team - aren't allowed to use the Module
31
+
API's timers (`system.newTimer` and `system.removeTimer`), I decided to create a
32
+
brand new, advanced timer system for the benefit of all!
33
33
34
34
**_There are many capabilities for these timers_**
35
35
@@ -42,8 +42,7 @@ create a brand new, advanced timer system for the benefit of all!
42
42
43
43
## How to use?
44
44
45
-
To use this library you need to insert this libraries code in top of
46
-
your code.
45
+
To use this library you need to insert this libraries code in top of your code.
47
46
48
47
[Use the full code _(Recommended for studying)_](https://raw.githubusercontent.com/Seniru/Timers4TFM/master/src/timer.lua)
0 commit comments