Installation
Requirements
OneSync
Instructions
Download the script from Portal and extract it into your resources folder. (do not use the experimental version unless you explicitly want to)
Make sure the resource name is
AdvancedParking
.Download and install OxMySQL (can be skipped if you are already using it).
Download kimi_callbacks.zip and extract it into your resources folder.
Start the resource in your server.cfg:
ensure AdvancedParking
Make sure to implement the fix below if you still need to delete vehicles!
Deleting vehicles
Usually you donΒ΄t need to use any of the provided "delete" exports!
This fix should be added to your framework resource (es_extended
, qb-core
, etc) first and foremost!
Simply add the following line inside the fxmanifest of the respective resource:
shared_script "@AdvancedParking/fixDeleteVehicle.lua"
Refresh the resource list and restart the respective resource or restart your server after adding the line.
If any other script does not delete a vehicle properly (it gets deleted but appears again) then repeat this step in the respective script.
Installation Videos
Last updated