mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
Interval Readme
This commit is contained in:
@@ -72,6 +72,15 @@ CreateThread(function()
|
|||||||
print(a, b) -- 'hello there', 'general kenobi'
|
print(a, b) -- 'hello there', 'general kenobi'
|
||||||
end)
|
end)
|
||||||
```
|
```
|
||||||
|
###Intervals
|
||||||
|
|
||||||
|
```lua
|
||||||
|
local ontick = SetInterval(function(...)
|
||||||
|
print(...)
|
||||||
|
end, 0, 'arg1', 'arg2')
|
||||||
|
|
||||||
|
ClearInterval(ontick)
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
<br><h2>License</h2>
|
<br><h2>License</h2>
|
||||||
|
|||||||
Reference in New Issue
Block a user