fakeplate = {
name = 'fakeplate',
label = 'Fake Plate',
weight = 1500,
type = 'item',
image = 'fakeplate.png',
useable = true,
shouldClose = true,
description = 'A fake vehicle plate.',
client = {
event = "op-garages:useFakePlate"
}
},
fakeplate_remover = {
name = 'fakeplate_remover',
label = 'Original Plate',
weight = 1500,
type = 'item',
image = 'fakeplate_remover.png',
useable = true,
shouldClose = true,
description = 'Used to restore the original vehicle plate.',
client = {
event = "op-garages:removeFakePlate"
}
},
car_contract = {
name = 'car_contract',
label = 'Car Contract',
weight = 1500,
type = 'item',
image = 'car_contract.png',
useable = true,
shouldClose = true,
description = 'A contract for vehicle transactions.',
client = {
event = "op-garages:carContractUse"
}
},