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 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`