ox_inventory

You'll find the item images inside the web/build/assets/img/all/ directory. Drag and drop those .png files into ox_inventory/web/images.

After that, import the corresponding item definitions into ox_inventory/data/items.lua.

['apa_mp_h_stn_sofa_daybed_01'] = { label = 'Daybed Sofa', weight = 50, stack = false, close = false, consume = 0, client = { image = GetHashKey('apa_mp_h_stn_sofa_daybed_01') .. '.png' } },
['hei_heist_stn_sofa3seat_01'] = { label = 'Three-Seat Sofa', weight = 50, stack = false, close = false, consume = 0, client = { image = GetHashKey('hei_heist_stn_sofa3seat_01') .. '.png' } },
['p_res_sofa_l_s'] = { label = 'L-Shaped Sofa', weight = 50, stack = false, close = false, consume = 0, client = { image = GetHashKey('p_res_sofa_l_s') .. '.png' } },
['prop_yaught_sofa_01'] = { label = 'Yacht Sofa', weight = 50, stack = false, close = false, consume = 0, client = { image = GetHashKey('prop_yaught_sofa_01') .. '.png' } },
['apa_mp_h_din_chair_09'] = { label = 'Dining Chair 09', weight = 15, stack = false, close = false, consume = 0, client = { image = GetHashKey('apa_mp_h_din_chair_09') .. '.png' } },
['apa_mp_h_stn_chairarm_11'] = { label = 'Stone Chairarm 11', weight = 15, stack = false, close = false, consume = 0, client = { image = GetHashKey('apa_mp_h_stn_chairarm_11') .. '.png' } },
['apa_mp_h_stn_chairstool_12'] = { label = 'Stone Chairstool 12', weight = 10, stack = false, close = false, consume = 0, client = { image = GetHashKey('apa_mp_h_stn_chairstool_12') .. '.png' } },
['ex_prop_offchair_exec_01'] = { label = 'Office Chair', weight = 15, stack = false, close = false, consume = 0, client = { image = GetHashKey('ex_prop_offchair_exec_01') .. '.png' } },
['p_dinechair_01_s'] = { label = 'Dining Chair', weight = 15, stack = false, close = false, consume = 0, client = { image = GetHashKey('p_dinechair_01_s') .. '.png' } },
['prop_chair_02'] = { label = 'Chair 02', weight = 15, stack = false, close = false, consume = 0, client = { image = GetHashKey('prop_chair_02') .. '.png' } },
['prop_chair_08'] = { label = 'Chair 08', weight = 15, stack = false, close = false, consume = 0, client = { image = GetHashKey('prop_chair_08') .. '.png' } },
['prop_direct_chair_01'] = { label = 'Direct Chair', weight = 15, stack = false, close = false, consume = 0, client = { image = GetHashKey('prop_direct_chair_01') .. '.png' } },
['prop_old_deck_chair'] = { label = 'Old Deck Chair', weight = 10, stack = false, close = false, consume = 0, client = { image = GetHashKey('prop_old_deck_chair') .. '.png' } },
['v_corp_cd_chair'] = { label = 'CD Chair', weight = 15, stack = false, close = false, consume = 0, client = { image = GetHashKey('v_corp_cd_chair') .. '.png' } },
['xm_int_lev_sub_chair_01'] = { label = 'Submarine Chair', weight = 15, stack = false, close = false, consume = 0, client = { image = GetHashKey('xm_int_lev_sub_chair_01') .. '.png' } },
['hei_heist_stn_benchshort'] = { label = 'Bench Short', weight = 25, stack = false, close = false, consume = 0, client = { image = GetHashKey('hei_heist_stn_benchshort') .. '.png' } },

