# 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>
* ESX
* PolyZone (<https://github.com/mkafrin/PolyZone>)
* qb-target (<https://github.com/qbcore-framework/qb-target>) If you want use another target script

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>*


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wert-dev.gitbook.io/wert-dev-docs/products/esx/wert-illegal-house-robbery.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
