Fully Disable Transport to Hospital
If never want the medic to transport players to the hospital, follow these steps
Open the config file
Set
Config.AlwaysTakeToHosptial
tofalse
Set
Config.MiniGame
tofalse
The above should guarantee the player will never go to the hospital on revive
If for some reason that still doesn't work (which it really should), then try this:
Replace the
SkillCheck
function with the following:
When Config.AlwaysTakeToHospital
is disabled, then if the player fails the skillcheck then they will be taken to the hospital. If they succeed the skillcheck, they will not. By just returning true
in the SkillCheck
function we guarantee the player will always succeed
the skillcheck without having to play the minigame, therefor the player is never transported to the hospital.
Last updated