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
Default database connector; replaceable through the SQL exports.
Required for Lua 5.4 and escrow support.
Installation steps
- 01
Extract the resource
Copy the extracted folder into your server resources directory.
- 02
Import the database
Import the included SQL file into your server database.
- 03
Configure vehicle validation
Connect the vehicle existence check to your database.
CONFIG.IS_VEHICLE_EXIST - 04
Configure framework helpers
Update identifier, job-grade and related aquiver-lib functions when automatic detection is unavailable.
- 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).