[qbcore] [free] [opensource] clx-carpaint

.
.
.

You can add as many colors and items as you wish from a simple Itemli vehicle painting script config.
.
.
.

GET IT FROM FREE

PREVIEW

old-version

new update

old
clx-carpaint.rar (2.3 KB)

NEW UPDATE
clx-carpaint.rar (2.8 KB)

Code is accessible YES
Subscription-based NO
Requirements QB-CORE
Support ALWAYS
5 Likes

free resources must have a direct download or GitHub link

Read the rules

1 Like

Your direct download shows this… please correct it.
image

1 Like

fixed

1 Like

Ty, was lacking roles.
Forgot to say thank you for sharing this also.

1 Like

config.lua (3.2 KB)








added some basic colors in the config for people to use.

-- auto spuiten
	['white_paint']				 = {['name'] = 'white_paint', 			['label'] = 'Spuitbus Wit',			['weight'] = 100, 		['type'] = 'item', 		['image'] = 'white_paint.png', 	    ['unique'] = false,		['useable'] = true, 	['shouldClose'] = true,   ['combinable'] = true,   ['description'] = "Witte autolak"},	
	['red_paint']				 = {['name'] = 'red_paint', 			['label'] = 'Spuitbus Rood',		['weight'] = 100, 		['type'] = 'item', 		['image'] = 'red_paint.png', 	    ['unique'] = false,		['useable'] = true, 	['shouldClose'] = true,   ['combinable'] = true,   ['description'] = "Rode autolak"},
	['blue_paint']				 = {['name'] = 'blue_paint', 			['label'] = 'Spuitbus Blauw',		['weight'] = 100, 		['type'] = 'item', 		['image'] = 'blue_paint.png', 	    ['unique'] = false,		['useable'] = true, 	['shouldClose'] = true,   ['combinable'] = true,   ['description'] = "Blauwe autolak"},	
	['green_paint']				 = {['name'] = 'green_paint', 			['label'] = 'Spuitbus Groen',		['weight'] = 100, 		['type'] = 'item', 		['image'] = 'green_paint.png', 	    ['unique'] = false,		['useable'] = true, 	['shouldClose'] = true,   ['combinable'] = true,   ['description'] = "Groene autolak"},	
	['yellow_paint']			 = {['name'] = 'yellow_paint', 			['label'] = 'Spuitbus Geel',		['weight'] = 100, 		['type'] = 'item', 		['image'] = 'yellow_paint.png', 	['unique'] = false,		['useable'] = true, 	['shouldClose'] = true,   ['combinable'] = true,   ['description'] = "Gele autolak"},
	['pink_paint']				 = {['name'] = 'pink_paint', 			['label'] = 'Spuitbus Roze',		['weight'] = 100, 		['type'] = 'item', 		['image'] = 'pink_paint.png', 	    ['unique'] = false,		['useable'] = true, 	['shouldClose'] = true,   ['combinable'] = true,   ['description'] = "Roze autolak"},		
    ['grey_paint']				 = {['name'] = 'grey_paint', 			['label'] = 'Spuitbus Grijs',		['weight'] = 100, 		['type'] = 'item', 		['image'] = 'grey_paint.png', 	    ['unique'] = false,		['useable'] = true, 	['shouldClose'] = true,   ['combinable'] = true,   ['description'] = "Grijze autolak"},	```
2 Likes

i like it.
Can the pain be washed out?

1 Like

no, but it can be added, it is a good idea, I will work on this feature can be turned off and on in configuration if desired

о yea then the crime part can use it for crime and wash it haha good job OP you are a grat one.

1 Like

update released

1 Like