Mod Stations
Guide and instructions on how to setup mod stations and use them
Config.ModStations = {
Interact = {keybind = 38, dist = 1.2, drawDist = 7.0, textUi = '[E] Mods Menu', icon = 'spray-can', position = 'right-center', style = {borderRadius = 0, backgroundColor = '#48BB78', color = 'white'}},
Blip = {name = 'Mod Station', sprite = 72, display = 4, scale = 0.65, color = 0},
Marker = {type = 20, scale = {0.35, 0.35, 0.35}, rgba = {255, 99, 71, 100}},
Locations = {
{ -- mrpd
pos = vector3(478.68, -1022.33, 28.01), -- pos of the mod station
jobs = {'police', 'lspd', 'test'}, -- allowed jobs
mods = {'respray', 'bodyworks', 'chassis', 'enginebay', 'exterior', 'interior', 'lights', 'wheels', 'performance'},
free = true, -- free of charge?
blip = true -- enable/disable blip
},
{ -- pillbox
pos = vector3(344.53, -554.79, 28.74), -- pos of the mod station
jobs = {'ambulance', 'ems', 'medic', 'doc'}, -- allowed jobs
mods = {'respray', 'bodyworks', 'chassis', 'enginebay', 'exterior', 'interior', 'lights', 'wheels', 'performance'},
free = true, -- free of charge?
blip = true -- enable/disable blip
},
}
}Last updated