-- Tables
['apa_mp_h_din_table_06'] = { label = 'Dining Table 06', weight = 40, stack = false, close = false, consume = 0, client = { image = GetHashKey('apa_mp_h_din_table_06') .. '.png' } },
['apa_mp_h_tab_coffee_08'] = { label = 'Coffee Table 08', weight = 30, stack = false, close = false, consume = 0, client = { image = GetHashKey('apa_mp_h_tab_coffee_08') .. '.png' } },
['apa_mp_h_yacht_coffee_table_02'] = { label = 'Yacht Coffee Table 02', weight = 35, stack = false, close = false, consume = 0, client = { image = GetHashKey('apa_mp_h_yacht_coffee_table_02') .. '.png' } },
['prop_fbi3_coffee_table'] = { label = 'Coffee Table', weight = 30, stack = false, close = false, consume = 0, client = { image = GetHashKey('prop_fbi3_coffee_table') .. '.png' } },
['prop_table_01'] = { label = 'Table 01', weight = 35, stack = false, close = false, consume = 0, client = { image = GetHashKey('prop_table_01') .. '.png' } },
['prop_table_04_chr'] = { label = 'Table 04 Chr', weight = 35, stack = false, close = false, consume = 0, client = { image = GetHashKey('prop_table_04_chr') .. '.png' } },
['prop_table_06'] = { label = 'Table 06', weight = 35, stack = false, close = false, consume = 0, client = { image = GetHashKey('prop_table_06') .. '.png' } },
['prop_table_08'] = { label = 'Table 08', weight = 35, stack = false, close = false, consume = 0, client = { image = GetHashKey('prop_table_08') .. '.png' } },
['prop_table_para_comb_02'] = { label = 'Table Para Comb 02', weight = 35, stack = false, close = false, consume = 0, client = { image = GetHashKey('prop_table_para_comb_02') .. '.png' } },
['prop_tri_table_01'] = { label = 'Tri Table', weight = 30, stack = false, close = false, consume = 0, client = { image = GetHashKey('prop_tri_table_01') .. '.png' } },
['prop_yacht_table_03'] = { label = 'Yacht Table 03', weight = 40, stack = false, close = false, consume = 0, client = { image = GetHashKey('prop_yacht_table_03') .. '.png' } },

-- Bedroom
['apa_mp_h_bed_wide_05'] = { label = 'Wide Bed', weight = 100, stack = false, close = false, consume = 0, client = { image = GetHashKey('apa_mp_h_bed_wide_05') .. '.png' } },
['apa_mp_h_yacht_bed_02'] = { label = 'Yacht Bed 2', weight = 100, stack = false, close = false, consume = 0, client = { image = GetHashKey('apa_mp_h_yacht_bed_02') .. '.png' } },
['gr_prop_bunker_bed_01'] = { label = 'Bunker Bed', weight = 80, stack = false, close = false, consume = 0, client = { image = GetHashKey('gr_prop_bunker_bed_01') .. '.png' } },
['v_res_msonbed_s'] = { label = 'Michael\'s Bed', weight = 100, stack = false, close = false, consume = 0, client = { image = GetHashKey('v_res_msonbed_s') .. '.png' } },

-- Storage
['apa_mp_h_str_shelfwallm_01'] = { label = 'Shelf Wall', weight = 30, stack = false, close = false, consume = 0, client = { image = GetHashKey('apa_mp_h_str_shelfwallm_01') .. '.png' } },
['hei_heist_bed_chestdrawer_04'] = { label = 'Chest Drawer', weight = 50, stack = false, close = false, consume = 0, client = { image = GetHashKey('hei_heist_bed_chestdrawer_04') .. '.png' } },
['hei_heist_str_sideboardl_02'] = { label = 'Sideboard 02', weight = 45, stack = false, close = false, consume = 0, client = { image = GetHashKey('hei_heist_str_sideboardl_02') .. '.png' } },
['hei_heist_str_sideboardl_05'] = { label = 'Sideboard 05', weight = 45, stack = false, close = false, consume = 0, client = { image = GetHashKey('hei_heist_str_sideboardl_05') .. '.png' } },
['apa_mp_h_str_sideboardl_13'] = { label = 'Sideboard 13', weight = 45, stack = false, close = false, consume = 0, client = { image = GetHashKey('apa_mp_h_str_sideboardl_13') .. '.png' } },
['vw_prop_vw_key_cabinet_01a'] = { label = 'Key Cabinet', weight = 20, stack = false, close = false, consume = 0, client = { image = GetHashKey('vw_prop_vw_key_cabinet_01a') .. '.png' } },

