Update Add Marker Config

just add marker config for path NRTnarathip
This commit is contained in:
NRTnarathip
2022-02-17 15:51:08 +07:00
committed by GitHub
parent fef6cd0182
commit a443e2166f
+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,
}