mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 09:01:44 +00:00
Add Config
This commit is contained in:
@@ -77,6 +77,7 @@ end)
|
||||
Citizen.CreateThread(function()
|
||||
for k,v in pairs(Config.Zones) do
|
||||
for i = 1, #v.Pos, 1 do
|
||||
if v.Show then
|
||||
local blip = AddBlipForCoord(v.Pos[i])
|
||||
|
||||
SetBlipSprite (blip, v.Type)
|
||||
@@ -89,6 +90,7 @@ Citizen.CreateThread(function()
|
||||
EndTextCommandSetBlipName(blip)
|
||||
end
|
||||
end
|
||||
end
|
||||
end)
|
||||
|
||||
-- Enter / Exit marker events
|
||||
|
||||
Reference in New Issue
Block a user