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 PolyZone in client_editable.lua/server_editable.lua
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

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

Step 3 โžก Database

Run query/SQL query and paste below code

Example data:

A vin column should be added to the table with vehicles. For example, in ESX, in the owned_vehicles table, add the vin column varchar(32) not null.

Step 4 โžก folder install-need-data

Copy the data to the appropriate scripts or database, everything is described there.

Step 5 โžก folder install-need-data

Add the VIN number generation code to the script where the vehicle can be purchased so that the VIN number is generated (in the script, e.g.: esx_vehicleshop)

Step 6 โžก Click on Config

Last updated