ox_inventory

  1. Install all the following items into ox_inventory/data/items.lua

-- DevM Fraud v2
	['fraud_laptop'] = {label = 'Fraud Laptop', weight = 2000},
	['trap_phone'] = {label = 'Trap Phone', weight = 500},
	['card_writer'] = {label = 'Card Writer', weight = 700},
	['5g_adapter'] = {label = '5G Adapter', weight = 200},
	['wifi_adapter'] = {label = 'WiFi Adapter', weight = 150},
	['written_card'] = {label = 'Stolen Card', weight = 10},
	['blank_card'] = {label = 'Blank Card', weight = 10},
	['written_sim'] = {label = 'Stolen SIM', weight = 10},
	['blank_sim'] = {label = 'Blank SIM', weight = 10},
  1. Drag all the images from item_images into ox_inventory/web/images

Last updated