forked from Simnation/Main
resources/[jobs]/[mechanic]/rtx_carlift/config.lua aktualisiert
Signed-off-by: Max <max@evolution-state-life.de>
This commit is contained in:
parent
81f11b9861
commit
f9d0286a92
1 changed files with 43 additions and 1 deletions
|
@ -40,7 +40,49 @@ Config.CustomJobEventName = "rtx_carlift:SetJob" -- you can execute this event f
|
|||
|
||||
Config.Lifts = {
|
||||
{
|
||||
coords = vector3(-220.45, -1329.88, 29.9), -- lift coords
|
||||
coords = vector3(-3074.68, 447.43, 6.97), -- lift coords
|
||||
rotation = vector3(0.0, 0.0, 90.0),-- lift rotation
|
||||
currentheight = 0.0, -- dont edit this
|
||||
objecthandler = {frame = nil, lift = nil}, -- dont edit this
|
||||
manipulating = false, -- dont edit this
|
||||
manipulatingplayerid = nil, -- dont edit this
|
||||
lifttype = 2, -- lift type 1-4
|
||||
buttonuppress = false, -- dont edit this
|
||||
buttondownpress = false, -- dont edit this
|
||||
onlyjoballowed = false, -- enable this if you want lift restricted only for some jobs (works for only for qbcore and esx)
|
||||
jobs = {
|
||||
},
|
||||
},
|
||||
{
|
||||
coords = vector3(0.0, 0.0, 0.0), -- lift coords
|
||||
rotation = vector3(0.0, 0.0, 90.0),-- lift rotation
|
||||
currentheight = 0.0, -- dont edit this
|
||||
objecthandler = {frame = nil, lift = nil}, -- dont edit this
|
||||
manipulating = false, -- dont edit this
|
||||
manipulatingplayerid = nil, -- dont edit this
|
||||
lifttype = 2, -- lift type 1-4
|
||||
buttonuppress = false, -- dont edit this
|
||||
buttondownpress = false, -- dont edit this
|
||||
onlyjoballowed = false, -- enable this if you want lift restricted only for some jobs (works for only for qbcore and esx)
|
||||
jobs = {
|
||||
},
|
||||
},
|
||||
{
|
||||
coords = vector3(0.0, 0.0, 0.0), -- lift coords
|
||||
rotation = vector3(0.0, 0.0, 90.0),-- lift rotation
|
||||
currentheight = 0.0, -- dont edit this
|
||||
objecthandler = {frame = nil, lift = nil}, -- dont edit this
|
||||
manipulating = false, -- dont edit this
|
||||
manipulatingplayerid = nil, -- dont edit this
|
||||
lifttype = 2, -- lift type 1-4
|
||||
buttonuppress = false, -- dont edit this
|
||||
buttondownpress = false, -- dont edit this
|
||||
onlyjoballowed = false, -- enable this if you want lift restricted only for some jobs (works for only for qbcore and esx)
|
||||
jobs = {
|
||||
},
|
||||
},
|
||||
{
|
||||
coords = vector3(0.0, 0.0, 0.0), -- lift coords
|
||||
rotation = vector3(0.0, 0.0, 90.0),-- lift rotation
|
||||
currentheight = 0.0, -- dont edit this
|
||||
objecthandler = {frame = nil, lift = nil}, -- dont edit this
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue