# Fivem Script

### ⚙️Setup <a href="#config" id="config"></a>

Follow Following Steps

1. Download package from keymaster & extract it
2. In package 2 resouces available
   1. webpanel
   2. sb-adminpanel
3. Copy `sb-adminpanel` and add it in your fivem resource folder
4. Add `ensure sb-adminpanel` in server.cfg
5. Restart FiveM Server
6. Also edit confi file of ingame script as per your requirnment

CONFIGURATION&#x20;

1. Set webhook in server config file to store player screenshot

```
SBConfigAppSrv.screenshothook = ""
```


---

# 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://docs.suryabhai.in/sb-scripts/sb-admin-panel/installation/fivem-script.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.
