🧠Installation

FRKN Money Washing Installation Document

Installation guide :

example

  ensure your-framework
  ensure frkn-moneylaunder
  ensure object_gizmo
  • 1 / First step, download the script from your Cfx.re Keymaster.

  • 2 / Drag and drop the folder into your resources, Note (folder name should be "frkn-moneylaunder".

  • 3 / Go to your server.cfg , and ensure frkn-moneylaunder.

  • 4 / Make sure to insert sql

  • 5 / Make sure to download object_gizmo from github https://github.com/Demigod916/object_gizmo

  • 6 / Add images in folder to your inventory Example : qb-inventory\html\images

  • 7 / For QBcore add following items to your shared / items.lua

v_res_fh_laundrybasket                       = { name = 'v_res_fh_laundrybasket', label = 'Laundry Basket', weight = 100, type = 'item', image = 'v_res_fh_laundrybasket.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = '' },
bkr_prop_prtmachine_dryer_spin               = {  name = 'bkr_prop_prtmachine_dryer_spin', label = 'Dryer Machine', weight = 100, type = 'item', image = 'v_res_fa_fan.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = '' },
prop_aircon_s_04a                            = { name = 'prop_aircon_s_04a', label = 'fan 2', weight = 100, type = 'item', image = 'prop_aircon_s_04a.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = '' },
v_ret_fh_fanltonbas                          = { name = 'v_ret_fh_fanltonbas', label = 'fan 4', weight = 100, type = 'item', image = 'v_ret_fh_fanltonbas.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = '' },
v_res_fa_fan                                 = { name = 'v_res_fa_fan', label = 'fan 1', weight = 100, type = 'item', image = 'v_res_fa_fan.png', unique = true, useable = true, shouldClose = true, combinable = nil, description = '' },

Last updated