Installation
1. Setup
- Download the dependencies and make sure they work as intended.
- Download
sd_fakeplate
from GitHub (opens in a new tab) and extract it inside your resources folder.
2. Configuration
- Edit your
server.cfg
and make suresd_fakeplate
is started after all of the dependencies. - Edit
config.lua
to your liking. - Add items into
ox_inventory/data/items.lua
.
Dependencies
Items
["vehicleplate"] = {
label = "Vehicle plate",
weight = 100,
stack = false,
close = true,
consume = 0,
},
["screwdriver"] = {
label = "Screwdriver",
weight = 500,
stack = false,
durability = 100,
consume = 0,
},