# le-toomanyitem

{% embed url="<https://www.youtube.com/watch?v=3f-kBedPAzo>" %}
Preview
{% endembed %}

## Intallation Guide

1. Place `le-toomanyitem`file in your `resources` forder
2. Add the script to your `server.cfg`
3. Go to the `config.lua` file and setup to your preferences
4. Restart your server!<br>

## Add Permission

#### Group

Add to your `server.cfg` file and modify the admin group as desired.

```lua
add_ace group.admin le-toomanyitems allow 
```

#### Person

Add to your `server.cfg` file and replace `steamidhere` with the desired person's Steam ID.

```
add_ace identifier.steam:steamidhere le-toomanyitems allow 
```

## Category

Only one person at a time should interact with the categories.

### Permission

#### Group

Add to your `server.cfg` file and modify the admin group as desired.

```
add_ace group.admin le-toomanyitems-cat allow 
```

#### Person

Add to your `server.cfg` file and replace `steamidhere` with the desired person's Steam ID.

```
add_ace identifier.steam:steamidhere le-toomanyitems-cat allow 
```


---

# 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://test-360.gitbook.io/leroux-scripts/scrips/le-toomanyitem.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.
