Browse docs
Stretcher
Action hooks for the stretcher system.
Actions
| Action | Side | Description |
|---|---|---|
stretcher:deploy | client | A stretcher was deployed from a vehicle trunk. |
stretcher:store | client | A stretcher was stored back into a vehicle trunk. |
stretcher:pickup | client | The medic picked up (attached) the stretcher. |
stretcher:place | client | The medic placed (detached) the stretcher on the ground. |
stretcher:loadVehicle | client | The stretcher was loaded into a vehicle. |
stretcher:unloadVehicle | client | The stretcher was unloaded from a vehicle. |
Context
All actions pass an empty context table {}.
Example
client.lua
exports["sky_ambulancejob"]:onAction("stretcher:deploy", function()
print("Stretcher deployed")
end)
exports["sky_ambulancejob"]:onAction("stretcher:store", function()
print("Stretcher stored")
end)
Support
Need help? Our support team is always ready to assist
Join Discord