[RELEASE] Simple Dirty Money Laundering 0.2 [04/07] UPDATED

I have added trainer in ressource server but i don’t have in game the menu

Don’t forget to add “- trainer” to your “citmp-server.yml”

Ok i chaneg the coors but when i go to the coord i don’t have the laundering

My System was not adapted to LaLife ! Laundering included in LaLife , i can’t help you, go to LaLife RP discord please !

Ok no probleme thanks

Updated to 0.2 ! Check :wink:

1 Like

Hey

So im going to try this resource out!

Does it turn all cash into dirty money?

Or is there a an event we can use to pick if we want to give them clean or dirty?

Curtis

In terms of Dirty money. Just put banks and stuff like that to payout in dirty money. You can then change % of how much money you should get, when laundering.

Correct me if I’m wrong, but that’s how I understand your question.

How can I get this to work with vRP?

I only ask because the laundering in vRP is garbage and doesn’t stack up. You can only launder in your business and you get 0 clean money out…

Well. This simply doesn’t work with an ESX base. I have Essentialmode and ESX.

I can’t get it to work at all.

This script was made for Es 3.0 and older

1 Like

Ya but doesn’t work for vRP/FX

Can you make this script available for vRP FX?

Does this method still work with esx5

I did not try but it was not updated, last date: 04/07

Does not work with ESX :slight_smile:

Did anyone updated this or have some laundering script ? I would appreciate it.

You can add this to your item_transformers.lua

{
    name="Laundery Matt", -- menu name
	--permissions = {"bankdriver.money"}, -- you can add permissions
    r=255,g=125,b=0, -- color
    max_units=100,
    units_per_minute=1,
    x=1131.0989990234,y=-3196.3464355469,z=-39.665702819824,
    radius=2, height=1.0, -- area
    recipes = {
      ["Launder Money"] = { -- action name
       description="Launder Money.", -- action description
        in_money=0, -- money taken per unit
        out_money=100, -- money earned per unit
        reagents={
	        ["dirty_money"] = 100
        }, -- items taken per unit
        products={
		
		}, -- items given per unit
        aptitudes={} -- optional
      }
    }
  },

Does anyone have this translated to esx ? I would appreciate it , thanks guys anyways !!

1 Like