CAR WASH
A vehicle wash system with a beautiful and fully configurable interface.
The Car Wash NPCs will wash your car in the sexiest way possible. They will also do animations with objects and particles that will be very immersive. Our typical camera and cinematic gameplay will give everything a very special and professional touch.
100% optimised, like all our scripts.
Fully configurable interface to your liking.
TOTALLY FREE!
The progress bar we use is ours: https://butycall.tebex.io/package/5384327 but you can use the one you want, just changing the export in config_function.lua
Follow us to find out about all our new releases!
Youtube showcase
DOWNLOAD
More scripts with UI👇
25x1 JOBS SYSTEM | AMAZING UI + MORE JOBS WITH EXP
MINER JOB | Level System + Custom Props
Advanced Garbage Job | 2x1 Dumpster and Junkyard
Advanced Progress Bar
Advanced Sell Drugs To NPC | Level System
KARTS Rental
Advanced Bus JOB
Advanced register | character select
Advanced Airplane JOB | Level System
Advanced Trucker JOB | Level System
USED VEHICLES FOR SALE with UI
Surfing and Water Activities with UI
Farmer Job
Code is accessible
Yes
Subscription-based
No
Lines (approximately)
+700
Requirements
none
Support
Yes💜
32 Likes
Thnx Buty, enjoying your scripts!
2 Likes
Awesome work! I went ahead and changed it up a bit. I added a ped at each location with qb-target support. I have it set where players can walk up to the ped and itll wash their car as long as it’s close enough. Lovely script!
1 Like
hey someone can send the replace of the export for this progressbar ? [RELEASE] Progress Bars 1.0 [STANDALONE]
thk u !
2 Likes
@Wesley_Norton1 On line 459 of client.lua you replace the old export with this export:
exports[‘progressBars’]:startUI(time, text)
2 Likes
like that ? bcs he does’nt work
1 Like
@Wesley_Norton1
No! D: Delete the old one as I told you, right now you have put 2 exports at the same time.
It has to look like this, without anything else:
Progress = function(time, text)
exports['progressBars']:startUI(time, text)
end
2 Likes
yep, that works fine, thanks.
1 Like
a-heAT
July 28, 2023, 4:39pm
16
I’m not good at this, but I tried it and it works fine for me.
To use the ox_lib progress bar, it must be added in the fxmanifest.lua
lua54 'yes'
'@ox_lib/init.lua',
Then they go to client.lua and change the final part with this
Progress = function()
lib.progressBar({
duration = 5000,
label = 'Preparing the vehicle',
})
end
I don’t know much but I think it can help you
3 Likes
its dont work how to fixed plss helppp
works great thank you i got all female strippers washing our cars lol
1 Like
hey what is the discord to join your city
Uploading: image.png…
May I ask what the problem is? He will be stuck on every option.
im having the same problem
Just read dependencies as it require Buty progress to work unless you change it to your own progress bar and would sort all that issues.