Browse docs

Crutch & Wheelchair

Action hooks for crutch and wheelchair equip/unequip.

Actions

ActionSideDescription
crutch:equipclientA crutch was equipped on the player.
crutch:unequipclientThe crutch was removed from the player.
wheelchair:equipclientA wheelchair was equipped on the player.
wheelchair:unequipclientThe wheelchair was removed from the player.

Context

All actions pass an empty context table {}.

Example

client.lua
exports["sky_ambulancejob"]:onAction("wheelchair:equip", function()
    print("Player is now in a wheelchair")
end)

exports["sky_ambulancejob"]:onAction("wheelchair:unequip", function()
    print("Player left the wheelchair")
end)

Support

Need help? Our support team is always ready to assist

Join Discord