-- Electronics
['ex_prop_tv_settop_remote'] = { label = 'TV Remote', weight = 1, stack = true, close = false, consume = 0, client = { image = GetHashKey('ex_prop_tv_settop_remote') .. '.png' } },
['bkr_prop_clubhouse_laptop_01a'] = { label = 'Clubhouse Laptop', weight = 10, stack = false, close = false, consume = 0, client = { image = GetHashKey('bkr_prop_clubhouse_laptop_01a') .. '.png' } },
['v_ind_ss_laptop'] = { label = 'Laptop', weight = 10, stack = false, close = false, consume = 0, client = { image = GetHashKey('v_ind_ss_laptop') .. '.png' } },
['xm_prop_x17_computer_02'] = { label = 'Computer 2', weight = 25, stack = false, close = false, consume = 0, client = { image = GetHashKey('xm_prop_x17_computer_02') .. '.png' } },
['prop_cs_mouse_01'] = { label = 'Computer Mouse', weight = 1, stack = true, close = false, consume = 0, client = { image = GetHashKey('prop_cs_mouse_01') .. '.png' } },
['prop_cs_cctv'] = { label = 'CCTV Camera', weight = 5, stack = true, close = false, consume = 0, client = { image = GetHashKey('prop_cs_cctv') .. '.png' } },

-- Entertainment
['bkr_prop_clubhouse_jukebox_02a'] = { label = 'Jukebox C', weight = 100, stack = false, close = false, consume = 0, client = { image = GetHashKey('bkr_prop_clubhouse_jukebox_02a') .. '.png' } },
['prop_acc_guitar_01'] = { label = 'Guitar', weight = 15, stack = false, close = false, consume = 0, client = { image = GetHashKey('prop_acc_guitar_01') .. '.png' } },
['vw_prop_vw_colle_pogo'] = { label = 'Pogo Collectible', weight = 5, stack = false, close = false, consume = 0, client = { image = GetHashKey('vw_prop_vw_colle_pogo') .. '.png' } },

-- Kitchen
['prop_bar_fridge_03'] = { label = 'Bar Fridge 03', weight = 100, stack = false, close = false, consume = 0, client = { image = GetHashKey('prop_bar_fridge_03') .. '.png' } },
['prop_trailr_fridge'] = { label = 'Trailer Fridge', weight = 100, stack = false, close = false, consume = 0, client = { image = GetHashKey('prop_trailr_fridge') .. '.png' } },
['v_ret_ml_fridge'] = { label = 'ML Fridge', weight = 100, stack = false, close = false, consume = 0, client = { image = GetHashKey('v_ret_ml_fridge') .. '.png' } },
['prop_micro_02'] = { label = 'Microwave 02', weight = 30, stack = false, close = false, consume = 0, client = { image = GetHashKey('prop_micro_02') .. '.png' } },
['prop_bar_sink_01'] = { label = 'Bar Sink', weight = 40, stack = false, close = false, consume = 0, client = { image = GetHashKey('prop_bar_sink_01') .. '.png' } },
['v_res_mbsink'] = { label = 'MB Sink', weight = 40, stack = false, close = false, consume = 0, client = { image = GetHashKey('v_res_mbsink') .. '.png' } },
['prop_w_me_knife_01'] = { label = 'ME Knife', weight = 2, stack = true, close = false, consume = 0, client = { image = GetHashKey('prop_w_me_knife_01') .. '.png' } },
['v_res_mkniferack'] = { label = 'Knife Rack', weight = 10, stack = false, close = false, consume = 0, client = { image = GetHashKey('v_res_mkniferack') .. '.png' } },

