diff --git a/common/modules/table.lua b/common/modules/table.lua index fa65baa4..62751e56 100644 --- a/common/modules/table.lua +++ b/common/modules/table.lua @@ -1,3 +1,5 @@ +ESX.Table = {} + -- nil proof alternative to #table function ESX.Table.SizeOf(table) local keys = {}