MNC Respray Points is a lightweight, highly configurable vehicle respray system for QBCore servers.
Players can pay to fully customize their vehicle at public respray stations, while mechanics on duty automatically hide the public points (forcing players to visit actual mechanic shops). Job-restricted and emergency-only bays (police, ambulance, etc.) offer free resprays for official vehicles.
Built with ox_lib for clean menus, live preview, and modern notifications.
police, ambulance, custom jobs)| Dependency | Version | Required |
|---|---|---|
| qb-core | Latest | Yes |
| ox_lib | Latest | Yes |
[server-data]/resources/[custom]/mnc-respraypoints/
server.cfg:ensure mnc-respraypoints
No database tables required.
Config.MechanicJobs = {
mechanic = true,
mechanic2 = true,
bennys = true,
beekers = true,
-- add your mechanic jobs here
}
Config.ResprayPrices = {
primary = 350,
secondary = 300,
pearlescent = 250,
wheel = 200,
interior = 300,
dashboard = 250,
livery = 500,
full = 1000,
}
Config.Locations.respray = {
-- Public points (hidden when mechanic on duty)
{ coords = vector4(-211.1, -1308.04, 30.67, 270.37), name = 'Bennys Respray Point' },
{ coords = vector4(108.0, 6608.75, 31.35, 319.44), name = 'Beekers Respray Point' },
-- Police-only free emergency bay
{
coords = vector4(462.73, -1014.6, 27.68, 271.51),
name = 'MRPD Respray Bay',
job = 'police',
minGrade = 0,
emergencyOnly = true
},
-- Ambulance example
{
coords = vector4(337.79, -561.15, 28.35, 160.82),
name = 'Pillbox Medical Respray Bay',
job = 'ambulance',
emergencyOnly = true
},
}
Edit the big Config.VehicleColors table to add/remove colors (includes matte, chrome, etc.).
Mechanics on duty?
Public points show a red warning: “Mechanic on duty – visit customs!”
Author: Stan Leigh
Version: 1.1.0
Framework: QBCore + ox_lib
Enjoy clean, professional vehicle resprays on your server! ![]()
![]()
|-------------------------------------|----------------------------|
| Code is accessible | Yes |
| Subscription-based | No |
| Lines (approximately) | 800 |
| Support | Yes |
|---|