-- Bathroom
['prop_toilet_02'] = { label = 'Toilet 02', weight = 50, stack = false, close = false, consume = 0, client = { image = GetHashKey('prop_toilet_02') .. '.png' } },
['prop_rub_washer_01'] = { label = 'Washer', weight = 80, stack = false, close = false, consume = 0, client = { image = GetHashKey('prop_rub_washer_01') .. '.png' } },
['prop_washer_03'] = { label = 'Washer 03', weight = 80, stack = false, close = false, consume = 0, client = { image = GetHashKey('prop_washer_03') .. '.png' } },
['p_int_jewel_mirror'] = { label = 'Jewel Mirror', weight = 20, stack = false, close = false, consume = 0, client = { image = GetHashKey('p_int_jewel_mirror') .. '.png' } },
['prop_toilet_roll_01'] = { label = 'Toilet Roll 01', weight = 1, stack = true, close = false, consume = 0, client = { image = GetHashKey('prop_toilet_roll_01') .. '.png' } },
['prop_towel_rail_01'] = { label = 'Towel Rail 01', weight = 8, stack = false, close = false, consume = 0, client = { image = GetHashKey('prop_towel_rail_01') .. '.png' } },
['prop_ftowel_01'] = { label = 'Towel 01', weight = 2, stack = true, close = false, consume = 0, client = { image = GetHashKey('prop_ftowel_01') .. '.png' } },
['prop_tint_towel'] = { label = 'Tint Towel', weight = 2, stack = true, close = false, consume = 0, client = { image = GetHashKey('prop_tint_towel') .. '.png' } },

-- Decoration
['apa_p_h_acc_artwalls_03'] = { label = 'Art Wall Small', weight = 10, stack = false, close = false, consume = 0, client = { image = GetHashKey('apa_p_h_acc_artwalls_03') .. '.png' } },
['ex_office_swag_paintings02'] = { label = 'Office Painting 2', weight = 15, stack = false, close = false, consume = 0, client = { image = GetHashKey('ex_office_swag_paintings02') .. '.png' } },
['apa_mp_h_acc_rugwooll_03'] = { label = 'Wool Rug', weight = 20, stack = false, close = false, consume = 0, client = { image = GetHashKey('apa_mp_h_acc_rugwooll_03') .. '.png' } },
['apa_mp_h_acc_rugwoolm_03'] = { label = 'Medium Rug 3', weight = 15, stack = false, close = false, consume = 0, client = { image = GetHashKey('apa_mp_h_acc_rugwoolm_03') .. '.png' } },
['apa_mp_h_acc_rugwools_03'] = { label = 'Small Rug 2', weight = 10, stack = false, close = false, consume = 0, client = { image = GetHashKey('apa_mp_h_acc_rugwools_03') .. '.png' } },
['ex_office_citymodel_01'] = { label = 'City Model', weight = 25, stack = false, close = false, consume = 0, client = { image = GetHashKey('ex_office_citymodel_01') .. '.png' } },
['v_ret_ml_chips1'] = { label = 'Chips', weight = 1, stack = true, close = false, consume = 0, client = { image = GetHashKey('v_ret_ml_chips1') .. '.png' } },

-- Lighting
['apa_mp_h_floorlamp_a'] = { label = 'Floor Lamp A', weight = 25, stack = false, close = false, consume = 0, client = { image = GetHashKey('apa_mp_h_floorlamp_a') .. '.png' } },
['vw_prop_casino_art_lampf_01a'] = { label = 'Casino Art Lamp', weight = 30, stack = false, close = false, consume = 0, client = { image = GetHashKey('vw_prop_casino_art_lampf_01a') .. '.png' } },
['h4_prop_battle_lights_wall_l_b'] = { label = 'Wall Light', weight = 15, stack = false, close = false, consume = 0, client = { image = GetHashKey('h4_prop_battle_lights_wall_l_b') .. '.png' } },
['prop_beer_neon_01'] = { label = 'Neon Beer Sign', weight = 20, stack = false, close = false, consume = 0, client = { image = GetHashKey('prop_beer_neon_01') .. '.png' } },

