forked from Simnation/Main
resources/[jobs]/[mechanic]/rtx_carlift/config.lua aktualisiert
Lift Signed-off-by: Max <max@evolution-state-life.de>
This commit is contained in:
parent
f9d0286a92
commit
30abbe28e2
1 changed files with 15 additions and 15 deletions
|
@ -1,6 +1,6 @@
|
|||
Config = {}
|
||||
|
||||
Config.Framework = "standalone" -- types (standalone, qbcore, esx)
|
||||
Config.Framework = "qbcore" -- types (standalone, qbcore, esx)
|
||||
|
||||
Config.ESXFramework = {
|
||||
newversion = false, -- use this if you using new esx version (if you get error with old esxsharedobjectmethod in console)
|
||||
|
@ -40,8 +40,8 @@ Config.CustomJobEventName = "rtx_carlift:SetJob" -- you can execute this event f
|
|||
|
||||
Config.Lifts = {
|
||||
{
|
||||
coords = vector3(-3074.68, 447.43, 6.97), -- lift coords
|
||||
rotation = vector3(0.0, 0.0, 90.0),-- lift rotation
|
||||
coords = vector3(-3075.60, 447.89, 6.0), -- lift coords
|
||||
rotation = vector3(0.0, 0.0, 65.0),-- lift rotation
|
||||
currentheight = 0.0, -- dont edit this
|
||||
objecthandler = {frame = nil, lift = nil}, -- dont edit this
|
||||
manipulating = false, -- dont edit this
|
||||
|
@ -54,8 +54,8 @@ Config.Lifts = {
|
|||
},
|
||||
},
|
||||
{
|
||||
coords = vector3(0.0, 0.0, 0.0), -- lift coords
|
||||
rotation = vector3(0.0, 0.0, 90.0),-- lift rotation
|
||||
coords = vector3(-3078.60, 441.84, 6.0), -- lift coords
|
||||
rotation = vector3(0.0, 0.0, 65.0),-- lift rotation
|
||||
currentheight = 0.0, -- dont edit this
|
||||
objecthandler = {frame = nil, lift = nil}, -- dont edit this
|
||||
manipulating = false, -- dont edit this
|
||||
|
@ -68,8 +68,8 @@ Config.Lifts = {
|
|||
},
|
||||
},
|
||||
{
|
||||
coords = vector3(0.0, 0.0, 0.0), -- lift coords
|
||||
rotation = vector3(0.0, 0.0, 90.0),-- lift rotation
|
||||
coords = vector3(-3081.55, 435.77, 6.0), -- lift coords
|
||||
rotation = vector3(0.0, 0.0, 65.0),-- lift rotation
|
||||
currentheight = 0.0, -- dont edit this
|
||||
objecthandler = {frame = nil, lift = nil}, -- dont edit this
|
||||
manipulating = false, -- dont edit this
|
||||
|
@ -82,8 +82,8 @@ Config.Lifts = {
|
|||
},
|
||||
},
|
||||
{
|
||||
coords = vector3(0.0, 0.0, 0.0), -- lift coords
|
||||
rotation = vector3(0.0, 0.0, 90.0),-- lift rotation
|
||||
coords = vector3(-3081.02, 428.03, 6.0), -- lift coords
|
||||
rotation = vector3(0.0, 0.0, 65.0),-- lift rotation
|
||||
currentheight = 0.0, -- dont edit this
|
||||
objecthandler = {frame = nil, lift = nil}, -- dont edit this
|
||||
manipulating = false, -- dont edit this
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue