


Price
UnknownA script by Gamzky
Price
UnknownI’m excited to share my car lift script, a new way to bring interactive vehicle lifts to your server. Whether you’re running a mechanic shop or want to add some flair to your automotive scenes, this script has got you covered. The script is framework independent, so it works with ESX, QBCore, etc.
Support: Discord
Config = {
baseModel = `gs_lift_base`,
platformModel = `gs_lift_platform`,
target = { -- The target interaction options for the lift
label = 'Toggle lift',
icon = 'fa-solid fa-sliders',
distance = 1.5,
},
locations = { -- The locations for the lifts
{
coords = vector4(-326.44, -138.54, 39.01, 69.0),
allowedJobs = { 'mechanic' }, -- This uses ox_target's groups feature. More info here: https://overextended.dev/ox_target/TargetOptions
},
},
baseOffset = vector4(0.0, 0.0, 0.73, 90.0), -- (No need to touch this, unless you know what you are doing)
platformOffset = vector4(-0.1, 0.15, -1.48, 0.0), -- (No need to touch this, unless you know what you are doing)
buttonOffset = vector4(1.7, 2.79, 0.8, 0.0), -- (No need to touch this, unless you know what you are doing)
platformHeight = 2.0, -- The height of the max platform height
moveSpeed = 0.005, -- The speed at which the lift moves
syncRange = 250, -- The range in which the lift movement is synced to the player. If the player is outside this range, the lift will teleport to the target position instead of moving.
}
Code is accessible | No, but there is an unencrypted version. (3D models are accessible) |
Subscription-based | No |
Lines (approximately) | 306 |
Requirements | ox_lib & ox_target |
Support | Yes |
No approved reviews found for this script yet.