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
|
||||
|
@ -53,9 +53,9 @@ Config.Lifts = {
|
|||
jobs = {
|
||||
},
|
||||
},
|
||||
{
|
||||
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
|
||||
|
@ -66,10 +66,10 @@ Config.Lifts = {
|
|||
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
|
||||
},
|
||||
{
|
||||
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
|
||||
|
@ -80,10 +80,10 @@ Config.Lifts = {
|
|||
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
|
||||
},
|
||||
{
|
||||
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
|
||||
|
@ -94,7 +94,7 @@ Config.Lifts = {
|
|||
onlyjoballowed = false, -- enable this if you want lift restricted only for some jobs (works for only for qbcore and esx)
|
||||
jobs = {
|
||||
},
|
||||
},
|
||||
},
|
||||
--[[ -- Other example for new lifts (this is example for lift with job allow only
|
||||
{
|
||||
coords = vector3(-60.84, -165.34, -99.63), -- lift coords
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue