mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 09:18:53 +00:00
removed old ESX.TableContainsValue
This commit is contained in:
@@ -59,16 +59,6 @@ ESX.GetWeaponComponent = function(weaponName, weaponComponent)
|
||||
end
|
||||
end
|
||||
|
||||
ESX.TableContainsValue = function(table, value)
|
||||
for k, v in pairs(table) do
|
||||
if v == value then
|
||||
return true
|
||||
end
|
||||
end
|
||||
|
||||
return false
|
||||
end
|
||||
|
||||
ESX.DumpTable = function(table, nb)
|
||||
if nb == nil then
|
||||
nb = 0
|
||||
|
||||
Reference in New Issue
Block a user