Wasabi’s Crutch System🩺
A immersive addition to my other resource Advanced ESX Ambulance Job; My crutch system adds a prop and limp to your character for however long the doctor sees fit. This is great for servers who love the medic RP.
Buy Escrow Version($19.99)
Buy Unlocked Version($39.99)
Features
- Optimized 0.00 idle / 0.01 highest
- Configurable/optional jobs that can give crutch to patients
- Configurable/optional usable item to give crutches to patients
- Configurable max time with crutch
- Exports for opening crutch give menu(Great for implementing into job menus, etc)
- Exports for setting/removing crutch time
- Disables use of weapons while in crutch
- Disables fast sprinting while in crutch
- Will restore crutches if someone leaves and comes back
- Removes crutches if player dies
- Animations and props
- Supports ESX/QBCore out of box (or any custom framework you add to the bridge)
- Full documentation
- Frequent updates planned
Update 1.0.5 - WHEELCHAIRS!
Same principle, just with wheelchair!
Configuration
config.lua
Config = {}
Config.ESXName = 'es_extended' -- If you rename es_extended
Config.maxAssignTime = 10 -- Max time someone can be assigned crutches - set false if undesired(In minutes)
Config.menuPosition = 'bottom-right'
Config.jobRequirement = { -- Job requirement settings
enabled = true, -- Require someone to have job to give crutch / if false anyone can use(maybe bad idea)
jobs = { -- Add or remove as many jobs as you would like
'ambulance',
'police',
}
}
Config.usableItem = { -- Usable item settings
enabled = true, -- Enable usable crutch item
item = 'crutch' -- Item to be in your items table
}
Preview
YouTube - Wasabi Crutch System
Buy Escrow Version($19.99)
Buy Unlocked Version($39.99)
My Other Releases:
wasabi_ambulance
wasabi_police
gangwar_phone
wasabi_adminmenu
wasabi_evidence
wasabi_carlock
wasabi_crutch
wasabi_multijob
wasabi_fishing
wasabi_discord
wasabi_backpack
wasabi_sellshop
wasabi_elevators
fivem-appearance
wasabi_boombox
wasabi_mining
wasabi_tireslash
wasabi_carpaint
wasabi_blackmarket
wasabi_vehiclenames
wasabi_nfc
wasabi_oxshops
Code is accessible | Partially / Open Source Avaliable |
Subscription-based | No |
Lines (approximately) | ~335 |
Requirements | (es_extended or qb-core) / ox_lib, wasabi_bridge(included with purchase) |
Support | Yes |