[Qb-Core][Paid] Personalized Number Plates

Personalized plates for your citizens vehicles.

Dependencies: (All of which come with QBCore by default)

oxmysql 1.9.2+
QB-Input
MenuV

Features:

Blacklist.
Customizable confirmation email after purchase.
Set the length.
Set the price.
Set the location.
Drawtext.
Inventory continuity.
oxmysql 1.9.2 compatibility .
Uses MenuV and QB-Input.

Note:
Car must be in a garage to change the plate.

[Video-Preview]

[Tebex]

My QB-Input looks a little different to default. I will fork it on git-hub for anyone that wants it.

Let me know if you would like me to make it for ESX, qb-target compatibility coming soon.

Config

ConfigPPlate = {}

ConfigPPlate.Price = 1000 -- Price of plate.

ConfigPPlate.Badwords = { --Blacklisted words wont be allowed for purchase

-- I have entered some here by default but are offensive and dont want to show here.

}

ConfigPPlate.bliplabel = 'Kiwi Plates' --Business name, will show as blip name, email message and menu header.

ConfigPPlate.length = 6 -- Allowed length of the plate, max of 8.

ConfigPPlate.emailEnabled = true -- Set to true if you would like to send an email to the customer.
ConfigPPlate.qbphone = true -- Set to true if you are using qb-phone v1.0.0
ConfigPPlate.gksphone = false -- Set to true if you are using gksphone, all other phones must be set to false

ConfigPPlate.DepartmentofTransportName = 'NZTA' -- This is only for the phone email message. Change this to your local, e.g Vicroads, DMV etc

ConfigPPlate.Location = vector3(214.96, -1398.71, 30.58)

ConfigPPlate.MenuVtheme = 'native' -- or default
ConfigPPlate.MenuVposition = 'topright'
ConfigPPlate.MenuVsize = 'size-125'
ConfigPPlate.MenuVtexture = 'default'
1 Like

I think people should see a preview before they buy. It doesn’t cost $25 for change the plate.

2 Likes

Post updated. I was having issues getting the post approved and was unsure why so made I a simple post and it was approved :sweat_smile:

I wasn’t too sure how to price this script, haven’t seen a script like this.

Now supporting gksphone for the email and price shown in the input

why have a script for something you can change in the database???

Can your citizens change the database without admin intervention? How are you going to charge them? How are you going to check for duplicates?

This script makes all of that very easy, no admin required.