# Wert illegal house robbery

## <mark style="background-color:orange;">INSTALLATION</mark>

1 - Prepare the depends scripts and upload them to the resources folder

* <mark style="background-color:purple;">DEPENDS</mark>
* qb-core (<https://github.com/qbcore-framework/qb-core>)
* PolyZone (<https://github.com/mkafrin/PolyZone>)
* qb-target (<https://github.com/qbcore-framework/qb-target>)

2 - Add items your item list

```lua
-- Code
['lab_materials']     = {['name'] = 'lab_materials',             ['label'] = 'Laboratuvar materyalleri',             ['weight'] = 5000,         ['type'] = 'item',         ['image'] = 'lab_materials.png',                     ['unique'] = false,     ['useable'] = true,     ['shouldClose'] = false,   ['combinable'] = nil,   ['description'] = ''},
   
['lab_outfit']        = {['name'] = 'lab_outfit',                ['label'] = 'Astronot kıyafeti',                     ['weight'] = 3000,         ['type'] = 'item',         ['image'] = 'lab_outfit.png',                     ['unique'] = false,     ['useable'] = true,     ['shouldClose'] = false,   ['combinable'] = nil,   ['description'] = ''},
    
['lab_titanium']      = {['name'] = 'lab_titanium',              ['label'] = 'Titanyum',                             ['weight'] = 100,         ['type'] = 'item',         ['image'] = 'lab_titanium.png',                     ['unique'] = false,     ['useable'] = true,     ['shouldClose'] = false,   ['combinable'] = nil,   ['description'] = ''},
```

3 - You're ready have a good funs

## Script information :

Gather the necessary items to rob the illegal house and start the robbery.The cops are always after you.Make a successful heist and get the reward

### *<mark style="background-color:green;">Installation complete</mark>*
