Browse docs

Stretcher

Action hooks for the stretcher system.

Actions

ActionSideDescription
stretcher:deployclientA stretcher was deployed from a vehicle trunk.
stretcher:storeclientA stretcher was stored back into a vehicle trunk.
stretcher:pickupclientThe medic picked up (attached) the stretcher.
stretcher:placeclientThe medic placed (detached) the stretcher on the ground.
stretcher:loadVehicleclientThe stretcher was loaded into a vehicle.
stretcher:unloadVehicleclientThe 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