Installation

Requirements

Instructions

  1. Download the script from Portal and extract it into your resources folder. (do not use the experimental version unless you explicitly want to)

  2. Make sure the resource name is AdvancedParking.

  3. Download and install OxMySQL (can be skipped if you are already using it).

  4. Download kimi_callbacks.zip and extract it into your resources folder.

  5. Start the resource in your server.cfg:

    ensure AdvancedParking
  6. 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.

There might be some scripts out there where this will not work. If you find yourself in this situation, it might be best to simply ask for help in our support.

Installation Videos

Last updated