Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I no longer update this script.

I sell a modified verison of it here: https://gigachad.tebex.io/package/5228491

BrianTU's Update

This is a modified version of the public resource uploaded by devin-monro Some inspiration by JamesSc0tt's laundry another public laundry resource.

What my edits do is introduces a config file, that lets you customize each washer easily and fast.

Additionally, I added support for the qb-phone alert provided by JamesSc0tt's laundry.

If you want to add the alert, add the following code to qb-phone/client/main.lua

RegisterNetEvent('qb-phone:client:LaunderNotify')
AddEventHandler('qb-phone:client:LaunderNotify', function(message)
    SendNUIMessage({
        action = "PhoneNotification",
        PhoneNotify = {
            title = "Washing Machine",
            text = "Cycle Completed",
            icon = "fas fa-check",
            color = "#ebc934",
            timeout = 3500,
        },
    })
end)

I've put notes where I can.

NOTE: THIS DOES NOT WORK WITH https://www.gta5-mods.com/maps/abandoned-laundromat-interior-singleplayer-fivem-gtadps (Due to how the "props" are made)

FiveM-QBCore-Money-Wash (Original)

MLO: https://www.gta5-mods.com/maps/abandoned-laundromat-interior-singleplayer-fivem-gtadps

qb-target: https://github.com/BerkieBb/qb-target

This is a script I made for players to wash money at a laundromat. Players deposit up to 10 marked bills and can start the washer. In 10 minutes the marked bills will be turned into 80% of the total worth of the bags. The players can collect the cash for pickup when the washer has compeleted its cycle.

NOTE: This allows ANY player to come and collect the money once the cycle is done.

image

About

No description, website, or topics provided.

Resources

Stars

22 stars

Watchers

4 watching

Forks

Releases

Packages

Contributors

Languages