QB
INSTALLATION GUIDE
1 - Downloading MOUT2
Before starting the script you will have to go to your CFX KEYMASTR account and download MOUT2 wich is a script you get when buying Base Building, this script contains all the custom props a made for the building of the base, should be started before the base building script.
2 - Inserting the new items in shared
Inside HRS_BASE_BUILDING folder you will find a folder called IMPORTANT, there you can find a text file called QbusInfo, you should insert this items into your server qb-core\shared\items
["model_door_wood"] = {["name"] = "model_door_wood", ["label"] = "Wood Door", ["weight"] = 200, ["type"] = "item", ["image"] = "model_door_wood.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_door_metal"] = {["name"] = "model_door_metal", ["label"] = "Metal Door", ["weight"] = 200, ["type"] = "item", ["image"] = "model_door_metal.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_window_wood"] = {["name"] = "model_window_wood", ["label"] = "Wood Window", ["weight"] = 200, ["type"] = "item", ["image"] = "model_window_wood.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_window_metal"] = {["name"] = "model_window_metal", ["label"] = "Metal Window", ["weight"] = 200, ["type"] = "item", ["image"] = "model_window_metal.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_windowway_wood"] = {["name"] = "model_windowway_wood", ["label"] = "Wood Window Frame", ["weight"] = 200, ["type"] = "item", ["image"] = "model_windowway_wood.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_windowway_metal"] = {["name"] = "model_windowway_metal", ["label"] = "Metal Window Frame", ["weight"] = 200, ["type"] = "item", ["image"] = "model_windowway_metal.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_wall_wood"] = {["name"] = "model_wall_wood", ["label"] = "Wood Wall", ["weight"] = 200, ["type"] = "item", ["image"] = "model_wall_wood.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_wall_metal"] = {["name"] = "model_wall_metal", ["label"] = "Metal Wall", ["weight"] = 200, ["type"] = "item", ["image"] = "model_wall_metal.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_doorway_wood"] = {["name"] = "model_doorway_wood", ["label"] = "Wood Door Frame", ["weight"] = 200, ["type"] = "item", ["image"] = "model_doorway_wood.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_doorway_metal"] = {["name"] = "model_doorway_metal", ["label"] = "Metal Door Frame", ["weight"] = 200, ["type"] = "item", ["image"] = "model_doorway_metal.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_gateway_wood"] = {["name"] = "model_gateway_wood", ["label"] = "Wood Gate Frame", ["weight"] = 200, ["type"] = "item", ["image"] = "model_gateway_wood.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_gateway_metal"] = {["name"] = "model_gateway_metal", ["label"] = "Metal Gate Frame", ["weight"] = 200, ["type"] = "item", ["image"] = "model_gateway_metal.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_base_wood"] = {["name"] = "model_base_wood", ["label"] = "Wood Foundation", ["weight"] = 200, ["type"] = "item", ["image"] = "model_base_wood.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_base_metal"] = {["name"] = "model_base_metal", ["label"] = "Metal Foundation", ["weight"] = 200, ["type"] = "item", ["image"] = "model_base_metal.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_ceiling_wood"] = {["name"] = "model_ceiling_wood", ["label"] = "Wood Ceiling", ["weight"] = 200, ["type"] = "item", ["image"] = "model_ceiling_wood.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_ceiling_metal"] = {["name"] = "model_ceiling_metal", ["label"] = "Metal Ceiling", ["weight"] = 200, ["type"] = "item", ["image"] = "model_ceiling_metal.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_ceilingstairs_wood"] = {["name"] = "model_ceilingstairs_wood", ["label"] = "Wood Stairs", ["weight"] = 200, ["type"] = "item", ["image"] = "model_ceilingstairs_wood.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_ceilingstairs_metal"] = {["name"] = "model_ceilingstairs_metal", ["label"] = "Metal Stairs", ["weight"] = 200, ["type"] = "item", ["image"] = "model_ceilingstairs_metal.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_pillar_wood"] = {["name"] = "model_pillar_wood", ["label"] = "Wood Pillar", ["weight"] = 200, ["type"] = "item", ["image"] = "model_pillar_wood.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_pillar_metal"] = {["name"] = "model_pillar_metal", ["label"] = "Metal Pillar", ["weight"] = 200, ["type"] = "item", ["image"] = "model_pillar_metal.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_gate_wood"] = {["name"] = "model_gate_wood", ["label"] = "Wood Gate", ["weight"] = 200, ["type"] = "item", ["image"] = "model_gate_wood.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_gate_metal"] = {["name"] = "model_gate_metal", ["label"] = "Metal Gate", ["weight"] = 200, ["type"] = "item", ["image"] = "model_gate_metal.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["bkr_prop_biker_campbed_01"] = {["name"] = "bkr_prop_biker_campbed_01", ["label"] = "Bed", ["weight"] = 200, ["type"] = "item", ["image"] = "bkr_prop_biker_campbed_01.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["v_tre_sofa_mess_b_s"] = {["name"] = "v_tre_sofa_mess_b_s", ["label"] = "Sofa", ["weight"] = 200, ["type"] = "item", ["image"] = "v_tre_sofa_mess_b_s.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["prop_tool_bench02_ld"] = {["name"] = "prop_tool_bench02_ld", ["label"] = "Crafting Table", ["weight"] = 200, ["type"] = "item", ["image"] = "prop_tool_bench02_ld.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["gr_prop_gr_bench_02a"] = {["name"] = "gr_prop_gr_bench_02a", ["label"] = "Weapons Table", ["weight"] = 200, ["type"] = "item", ["image"] = "gr_prop_gr_bench_02a.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["bkr_prop_meth_table01a"] = {["name"] = "bkr_prop_meth_table01a", ["label"] = "Medical Table", ["weight"] = 200, ["type"] = "item", ["image"] = "bkr_prop_meth_table01a.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["prop_generator_01a"] = {["name"] = "prop_generator_01a", ["label"] = "Generator", ["weight"] = 200, ["type"] = "item", ["image"] = "prop_generator_01a.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["prop_box_wood01a"] = {["name"] = "prop_box_wood01a", ["label"] = "Wood Storage", ["weight"] = 200, ["type"] = "item", ["image"] = "prop_box_wood01a.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["gr_prop_gr_gunlocker_01a"] = {["name"] = "gr_prop_gr_gunlocker_01a", ["label"] = "Metal Storage", ["weight"] = 200, ["type"] = "item", ["image"] = "gr_prop_gr_gunlocker_01a.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["p_v_43_safe_s"] = {["name"] = "p_v_43_safe_s", ["label"] = "Metal Storage 2", ["weight"] = 200, ["type"] = "item", ["image"] = "p_v_43_safe_s.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["prop_planer_01"] = {["name"] = "prop_planer_01", ["label"] = "Recycling Machine", ["weight"] = 200, ["type"] = "item", ["image"] = "prop_planer_01.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["prop_worklight_02a"] = {["name"] = "prop_worklight_02a", ["label"] = "Lamp", ["weight"] = 200, ["type"] = "item", ["image"] = "prop_worklight_02a.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_bigwall_wood"] = {["name"] = "model_bigwall_wood", ["label"] = "Large Wood Wall", ["weight"] = 200, ["type"] = "item", ["image"] = "model_bigwall_wood.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_biggateway_wood"] = {["name"] = "model_biggateway_wood", ["label"] = "Large Wood Gateway", ["weight"] = 200, ["type"] = "item", ["image"] = "model_biggateway_wood.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_biggate_wood"] = {["name"] = "model_biggate_wood", ["label"] = "Large Wood Gate", ["weight"] = 200, ["type"] = "item", ["image"] = "model_biggate_wood.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["prop_worklight_04c"] = {["name"] = "prop_worklight_04c", ["label"] = "Lamp 2", ["weight"] = 200, ["type"] = "item", ["image"] = "prop_worklight_04c.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["wood"] = {["name"] = "wood", ["label"] = "Wood", ["weight"] = 200, ["type"] = "item", ["image"] = "wood.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
['gr_prop_gr_hobo_stove_01'] = {['name'] = 'gr_prop_gr_hobo_stove_01', ['label'] = 'CampFire', ['weight'] = 200, ['type'] = 'item', ['image'] = 'prop_hobo_stove.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Campfire for cooking food'},
['prop_worklight_01a'] = {['name'] = 'prop_worklight_01a', ['label'] = 'Lamp 3', ['weight'] = 200, ['type'] = 'item', ['image'] = 'prop_worklight_04c.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Campfire for cooking food'},
["model_base_metal_triangle"] = {["name"] = "model_base_metal_triangle", ["label"] = "Metal Triangle Foundation", ["weight"] = 200, ["type"] = "item", ["image"] = "model_base_metal_triangle.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_base_wood_triangle"] = {["name"] = "model_base_wood_triangle", ["label"] = "Wood Triangle Foundation", ["weight"] = 200, ["type"] = "item", ["image"] = "model_base_wood_triangle.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_ceiling_metal_triangle"] = {["name"] = "model_ceiling_metal_triangle", ["label"] = "Metal Triangle Ceiling", ["weight"] = 200, ["type"] = "item", ["image"] = "model_ceiling_metal_triangle.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_ceiling_wood_triangle"] = {["name"] = "model_ceiling_wood_triangle", ["label"] = "Wood Triangle Ceiling", ["weight"] = 200, ["type"] = "item", ["image"] = "model_ceiling_wood_triangle.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_wall_metal_roof"] = {["name"] = "model_wall_metal_roof", ["label"] = "Metal Roof", ["weight"] = 200, ["type"] = "item", ["image"] = "model_wall_metal_roof.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_wall_metal_roof_triangle"] = {["name"] = "model_wall_metal_roof_triangle", ["label"] = "Metal Triangle Roof", ["weight"] = 200, ["type"] = "item", ["image"] = "model_wall_metal_roof_triangle.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_wall_metal_small"] = {["name"] = "model_wall_metal_small", ["label"] = "Metal Small Wall", ["weight"] = 200, ["type"] = "item", ["image"] = "model_wall_metal_small.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_wall_metal_triangle"] = {["name"] = "model_wall_metal_triangle", ["label"] = "Metal Triangle Wall", ["weight"] = 200, ["type"] = "item", ["image"] = "model_wall_metal_triangle.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_wall_wood_roof"] = {["name"] = "model_wall_wood_roof", ["label"] = "Wood Roof", ["weight"] = 200, ["type"] = "item", ["image"] = "model_wall_wood_roof.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_wall_wood_roof_triangle"] = {["name"] = "model_wall_wood_roof_triangle", ["label"] = "Wood Triangle Roof", ["weight"] = 200, ["type"] = "item", ["image"] = "model_wall_wood_roof_triangle.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_wall_wood_small"] = {["name"] = "model_wall_wood_small", ["label"] = "Wood Small Wall", ["weight"] = 200, ["type"] = "item", ["image"] = "model_wall_wood_small.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_wall_wood_triangle"] = {["name"] = "model_wall_wood_triangle", ["label"] = "Wood Triangle Wall", ["weight"] = 200, ["type"] = "item", ["image"] = "model_wall_wood_triangle.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_door_stone"] = {["name"] = "model_door_stone", ["label"] = "stone Door", ["weight"] = 200, ["type"] = "item", ["image"] = "model_door_stone.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_window_stone"] = {["name"] = "model_window_stone", ["label"] = "stone Window", ["weight"] = 200, ["type"] = "item", ["image"] = "model_window_stone.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_windowway_stone"] = {["name"] = "model_windowway_stone", ["label"] = "stone Window Frame", ["weight"] = 200, ["type"] = "item", ["image"] = "model_windowway_stone.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_wall_stone"] = {["name"] = "model_wall_stone", ["label"] = "stone Wall", ["weight"] = 200, ["type"] = "item", ["image"] = "model_wall_stone.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_doorway_stone"] = {["name"] = "model_doorway_stone", ["label"] = "stone Door Frame", ["weight"] = 200, ["type"] = "item", ["image"] = "model_doorway_stone.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_gateway_stone"] = {["name"] = "model_gateway_stone", ["label"] = "stone Gate Frame", ["weight"] = 200, ["type"] = "item", ["image"] = "model_gateway_stone.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_base_stone"] = {["name"] = "model_base_stone", ["label"] = "stone Foundation", ["weight"] = 200, ["type"] = "item", ["image"] = "model_base_stone.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_ceiling_stone"] = {["name"] = "model_ceiling_stone", ["label"] = "stone Ceiling", ["weight"] = 200, ["type"] = "item", ["image"] = "model_ceiling_stone.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_ceilingstairs_stone"] = {["name"] = "model_ceilingstairs_stone", ["label"] = "stone Stairs", ["weight"] = 200, ["type"] = "item", ["image"] = "model_ceilingstairs_stone.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_pillar_stone"] = {["name"] = "model_pillar_stone", ["label"] = "stone Pillar", ["weight"] = 200, ["type"] = "item", ["image"] = "model_pillar_stone.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_gate_stone"] = {["name"] = "model_gate_stone", ["label"] = "stone Gate", ["weight"] = 200, ["type"] = "item", ["image"] = "model_gate_stone.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_base_stone_triangle"] = {["name"] = "model_base_stone_triangle", ["label"] = "stone Triangle Foundation", ["weight"] = 200, ["type"] = "item", ["image"] = "model_base_stone_triangle.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_ceiling_metal_triangle"] = {["name"] = "model_ceiling_metal_triangle", ["label"] = "Metal Triangle Ceiling", ["weight"] = 200, ["type"] = "item", ["image"] = "model_ceiling_metal_triangle.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_ceiling_stone_triangle"] = {["name"] = "model_ceiling_stone_triangle", ["label"] = "stone Triangle Ceiling", ["weight"] = 200, ["type"] = "item", ["image"] = "model_ceiling_stone_triangle.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_wall_stone_roof"] = {["name"] = "model_wall_stone_roof", ["label"] = "stone Roof", ["weight"] = 200, ["type"] = "item", ["image"] = "model_wall_stone_roof.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_wall_stone_roof_triangle"] = {["name"] = "model_wall_stone_roof_triangle", ["label"] = "stone Triangle Roof", ["weight"] = 200, ["type"] = "item", ["image"] = "model_wall_stone_roof_triangle.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_wall_stone_small"] = {["name"] = "model_wall_stone_small", ["label"] = "stone Small Wall", ["weight"] = 200, ["type"] = "item", ["image"] = "model_wall_stone_small.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_wall_stone_triangle"] = {["name"] = "model_wall_stone_triangle", ["label"] = "stone Triangle Wall", ["weight"] = 200, ["type"] = "item", ["image"] = "model_wall_stone_triangle.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_ceilingladder_stone_triangle"] = {["name"] = "model_ceilingladder_stone_triangle", ["label"] = "stone Triangle Ceiling Ladder", ["weight"] = 200, ["type"] = "item", ["image"] = "model_ceilingladder_stone_triangle.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_ceilingladder_wood_triangle"] = {["name"] = "model_ceilingladder_wood_triangle", ["label"] = "wood Triangle Ceiling Ladder", ["weight"] = 200, ["type"] = "item", ["image"] = "model_ceilingladder_wood_triangle.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_ceilingladder_metal_triangle"] = {["name"] = "model_ceilingladder_metal_triangle", ["label"] = "metal Triangle Ceiling Ladder", ["weight"] = 200, ["type"] = "item", ["image"] = "model_ceilingladder_metal_triangle.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_stairs_stone"] = {["name"] = "model_stairs_stone", ["label"] = "stone stairs", ["weight"] = 200, ["type"] = "item", ["image"] = "model_stairs_stone.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_stairs_wood"] = {["name"] = "model_stairs_wood", ["label"] = "wood stairs", ["weight"] = 200, ["type"] = "item", ["image"] = "model_stairs_wood.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
["model_stairs_metal"] = {["name"] = "model_stairs_metal", ["label"] = "metal stairs", ["weight"] = 200, ["type"] = "item", ["image"] = "model_stairs_metal.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Used for base building"},
you can find some item images in the folder inventory images
3 - Inserting the crew permissions and props locations in DATABASE
Inside HRS_BASE_BUILDING\hrs_base_building folder you will find 3 SQL files, CREWS , SQL, SECOND SQL and THIRD SQL, you should run them all
4 - Ensure the scripts
server.cfg
ensure hrs_props
ensure hrs_base_building
5 - Choosing some items
hrs_base_building\config.lua
You will have to add the items you have chosen in this configs to your server, in this case I have chosen ("weapon_stickybomb","weapon_grenade","petrol","codelock") so I have to add this items to my server so I can use them in the script.
Config.explosionItems = {
["weapon_stickybomb"] = {
damage = 7500.0, -- damage to the prop
delay = 5 -- time to explode (seconds)
},
["weapon_grenade"] = {
damage = 4000.0,
delay = 5
},
} -- if you want to use items for raiding
Config.fuelItem = "petrol" ------- choose here the item you want o use as Fuel
Config.needCodeLockItem = "codelock" ---- here you can choose an item to be the code lock item, if you keep this as false code lock item will not be necessary
Last updated