Fake Plate
Installation

Installation

1. Setup

2. Configuration

  • Edit your server.cfg and make sure sd_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,
},