๐Installation
Script Download
1
Log Into CFX Portal
Script Setup
1
Optional Additions
1
2
Allow Users to Own Vehicle (QBCore)
If you want to allow players to own and store a flatbed3
truck, you'll need to modify the delete vehicle
function. This ensures the flatbed is not left floating when parked.
function QBCore.Functions.DeleteVehicle(vehicle)
SetEntityAsMissionEntity(vehicle, true, true)
DeleteVehicle(vehicle)
TriggerEvent("Pug:client:PutFlatbedAwayCustomEvent")
end
Last updated