> For the complete documentation index, see [llms.txt](https://docs.space101.store/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.space101.store/product-guides/ambulance-stretcher-script.md).

# 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)
