> For the complete documentation index, see [llms.txt](https://b14ck.gitbook.io/b14ck-scripts/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://b14ck.gitbook.io/b14ck-scripts/scripts.md).

# SCRIPTS

<table data-card-size="large" data-view="cards" data-full-width="true"><thead><tr><th align="center"></th><th></th><th data-type="rating" data-max="5"></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td align="center"><h2><strong>Car Wipe</strong></h2></td><td>Automatic tow truck script that safely removes unoccupied vehicles. Includes an advanced and intuitive UI with a visible countdown for each removal, creation and management of exclusion zones to avoid affecting specific areas, and a logging system in <mark style="color:purple;">Discord</mark> via <mark style="color:purple;">webhook</mark> to audit all actions. Ideal for keeping order on servers with a beautiful and easy-to-use interface.</td><td>null</td><td><a href="/b14ck-scripts/scripts/car-wipe.md">Car Wipe</a></td><td><a href="https://1644302157-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyVRaf0BDgj4HPxLV0uOr%2Fuploads%2FRqLdWhYalqKGFxf7X3ns%2Fimage-195a3d3f-7bd5-4495-b095-82e229e63c61.png?alt=media&amp;token=4ccea218-db81-452d-9e35-7133815f3281">image-195a3d3f-7bd5-4495-b095-82e229e63c61.png</a></td></tr><tr><td align="center"><h2>Multijob</h2></td><td><p>B14ck MultiJob isn’t just another job switcher. It’s a complete, high-end management solution designed for server owners who care about <mark style="color:$primary;"><strong>UI/UX, Performance, and Security</strong>.</mark></p><p>With a sleek monochrome interface and extreme optimization, it provides your players with a seamless experience while giving admins total control.</p></td><td>null</td><td><a href="/b14ck-scripts/scripts/multijob.md">Multijob</a></td><td><a href="https://1644302157-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyVRaf0BDgj4HPxLV0uOr%2Fuploads%2F5ebADRIHOwEQLeMnYtP6%2FBlack.png?alt=media&amp;token=207dc0b4-fa41-42b7-9b5b-068def7dbfc8">Black.png</a></td></tr><tr><td align="center"><h2>Pause Menu</h2></td><td></td><td>null</td><td><a href="/b14ck-scripts/scripts/pause-menu.md">Pause Menu</a></td><td><a href="https://1644302157-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyVRaf0BDgj4HPxLV0uOr%2Fuploads%2F5ebADRIHOwEQLeMnYtP6%2FBlack.png?alt=media&amp;token=207dc0b4-fa41-42b7-9b5b-068def7dbfc8">Black.png</a></td></tr><tr><td align="center">Waypoint</td><td>3D waypoint beams with real-time distance tracking for <mark style="color:orange;">FiveM</mark> Each waypoint renders as a vertical beam with a live-updating distance label and customizable color, built using <strong>DUI (Direct User Interface) textures</strong> for crisp, performant visuals.</td><td>null</td><td><a href="/b14ck-scripts/scripts/waypoint.md">Waypoint</a></td><td><a href="https://1644302157-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyVRaf0BDgj4HPxLV0uOr%2Fuploads%2F5ebADRIHOwEQLeMnYtP6%2FBlack.png?alt=media&amp;token=207dc0b4-fa41-42b7-9b5b-068def7dbfc8">Black.png</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://b14ck.gitbook.io/b14ck-scripts/scripts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
