mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 18:28:52 +00:00
Fix markers not showing
This commit is contained in:
committed by
GitHub
parent
cd0ede5865
commit
d78f21d083
+4
-1
@@ -28,7 +28,10 @@ Citizen.CreateThread(function()
|
||||
ESX.TriggerServerCallback('esx_shops:requestDBItems', function(ShopItems)
|
||||
for k,v in pairs(ShopItems) do
|
||||
if (Config.Zones[k] == nil) then
|
||||
Config.Zones[k] = {}
|
||||
Config.Zones[k] = {
|
||||
Items = {},
|
||||
Pos = {}
|
||||
}
|
||||
end
|
||||
|
||||
Config.Zones[k].Items = v
|
||||
|
||||
Reference in New Issue
Block a user