Merge pull request #95 from NRTnarathip/patch-6

Update: esx_drugs add marker config
This commit is contained in:
FuraXx
2022-02-17 15:12:20 +01:00
committed by GitHub
+8 -1
View File
@@ -23,4 +23,11 @@ Config.CircleZones = {
WeedProcessing = {coords = vector3(2329.02, 2571.29, 46.68), name = _U('blip_weedprocessing'), color = 25, sprite = 496},
DrugDealer = {coords = vector3(-1172.02, -1571.98, 4.66), name = _U('blip_drugdealer'), color = 6, sprite = 378},
}
}
Config.Marker = {
Distance = 100.0,
Color = {r=60,g=230,b=60,a=255},
Size = vector3(1.5,1.5,1.0),
Type = 1,
}