Advanced Paramedic System (Custom Models, Medics & Vehicles)

(10)
(89)
You can always read the reviews or discuss this product
Media gallery
Health Kit Firstperson
Buy product
In short

If you are tired of having 3-4 addons related to paramedic stuff then this addon is perfect for you. This addon brings in everything you would want to improve your paramedic roleplay experience.

Consider buying Paramedic Essentials instead of this to get a similar script, but with many more features!

Features

✔️ Health kit with custom models and high quality materials.

✔️ Recharge system for the health kit. You cannot infinitive heal people and must recharge the health kit.

✔️ Recharge station entity that recharges the health kit.

✔️ The recharge station can run out of charges, but automatically regain charges every x minute (configurable).

✔️ Health and armor kits purchasable from the F4 menu.

✔️ Health and armor restore NPC. Purchase full health and/or full armor from this NPC.

✔️ Ambulance NPC to retrieve an ambulance.

✔️ Working lights and sirens for the ambulance.

✔️ Supports VCMod ELS sirens and lights for ambulance.

✔️ Supports Photon Lightning Engine for the ambulance.


Installation

This addon supports DarkRP 2.6.+

Extract "darkrpadvancedparamedicsystem" to addons!

Once you've done that, you will want to put up locations for some entities.


1st - Setting up the location for the ambulance NPC.

This is done in two steps. The first step is placing the ambulance NPC.

Go the the location you want it to be at and type "ambulancenpc_setpos" into your console.

The second step is setting the location for the actual ambulance to spawn at. Go the location you want it to be at and type "ambulance_setpos" in console.


2nd - Setting up the location for the recharge station.

Go to the location you want it to be at and type "rechargestation_setpos" into your console.


3rd - Setting up the location for the health npc.

Go to the location you want it to be at and type "healthnpc_setpos" into your console.


You must be an administrator on your server to perform these actions.

The angle you aim is the angle the npcs and entities will spawn facing.

Discord Server

I have recently launched a discord server for customers and anyone else who wish to join. I will occasionally provide exclusive offers and help with minor issues that might occur with my scripts. If you have a more serious problem, please create a support ticket on GModStore.

The car used by default in this addon is the Ford F350 Ambulance by LoneWolfie. All credits to him for this car model, textures and sounds!

Workshop Link: https://steamcommunity.com/sharedfiles/filedetails/?id=343729375

Rest of the content is only the medkit models & textures plus a few sounds. They are also uploaded to the workshop.

Workshop Link: https://steamcommunity.com/sharedfiles/filedetails/?id=1622617873

Both workshops are set to automatically download for your clients. All you have to do is add both of them to your servers workshop collection. Please note that the ambulance by LoneWolfie requires his Shared Materials workshop as well. If you don't have that already, you will need it unless you switch to use another ambulance.

To customize the addons settings, go to darkrpadvancedparamedicsystem/lua/autorun/medic_config.lua

Inside this file you can customize almost all aspects of the addon such as paramedic vehicle, different models, switch to use VCMod ELS/Photon and many other things. Below is the config file from the script.

-- General Config
CH_AdvMedic.Config.AllowedTeams = { -- This is a list of paramedic teams. You can add paramedic chief and stuff like that, and they can do the things regular paramedics can do.
    -- Please note that this table has to be set up as the one above. If you add more teams, you must add a comma to the team at the top. Only the last team should not have a comma. By default there is only one team, so no comma is needed.
    "Medic"
}

CH_AdvMedic.Config.RegainTime = 20 -- Amount of minutes between the recharge station regains it's 10 recharges.  
CH_AdvMedic.Config.NotifyMedics = true -- Should all the teams in the table above be notified when it has regained it's recharges.

CH_AdvMedic.Config.MedkitHealDelay = 1.7 -- Amount of seconds between healing yourself/others. [Default = 1.5] - USING 1.5 IS WHAT WORKS BEST WITH THE ANIMATION!
CH_AdvMedic.Config.MinHealthToGive = 2 -- Minimum amount of health to give when healing others/yourself. [Default = 2]
CH_AdvMedic.Config.MaxHealthToGive = 5 -- Maximum amount of health to give when healing others/yourself. [Default = 5]

CH_AdvMedic.Config.MinimumCharge = 20 -- Percentage % the medkit must be below before the medics can recharge. [Default = 20]

-- Ambulance NPC Config
CH_AdvMedic.Config.VehicleScript = "scripts/vehicles/lwcars/ford_f350_ambu.txt" -- This is the vehicle script for the vehicle. The default vehicle script is from Sickness Models.
CH_AdvMedic.Config.VehicleModel = "models/lonewolfie/ford_f350_ambu.mdl" -- This is the model for the ambulance. The default model is from Sickness Models.
CH_AdvMedic.Config.NPCModel = "models/kleiner.mdl" -- This is the model of the NPC to get a ambulance from.
CH_AdvMedic.Config.AmbulanceHealth = 250 -- The amount of health the ambulance has.
CH_AdvMedic.Config.MaxTrucks = 3 -- The maximum amount of ambulances allowed.

-- Health NPC Config
CH_AdvMedic.Config.HealthNPCModel = "models/breen.mdl" -- This is the model of the NPC to regain health.
CH_AdvMedic.Config.HealthPrice = 500 -- This is the price for full health via the NPC.
CH_AdvMedic.Config.ArmorPrice = 1000 -- This is the price for full armor via the NPC.
CH_AdvMedic.Config.RequiredMedics = 1 -- Amount of players from the teams in the table (CH_AdvMedic.Config.AllowedTeams). Default is 1 required medic/paramedic/doctor available before you can use the health npc.

-- Lights and Sirens (Use VCMod ELS or scripts default)
CH_AdvMedic.Config.UseVCModELS = false -- If you want to use VCMod ELS sirens and lights and disable the lights/sirens that comes with the script then change this to true [Default = false]
CH_AdvMedic.Config.UsePhoton = false -- If you want to use Photon Lighting Engine instead of the default lights/sirens that comes with the script. [Default = false]

-- LIST OF AVAILABLE KEYS https://wiki.garrysmod.com/page/Enums/IN
CH_AdvMedic.Config.Ambo_HornKey = IN_WALK
CH_AdvMedic.Config.Ambo_ShortSirenKey = IN_ATTACK2
CH_AdvMedic.Config.Ambo_ToogleSirenKey = IN_ATTACK
CH_AdvMedic.Config.Ambo_ToogleLightKey = IN_SPEED

-- Text Config
CH_AdvMedic.Config.Text_RetrieveAmbulance = "You have succesfully retrieved an ambulance! It's parked right outside the building."

If you find any problems with the script, please create a support ticket with details of the situation and a copy/paste of the error in console. I am also not interested in modifying you a custom version of the addon. Also not upon payment. Sorry!

Conflicting addons is not to be said if I will support that or not. This is something I will decide upon confrontation about a conflicting addon. If you have some sort of proof that an addon is conflicting with my addon, please send me a PM with the details you might have.

Thank you!

If you like this script, you should check out some of my other addons for DarkRP. Just click the banner to open the script page in a new tab.

Product reviews

5.00 average based on 10 reviews

Buy product
Crap-Head ApS 🔨
52 products - 1 members
Looking for reliable and easy-to-use game server hosting with free Anycast and DDoS protection? Get 30% off your first payment at Physgun with the coupon code gmodstore at checkout.
Product details
Views:
52.6K
Purchases:
443
Added:
Updated:
Price:
$4.99
Categories:
Languages:
English
Requirements
  • DarkRP
Actions
Report
Search products...