Installation

Step 1

Execute the SQL:

ALTER TABLE `player_vehicles`
    ADD `drift` TINYINT UNSIGNED NOT NULL DEFAULT '0' AFTER `state`;

Step 2

Add those items to your QBCore items shared.


items.lua
	["kit-drift"] = {
		["name"] = "kit-drift",
		["label"] = "Kit de drift",
		["weight"] = 1000,
		["type"] = "item",
		["image"] = "kit-drift.png",
		["unique"] = true,
		["useable"] = true,
		["shouldClose"] = true,
		["combinable"] = nil,
		["description"] = "Drift System Instalation Kit"
	},

Step 3


Download the following imagen and copy in to your inventory items folder


Step 4

Drag And Drop, Put lvs_drift in resources folder


Step 5

Start The Script Start in server.cfg , ensure lvs_drift.


You can use ox_lib for menu, download at https://github.com/overextended/ox_lib/releases. make sure to modify the fxmanifest.lua file, uncomment the line 19 and 38

Last updated