Browse docs
Crutch & Wheelchair
Action hooks for crutch and wheelchair equip/unequip.
Actions
| Action | Side | Description |
|---|---|---|
crutch:equip | client | A crutch was equipped on the player. |
crutch:unequip | client | The crutch was removed from the player. |
wheelchair:equip | client | A wheelchair was equipped on the player. |
wheelchair:unequip | client | The 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