[Qb-Core][Paid] Personalized Number Plates

A script by kNickerzz

No reviews yet.
[Qb-Core][Paid] Personalized Number Plates main image

Full Description

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'