mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 09:48:52 +00:00
Add ESX.ClearTimeout
This commit is contained in:
@@ -38,6 +38,11 @@ ESX.SetTimeout = function(msec, cb)
|
||||
time = GetGameTimer() + msec,
|
||||
cb = cb
|
||||
})
|
||||
return #ESX.TimeoutCallbacks
|
||||
end
|
||||
|
||||
ESX.ClearTimeout = function(i)
|
||||
ESX.TimeoutCallbacks[i] = nil
|
||||
end
|
||||
|
||||
ESX.ShowNotification = function(msg)
|
||||
|
||||
Reference in New Issue
Block a user