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.AlwaysTakeToHosptialtofalseSet
Config.MiniGametofalse
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
SkillCheckfunction with the following:function SkillCheck() return true end
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