TEAM_HELIX = DarkRP.createJob("C24 MPF SU HELIX", {
color = Color(0, 0, 255, 255),
model = {"models/DPFilms/Metropolice/Playermodels/pm_civil_medic.mdl"},
description = [[Юнит ГО подразделения ХЕЛИКС, медик альянса]],
weapons = {"weapon_medkit",
"fas2_cweaponry_pmp",
"weapon_cuff_rope",
"swep_radiodevice"
, "stunstick", "battering_ram", "weapon_stunweap"},
command = "HELIX",
max = 2,
salary = 700,
admin = 0,
vote = false,
hasLicense = false,
candemote = false,
category = "SU",
PlayerLoadout = function(ply)
ply:SetHealth(110) -- ХП
ply:SetArmor(75) -- Броня
end,
type = "SU", --— type of team
requireUnlock = TEAM_01, --— job that need to be unlocked firsy
unlockCost = 75000 --— unlock cost
})