-- Plants
['apa_mp_h_acc_plant_tall_01'] = { label = 'Tall Plant', weight = 15, stack = false, close = false, consume = 0, client = { image = GetHashKey('apa_mp_h_acc_plant_tall_01') .. '.png' } },
['p_int_jewel_plant_01'] = { label = 'Jewel Plant', weight = 15, stack = false, close = false, consume = 0, client = { image = GetHashKey('p_int_jewel_plant_01') .. '.png' } },
['vw_prop_casino_art_plant_01a'] = { label = 'Casino Art Plant', weight = 15, stack = false, close = false, consume = 0, client = { image = GetHashKey('vw_prop_casino_art_plant_01a') .. '.png' } },
['prop_bush_lrg_01c'] = { label = 'Large Bush', weight = 20, stack = false, close = false, consume = 0, client = { image = GetHashKey('prop_bush_lrg_01c') .. '.png' } },
['prop_bush_lrg_01e_cr2'] = { label = 'Large Bush CR2', weight = 20, stack = false, close = false, consume = 0, client = { image = GetHashKey('prop_bush_lrg_01e_cr2') .. '.png' } },
['prop_bush_med_05'] = { label = 'Medium Bush 05', weight = 15, stack = false, close = false, consume = 0, client = { image = GetHashKey('prop_bush_med_05') .. '.png' } },
['prop_bush_neat_02'] = { label = 'Neat Bush 02', weight = 10, stack = false, close = false, consume = 0, client = { image = GetHashKey('prop_bush_neat_02') .. '.png' } },
['prop_bush_neat_07'] = { label = 'Neat Bush 07', weight = 10, stack = false, close = false, consume = 0, client = { image = GetHashKey('prop_bush_neat_07') .. '.png' } },
['prop_fbibombplant'] = { label = 'FBI Bomb Plant', weight = 15, stack = false, close = false, consume = 0, client = { image = GetHashKey('prop_fbibombplant') .. '.png' } },
['prop_prop_tree_02'] = { label = 'Prop Tree 02', weight = 30, stack = false, close = false, consume = 0, client = { image = GetHashKey('prop_prop_tree_02') .. '.png' } },
['prop_tree_birch_05'] = { label = 'Birch Tree 05', weight = 35, stack = false, close = false, consume = 0, client = { image = GetHashKey('prop_tree_birch_05') .. '.png' } },
['prop_tree_jacada_02'] = { label = 'Jacada Tree', weight = 35, stack = false, close = false, consume = 0, client = { image = GetHashKey('prop_tree_jacada_02') .. '.png' } },
['prop_tree_mquite_01'] = { label = 'Mesquite Tree', weight = 35, stack = false, close = false, consume = 0, client = { image = GetHashKey('prop_tree_mquite_01') .. '.png' } },
['test_tree_forest_trunk_base_01'] = { label = 'Forest Trunk Base', weight = 40, stack = false, close = false, consume = 0, client = { image = GetHashKey('test_tree_forest_trunk_base_01') .. '.png' } },

-- Utility
['ng_proc_paintcan01a'] = { label = 'Paint Can', weight = 5, stack = true, close = false, consume = 0, client = { image = GetHashKey('ng_proc_paintcan01a') .. '.png' } },
['prop_paint_wpaper01'] = { label = 'Wallpaper', weight = 5, stack = true, close = false, consume = 0, client = { image = GetHashKey('prop_paint_wpaper01') .. '.png' } },
['prop_coke_block_half_a'] = { label = 'Coke Block', weight = 5, stack = true, close = false, consume = 0, client = { image = GetHashKey('prop_coke_block_half_a') .. '.png' } },

-- Speaker (missing from YouTool list but referenced in code)
['prop_speaker_03'] = { label = 'Speaker 3', weight = 15, stack = false, close = false, consume = 0, client = { image = GetHashKey('prop_speaker_03') .. '.png' } },
['stt_prop_speakerstack_01a'] = { label = 'Speaker Stack', weight = 50, stack = false, close = false, consume = 0, client = { image = GetHashKey('stt_prop_speakerstack_01a') .. '.png' } }

Last updated