forked from StockholmCityRP/netr_garages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.lua
33 lines (31 loc) · 1.33 KB
/
config.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Config = {}
Config.DrawDistance = 100.0
Config.MenuDistance = 2.0
Config.MarkerType = 1
Config.MarkerSize = {x = 2.0, y = 2.0, z = 1.0}
Config.MarkerColor = {r = 255, g = 255, b = 255}
Config.ParkingMarkerSize = {x = 3.0, y = 3.0, z = 2.0}
Config.ParkingMarkerColor = {r = 102, g = 102, b = 204}
Config.ZDiff = 0.5
Config.MinimumHealthPercent = 0
Config.Size = { x = 1.5, y = 1.5, z = 1.0 }
Config.Locale = 'sv'
-- minimum two decimals!
Config.Zones = {
DelPerro = {x=-926.21, y=-164.11, z=40.80},
Prosperity = {x=-1173.18, y=-739.67, z=18.80},
RayLowenstein = {x=385.51, y=-1657.58, z=26.00},
Square = {x=235.01, y=-784.24, z=29.50},
VinewoodBlvd = {x=612.92, y=95.05, z=91.40},
SandyShores = {x=1467.12, y=3740.12, z=32.50},
PaletoBay = {x=10.16, y=6332.0, z=30.00},
FleecaBank = {x=135.00, y=-1049.00, z=28.00},
FleecaHighWay = {x=-2973.00, y=354.90, z=14.77},
PillboxHill = {x=-156.00, y=-609.00, z=31.00},
LaMesa = {x=702.00, y=-1103.00, z=21.40},
Jail = {x=1873.00, y=2639.00, z=45.00},
--CarDealer = {x=-59.00, y=-1116.00, z=25.50},
Hospital = {x=329.00, y=-1472.00, z=28.50},
Airport = {x=-938.00, y=-2449.00, z=12.90},
Church = {x=-1894.00, y=2022.00, z=139.80}
}