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.
["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.
Last updated