Disabling Extra Services

If you prefer to use another script for your Money Wash or Black Market solutions then you can disable the money wash and black market in this trap phone.

Money Wash

The default Money Wash is as follows:

Config.MoneyWashes = {
    ['Ronnie\'s Car Wash'] = { 
        enter = vec3(171.1237, -1722.8469, 29.3917), 
        enterCam = vec3(163.1841, -1716.7202, 29.2937), 
        insideCam = vec3(156.5138, -1731.5424, 34.1102), 
        washType = 'item'  -- 'item' or 'account' or 'item-worth' (metadata items - eg. markedbills )
    },
    ['Cash Exchange'] = { 
        enter = vec3(137.9794, -1343.0823, 29.2023), 
        enterCam = vec3(143.6204, -1342.1821, 33.5721), 
        insideCam = vec3(114.0404, -1355.2184, 36.5742), 
        washType = 'item'  -- 'item' or 'account' or 'item-worth' (metadata items - eg. markedbills )
    }
}

In order to disable this replace the above code with the following:

Config.MoneyWashes = { }

Black Market

The default Black Market config is as follows:

In order to disable this replace the above code with the following:

Last updated