Skip to main content
Grid Inventory

Installation (Standalone)

Install the grid inventory and configure its database, vehicle validation and framework bridge functions.

info

Basic Lua programming knowledge is required to configure this resource.

Inventories are not drag & drop and play resources.

Required dependencies

oxmysql

Default database connector; replaceable through the SQL exports.

FiveM artifact 4752+

Required for Lua 5.4 and escrow support.

Installation steps

  1. 01

    Extract the resource

    Copy the extracted folder into your server resources directory.

  2. 02

    Import the database

    Import the included SQL file into your server database.

  3. 03

    Configure vehicle validation

    Connect the vehicle existence check to your database.

    CONFIG.IS_VEHICLE_EXIST
  4. 04

    Configure framework helpers

    Update identifier, job-grade and related aquiver-lib functions when automatic detection is unavailable.

  5. 05

    Start the resource

    Add Grid Inventory to your server configuration.

    ensure avp_grid_inventory
Vehicle validation

Configure CONFIG.IS_VEHICLE_EXIST to check whether the vehicle plate being accessed is valid on the server. An example implementation is already included.

Using ESX?

If you use the ESX framework, continue with Installation (ESX).