Displayed vehicle in the shop
Last updated
Last updated
Config.DisplayVehicles = {
--------------
{
-- name of the job
Job = "dealer",
-- This will lock the display vehicle change option to listed grades only.
-- Grades = {
-- ["boss"] = true,
-- ["other"] = true,
-- },
-- Position in the PDM, please keep in mind this position HAS to be in the middle of the thing,
-- so all vehicles can
-- spawn and render.
Position = vector3(-45.84, -1096.8, 26.42),
-- Do not change.
Render = false,
-- camera
cam = {
["car"] = PDMCamera,
},
vehicles = {
[1] = {
-- Dont change these!
-----------------------
vehicle = "none",
category = "",
-----------------------
pos = vector3(-38.95, -1099.94, 26.03),
heading = 143.15,
},
[2] = {
-- Dont change these!
-----------------------
vehicle = "none",
category = "",
-----------------------
pos = vector3(-43.17, -1097.91, 26.03),
heading = 143.15,
},
[3] = {
-- Dont change these!
-----------------------
vehicle = "none",
category = "",
-----------------------
pos = vector3(-47.57, -1096, 26.03),
heading = 143.15,
},
[4] = {
-- Dont change these!
-----------------------
vehicle = "none",
category = "",
-----------------------
pos = vector3(-52.42, -1094.03, 26.03),
heading = 143.15,
},
},
},
}