Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 321 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 321 Bytes

HU-Plate

A simple license plate changer

ox_inventory/data/items.lua

['license_plate'] = {
	label = 'License Plate',
	weight = 50,
	stack = false
},

ox_inventory/modules/items/client.lua

Item('license_plate', function(data, slot)
	TriggerEvent('cfx-hakdog-license:ChangePlate')
end)