Installation
1. Setup
- Download the dependencies and make sure they work as intended.
- Download
sd_fakeplatefrom GitHub (opens in a new tab) and extract it inside your resources folder.
2. Configuration
- Edit your
server.cfgand make suresd_fakeplateis started after all of the dependencies. - Edit
config.luato 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,
},