# Ambulance Stretcher Script

## Step 1 - Installation

To get started, you'll need to download your new resource previously purchased from our [`store`](https://space101.store/). For that, you must login with your account on [`keymaster`](https://keymaster.fivem.net/asset-grants/) and look for the Asset Grants section, there we will find our script.

{% embed url="<https://youtu.be/eDh6DsWqV6M>" %}

## Step 2 - Using The Script

The model is already setup to work with the script. The only thing you would need to do is run the command `/stretcher`       &#x20;

Any keybinds, Language and Sheet Colors can be changed/added in the config.lua as seen below<br>

```lua
Config.KeyBinds  = {
	TakeStretcher = Config.Buttons["E"],
	DropStretcher_UP = Config.Buttons["E"],
	DropStretcher_DOWN = Config.Buttons["E"],
	StretcherMenu = Config.Buttons["HOME"],
	LayDown = Config.Buttons["F"],
	GetUp = Config.Buttons["F"],
	StretcherInVehicle = Config.Buttons["E"],
	StretcherOutVehicle = Config.Buttons["E"],
}


Config.Language = {
	TakeStretcher = "Grab the stretcher",
	DropStretcher_DOWN = "Lower the stretcher safely",
	DropStretcher_UP = "Raise the stretcher safely",
	StretcherMenu = "Open stretcher controls",
	LayDown = "Lay on the stretcher",
	GetUp = "Step away from the stretcher",
	StretcherInVehicle = "Place the stretcher inside the ambulance",
	StretcherOutVehicle = "Pull the stretcher out of the ambulance",
}

Config.SheetColors = {
	{ label = "Default (vehicle paint)", value = "default" },
	{ label = "Pure White", value = "rgb(255,255,255)" },
	{ label = "Carbon Black", value = "rgb(24,24,24)" },
	{ label = "Fire Red", value = "rgb(204,40,40)" },
	{ label = "Sapphire Blue", value = "rgb(38,118,255)" },
	{ label = "Sunrise Yellow", value = "rgb(255,195,65)" },
	{ label = "Steel Gray", value = "rgb(108,117,125)" },
}

```

<figure><img src="/files/z9wksFd5XswE4MCHWU2Z" alt=""><figcaption></figcaption></figure>

Compatible models:

* [2020 Extended Cad Ambos](https://space101.store/products/2023-dot-snowplow-trucks)


---

# 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.space101.store/product-guides/ambulance-stretcher-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.
