# 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="https://1236948244-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGjUcxy7yGUUiBPcZ3ikc%2Fuploads%2FPJBX1D1uCWvtqBDgDDJP%2F2676230_20260205100717_1.png?alt=media&#x26;token=278ee308-c374-4620-9c45-48bbd322fddc" alt=""><figcaption></figcaption></figure>

Compatible models:

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