Disable Wash Money [SOLUTION]

Hello I only come to leave this solution, so that your societies can not launder black money.

Example with Bikers

Look for the following lines and add { wash = false } as I show acontinuation.

it’s very simple, I hope I helped them a little bit :smiley: and sorry my english:)

   ` if CurrentAction == 'menu_boss_actions' then

      ESX.UI.Menu.CloseAll()

      TriggerEvent('esx_society:openBossMenu', 'biker', function(data, menu)

        menu.close()

        CurrentAction     = 'menu_boss_actions'
        CurrentActionMsg  = _U('open_bossmenu')
        CurrentActionData = {}

      end, { wash = false } )

    end`

3 Likes

Very awsome solution really appricate that

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.