Here with another free release! A standalone vehicle push script for when your players break down on the road. Extremely optimised and networked correctly to run as smooth as possible.
Features
Allows for player to be in the drivers seat and steer while being pushed or you can just push and steer solo.
Hey there, not really sure what I did wrong here, but, whenever I attempt to use the script, I get this error. I do have ox_lib, and am not using any framework or anything, config us unchanged from its default settings.
tried with bones on false and target false with text ui true, no luck.
Config.target = true -- Use target system for vehicle push (disables TextUI)
Config.targetSystem = 'ox_target' -- Target System to use. ox_target, qtarget, qb-target
Config.Usebones = true -- Use bones for vehicle push
Config.PushKey = 'E' -- Key to push vehicle
Config.TurnRightKey = 'D' -- Keys to turn the vehicle while pushing it.
Config.TurnLeftKey = 'A' -- Keys to turn the vehicle while pushing it.
Config.TextUI = false -- Use Text UI for vehicle push
unless im missing something it looks like you have target set to true and textUI to false in the snippet you sent? i’ve just got home anyhow, so will take a look.
Correct, as I am tried using it with target only, didnt work. Errors thrown above.
Then tried textUI, not notification popped up.
Tried spawning a vanilla car VS imported, no luck and tried turning the Usebones to false.
what version of ox_target are you running and what version of ox_lib? and are they both starting before this resource in your server config? also try set Config.healthMin = 2000.0 and see if you get the prompts please as currently i’m unable to reproduce the error