From 9a4c492b51e09511d3cd1a18cc8132921ce86dcf Mon Sep 17 00:00:00 2001 From: _Not_ Date: Thu, 16 Jul 2026 00:55:38 -0500 Subject: [PATCH] Add initialization for ESX.Table in compat.lua --- [core]/es_extended/shared/compat.lua | 2 ++ 1 file changed, 2 insertions(+) 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