diff --git a/[core]/es_extended/shared/compat.lua b/[core]/es_extended/shared/compat.lua index 69f99c05..d0d0d9f0 100644 --- a/[core]/es_extended/shared/compat.lua +++ b/[core]/es_extended/shared/compat.lua @@ -1,5 +1,7 @@ --All shared functions outsourced from the Core to the lib will be stored here for compatability, e.g: +ESX.Table = {} + ESX.SetTimeout = xLib.timeout.setTimeout ESX.ClearTimeout = xLib.timeout.clearTimeout ESX.Await = xLib.waitFor