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.
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
}
Finally a nice immersive way to make people respect their pain RP ! Love love it ! Already have and love your ambulance job so it will be a wonderful addition !
This looks super nice! Might have to cop ngl, finally something that helps people roleplay out their injuries instead of just getting on with their day. This would go very well with the ambulance job that you made
Sure, mine does not directly include a system for medics to force people to have crutches, but some of the code you would need to set it up is in the comments: (Creating an item)(Force equip for x time).
Why should anyone pay 15 USD for an encrypted script when you can almost get the same thing for free? Is there something with this I missed?
When topics on the regulation of scripts are raised, this is also due to such resources.
What is the difference from a free resource from yours in addition to a few simple additions ? You’ve added a couple of ESX framework features and are asking for almost $37 - it must be a joke.
Is it possible to not remove when you die?
Is it possible say if you go to EMS they can give the crutch permanent , by maybe putting 0 in the time?
So you can not shoot when you have the crutch out does this mean you can do use crutch to use the crutch and use it again so you can shoot if need be?
Also i love this script just need to know the above, and can you maybe add the wheelchair too the same ways , RP servers will love crutch’s and wheelchairs,
I’ll add the option of not removing the crutch on death.
Since this is designed to more or less force injury RP out of players, the ability for the patient to remove crutches to use weapons will likely not be implemented BUT there is exports provided to put something together like this yourself.
I’ll be added options for permanent as well as persistent crutches through server restarts.