# Jomidar Mosleys

## Preview

{% embed url="<https://youtu.be/L-JVqZbMnEE>" %}

## <mark style="color:red;">Installation</mark>

<mark style="color:blue;">qb-core/shared/items.lua</mark>

```
['mosleysliv'] = {
    ['name'] = 'mosleysliv',
    ['label'] = 'Mosleys Livery',
    ['weight'] = 1000,  -- Adjust the weight as needed
    ['type'] = 'item',
    ['image'] = 'mosleys.png', 
    ['unique'] = false,
    ['useable'] = false,
    ['shouldClose'] = true,
    ['combinable'] = nil,
    ['description'] = 'Mosleys Livery Tool'
},

['mosleyssideglass'] = {
    ['name'] = 'mosleyssideglass',
    ['label'] = 'Mosleys Side Glass',
    ['weight'] = 1000,  -- Adjust the weight as needed
    ['type'] = 'item',
    ['image'] = 'mosleys.png', 
    ['unique'] = false,
    ['useable'] = false,
    ['shouldClose'] = true,
    ['combinable'] = nil,
    ['description'] = 'Mosleys Side Glass'
},

['mosleyshorn'] = {
    ['name'] = 'mosleyshorn',
    ['label'] = 'Mosleys Horn',
    ['weight'] = 1000,  -- Adjust the weight as needed
    ['type'] = 'item',
    ['image'] = 'mosleys.png', 
    ['unique'] = false,
    ['useable'] = false,
    ['shouldClose'] = true,
    ['combinable'] = nil,
    ['description'] = 'Mosleys Horn'
},
```

<mark style="color:blue;">INVENTORY IMAGE</mark>

```
Copy THE PNG FROM PNG FILE AND PASTE IT TO QB INVENTORY
```

## Dependencies

{% embed url="<https://github.com/Haaasib/jomidar-ui>" %}

{% embed url="<https://discord.gg/eV7a2NSVVT>" %}
TO DOWNLOAD INTERACT JOIN OUR DISCORD
{% endembed %}


---

# 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://hasib.gitbook.io/home/docs/jomidar-mosleys.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.
