Tab indent update

This commit is contained in:
ElPumpo
2018-09-01 17:43:35 +02:00
parent 7e31fc90f4
commit c07cdde7c8
14 changed files with 2059 additions and 2408 deletions
+4
View File
@@ -14,6 +14,10 @@ ESX.GetRandomString = function(length)
end
end
ESX.GetConfig = function()
return Config
end
ESX.TableContainsValue = function(table, value)
for k, v in pairs(table) do
if v == value then