Installations

Step 1 โžก Dependencies

This is one of the most important parts, since without the dependencies, the resource will never work or not start, here we will list the dependencies with their respective links for you to download and add them to your server.

pre-configured for ox_lib in client_editable.lua/server_editable.lua
pre-configured for ox_inventory in client_editable.lua/server_editable.lua

Step 2 โžก Resources in server.cfg

if you are using ESX โžก NEVER, but NEVER, you must place the resources above es_extended, if you do this they will never work and will throw errors

The correct order of the resources is as follows, always keeping es_extended and its cores above, but the other normal resources below

ensure sfgarages

Step 3 โžก Database

Run query/SQL query and paste below code.

In the case of the ESX framework. For another framework, modify the query according to the name of the table and columns.

ALTER TABLE `vehicles` ADD `class` VARCHAR(2) NULL DEFAULT NULL AFTER `category`;
ALTER TABLE `owned_vehicles` ADD `vin` VARCHAR(32) NOT NULL AFTER `stored`, ADD `co-owner` VARCHAR(46) NULL DEFAULT NULL AFTER `vin`;

Step 4 โžก Click on Config

Last updated