ox_lib icon indicating copy to clipboard operation
ox_lib copied to clipboard

[Suggestion] Timer functions

Open marshular opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe. My feature is not related to any problem, but I would like to see some type of time timer function.

Describe the solution you'd like Examples: lib.timer.start(name, time) lib.timer.end(name) lib.timer.pause(name) lib.timer.change(name, time) lib.timer.onend(name, function() -- do something end)

Additional context N/A

marshular avatar Jun 21 '23 02:06 marshular

this could actually be pretty useful!

ali-exacute avatar Dec 11 '23 17:12 ali-exacute