mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 09:18:53 +00:00
Merge pull request #95 from NRTnarathip/patch-6
Update: esx_drugs add marker config
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user