New carwash updated whit money made by @TheSparta
very nice dude i totally didn’t see something like this coming a long such a simple feature
yes im looking for all kind of usefull thing like that
you should totally take a look at the FiveM Scripts github maybe you can contribute a bit to improve simple stuff like this in some of the mods were working on that are public https://github.com/FiveM-Scripts
ho nice stuff thx for the link
yea theres a discord link in the instructions u can join us there for discussions updates testing etc
That needs two parameters. You forgot to add the dirt level to set it to!
well its work fine but like i said the script need to be fix
oups sry i paste the wrong code XD
Ah, okay. I didn’t check the actual code in the download. At work.
you was right i update it
I just see I do a mistake in my own srcipt, and I just fix it:
Citizen.CreateThread(function ()
Citizen.Wait(0)
for i = 1, #vehicleRepairStation do
garageCoords = vehicleRepairStation[i]
stationBlip = AddBlipForCoord(garageCoords[1], garageCoords[2], garageCoords[3])
SetBlipSprite(stationBlip, 100) --100 = carwash
SetBlipAsShortRange(stationBlip, true)
end
return
end)
Add return juste before the “end” to avoid blip spamming and to make game laggy!
Like that, the adding of blip is doing just 1 time
EDIT: After not before, sorry !
okay ty its updated now
new version everyone go there [Release][FXServer][ES5] CarWash