[Release] CarWash

New carwash updated whit money :wink: made by @TheSparta

9 Likes

very nice dude i totally didn’t see something like this coming a long such a simple feature

1 Like

yes im looking for all kind of usefull thing like that :slight_smile:

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

1 Like

ho nice stuff thx for the link :stuck_out_tongue:

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 :slight_smile:

oups sry i paste the wrong code XD

Ah, okay. I didn’t check the actual code in the download. At work. :wink:

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 :wink:

EDIT: After not before, sorry !

1 Like

okay ty its updated now

new version everyone go there [Release][FXServer][ES5] CarWash