# V1 Docs

## rcore\_prison

[**Buy Here**](https://store.rcore.cz/package/5341769)

## Installation

#### Script

1. Download the script from [keymaster](https://keymaster.fivem.net).
2. Open downloaded zip, copy `[prison]` folder and put it in resources folder to your server files (resources/\[prison]).
3. Go to your server.cfg and add `ensure [prison]`.
4. Add to bottom of server.cfg permission part (script need this permission to use properly ACE permission) & map setup which are going to use.

```lua
add_ace resource.rcore_prison command.add_ace allow
add_ace resource.rcore_prison command.remove_ace allow
add_ace resource.rcore_prison command.add_principal allow
add_ace resource.rcore_prison command.remove_principal allow
```

\[GABZ]

* ensure cfx-gabz-mapdata
* ensure cfx-gabz-prison
* ensure rcore\_prison\_gabz\_models
* ensure rcore\_prison

\[RCORE]

* ensure rcore\_prison\_models
* ensure rcore\_prison\_map
* ensure rcore\_prison

\[QBCORE]

* ensure \[defaultmaps]
* ensure rcore\_prison

5. Restart your server, have fun.

#### Chat commands

| Command    |        Params        |                                  Description |
| ---------- | :------------------: | -------------------------------------------: |
| /jail      |       serverId       |                                         time |
| /unjail    |       serverId       |                               Unjail command |
| /jaillcp   |         None         |                  Show dashboard app for LSPD |
| /stopzone  |       serverId       | Stop community service for specific CS user. |
| /clearzone |       serverId       |    Clear area around specific user (target). |
| /cancelcs  |         None         |   Cancel current mission (task) for CS only. |
| /startcs   | serverId perollCount |   Start community service for specific user. |


---

# 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://documentation.rcore.cz/paid-resources/rcore_prison/v1.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.
