you need to add item licenseplate to items table. i.g. INSERT INTO items (name, label, limit, rare, can_remove) VALUES (‘licenseplate’, ‘Licence Plate’, 1, 0, 1);
or weight instead of limit depending on columns in your items table.
I’m currently trying to use this on QBCore and for some reason when I try to use the command “/giveitem 1 licenseplate 1” It says it’s an invalid item. Not sure if you know about this or if it’s just me.
Prob need to add the item to your qb-core shared.lua file as an item, also add a .png file image for the picture of it for your inventory into the qb-inventory HTML/Images folder too
Thank you for this. I spent 2 hours making the exact same thing before i found this xD Oh well. People need to stop paying for overpriced scripts so again, thank you.