wasabi_carpaint
https://i.imgur.com/i0CI67V.gif
This resource was created as a free ESX usable paint script to color vehicles.
Features:
Usable spray cans to color vehicle(Configurable)
Animations, props, and colored particles
Configurable spray color
Uses 0.00ms on idle and 0.01ms~ when painting vehicle
Installation
Add items from config.lua
to your item sql/table
Default Items: red_paint
, green_paint
, blue_paint
, white_paint
, and black_paint
Put script in your resources
directory
Add ensure wasabi_carpaint
to your server.cfg
Extra Information
Inventory images included in the InventoryImages
directory
You must add place to obtain paint as well(I.e. Shop, etc)
Preview Video:
Click here if preview doesn’t work^
Download
GitHub - wasabi_carpaint
My Other Releases:
Props:
8 Likes
is this a preset of paints or does it go in depth of how you create paint colors. like can i have a can of metallic paint and one of matte. or are the paintcans just one specific color
You can set up as many as you’d like for as many items as you would like.
-----------------For support, scripts, and more----------------
-----------------https://discord.gg/XJFNyMy3Bv-----------------
---------------------------------------------------------------
Config = {}
Config.SprayTime = 10 -- Time in seconds
Config.Paint = {--Follow syntax when adding/removing/editing the configurable car paints.
{
item = 'blue_paint', -- Item name of usable car paint
primary_color = 83, -- Primary color of vehicle when using this paint. See https://pastebin.com/pwHci0xK for more options.
secondary_color = 83, -- Secondary color of vehicle when using this paint. See https://pastebin.com/pwHci0xK for more options.
particleColor = {-- Particle color of spray from paint can
r = 0, --Red
g = 0, --Green
b = 1.0 --Blue
}
},
{
This file has been truncated. show original
After use, put it back in the garage and take it out again, will the color stay the same or will it change back to the original?
this is very cool and different!
Where can i take the color codes? Nice release
You can find additional colors here:
Hey mate, i really enjoy your Script and i like the Idea. Maybe you can add something like this little color menu. If you use the item this little color window comes up and you can choose a custom color and paint the car. Its more easy to use and the people dont have to create each color as Item… Its only a Suggest. When you are Interested get a look here at Renzus Mechanic Job: Renzu_customs - Unique and Advanced Mechanic Tuning | Lscustom | Lscustoms He did the same thing.
2 Likes
Hello so we tried to use this but when we use the paint the car won’t change colour
No errors on f8 or on dedi console
Works perfectly and its awesome for or survival concept. Thank you!!