Garry's Mod Leaks

Load of Jobs *SantosRP*

Submitted by Kane Haslewood, , Thread ID: 61359

Thread Closed
19-11-2017, 11:15 PM
#1
Garry's Mod SantosRP Jobs








---------Government---------

TEAM_POLICECADET = DarkRP.createJob("Police Cadet", {
color = Color(0, 51, 255, 255),
model = {"models/player/clannypolice/male_04.mdl"},
description = [[Go to the PD and wait to be trained.]],
weapons = {"surrender", "garde_a_vousv1.2", "stungun"},
command = "cadet",
max = 0,
salary = 75,
admin = 0,
vote = false,
hasLicense = true,
category = "Government",
})

TEAM_OFFICER = DarkRP.createJob("Police Officer", {
color = Color(0, 51, 255, 255),
model = {"models/player/clannypolice/male_09.mdl"},
description = [[You just got of training and are learning the ropes. Be careful and listen to your higher ups.]],
weapons = {"tfa_glock", "arrest_stick", "unarrest_stick", "weaponchecker", "door_ram", "stungun", "weapon_r_handcuffs", "surrender", "garde_a_vousv1.2", "weapon_policeshield", "stungun"},
command = "officer",
max = 10,
salary = 100,
admin = 0,
vote = false,
hasLicense = true,
category = "Government",
PlayerSpawn = function(ply)
ply:SetArmor(25)
ply:SetWalkSpeed(150)
ply:SetRunSpeed(385)
end,
})

TEAM_SOFFICER = DarkRP.createJob("Police Senior Officer", {
color = Color(0, 51, 255, 255),
model = {"models/player/clannypolice/male_07.mdl"},
description = [[You have been on the force for a while and should help new officers/recruits.]],
weapons = {"tfa_glock", "arrest_stick", "unarrest_stick", "weaponchecker", "door_ram", "tfa_ump45", "stungun", "weapon_r_handcuffs", "surrender", "garde_a_vousv1.2", "weapon_policeshield", "stungun"},
command = "sofficer",
max = 4,
salary = 125,
admin = 0,
vote = false,
hasLicense = true,
category = "Government",
PlayerSpawn = function(ply)
ply:SetArmor(50)
ply:SetWalkSpeed(150)
ply:SetRunSpeed(385)
end,
})

TEAM_LCPL = DarkRP.createJob("Police Lance Corporal", {
color = Color(0, 26, 255, 255),
model = {"models/player/clannypolice/male_08.mdl"},
description = [[You are a Lance Corporal in the Police Force.]],
weapons = {"tfa_glock", "arrest_stick", "unarrest_stick", "weaponchecker", "door_ram", "stungun", "weapon_r_handcuffs", "surrender", "garde_a_vousv1.1", "tfa_ump45", "weapon_policeshield", "stungun"},
command = "lcpl",
max = 2,
salary = 250,
admin = 0,
vote = false,
hasLicense = true,
candemote = false,
category = "Government",
PlayerSpawn = function(ply)
ply:SetMaxHealth(100)
ply:SetHealth(100)
ply:SetWalkSpeed(150)
ply:SetRunSpeed(385)
end,
})

TEAM_CPL = DarkRP.createJob("Police Corporal", {
color = Color(0, 26, 255, 255),
model = {"models/gta5/player/citycoppm.mdl"},
description = [[You are a Corporal in the Police Force.]],
weapons = {"tfa_glock", "arrest_stick", "unarrest_stick", "weaponchecker", "door_ram", "stungun", "weapon_r_handcuffs", "surrender", "garde_a_vousv1.1", "tfa_ump45", "weapon_policeshield", "stungun"},
command = "cpl",
max = 2,
salary = 250,
admin = 0,
vote = false,
hasLicense = true,
candemote = false,
category = "Government",
PlayerSpawn = function(ply)
ply:SetMaxHealth(100)
ply:SetHealth(100)
ply:SetWalkSpeed(150)
ply:SetRunSpeed(385)
end,
})

TEAM_SERGEANT = DarkRP.createJob("Police Sergeant", {
color = Color(0, 51, 255, 255),
model = {"models/gta5/player/armoredcitycoppm.mdl"},
description = [[You are a sergeant.]],
weapons = {"tfa_glock", "arrest_stick", "unarrest_stick", "weaponchecker", "door_ram", "tfa_ump45", "stungun", "weapon_r_handcuffs", "surrender", "garde_a_vousv1.2", "weapon_policeshield", "stungun"},
command = "sergeant",
max = 4,
salary = 150,
admin = 0,
vote = false,
hasLicense = true,
category = "Government",
PlayerSpawn = function(ply)
ply:SetArmor(75)
ply:SetWalkSpeed(150)
ply:SetRunSpeed(385)
end,
})

TEAM_MSERGEANT = DarkRP.createJob("Police Master Sergeant", {
color = Color(0, 51, 255, 255),
model = {"models/humans/nypd1940/male_02.mdl"},
description = [[Police Master Sergeant.]],
weapons = {"tfa_glock", "arrest_stick", "unarrest_stick", "weaponchecker", "door_ram", "tfa_ump45", "stungun", "weapon_r_handcuffs", "surrender", "garde_a_vousv1.2", "weapon_policeshield", "stungun"},
command = "msergeant",
max = 3,
salary = 175,
admin = 0,
vote = false,
hasLicense = true,
category = "Government",
PlayerSpawn = function(ply)
ply:SetArmor(100)
ply:SetWalkSpeed(150)
ply:SetRunSpeed(385)
end,
})

TEAM_SGTM = DarkRP.createJob("Police Sergeant Major", {
color = Color(0, 26, 255, 255),
model = {"models/humans/nypd1940/male_01.mdl"},
description = [[You are a Sergeant Major in the Police Force.]],
weapons = {"tfa_glock", "arrest_stick", "unarrest_stick", "weaponchecker", "door_ram", "stungun", "weapon_r_handcuffs", "surrender", "garde_a_vousv1.1", "tfa_m4a1", "weapon_policeshield", "stungun"},
command = "sgm",
max = 2,
salary = 400,
admin = 0,
vote = false,
hasLicense = true,
candemote = false,
category = "Government",
PlayerSpawn = function(ply)
ply:SetMaxHealth(100)
ply:SetHealth(100)
ply:SetWalkSpeed(150)
ply:SetRunSpeed(385)
end,
})

TEAM_LIEUTENANT = DarkRP.createJob("Police Lieutenant", {
color = Color(0, 51, 255, 255),
model = {"models/humans/nypd1940/male_07.mdl"},
description = [[Police Lieutenant.]],
weapons = {"tfa_glock", "arrest_stick", "unarrest_stick", "weaponchecker", "door_ram", "tfa_m4a1", "stungun", "weapon_r_handcuffs", "surrender", "garde_a_vousv1.2", "weapon_policeshield", "stungun"},
command = "lieutenant",
max = 2,
salary = 200,
admin = 0,
category = "Government",
vote = false,
PlayerSpawn = function(ply)
ply:SetArmor(125)
ply:SetWalkSpeed(150)
ply:SetRunSpeed(385)
end,
})

TEAM_HPU = DarkRP.createJob("Heavy Police Unit [VIP+]", {
color = Color(0, 56, 255, 255),
model = {"models/juggernaut_player.mdl"},
description = [[You are apart of the Heavy Police Unit, this branch is tasked with assisting the SWAT team, and the Police Department with heavy duty tasks.]],
weapons = {"tfa_glock", "arrest_stick", "unarrest_stick", "weaponchecker", "door_ram", "stungun", "weapon_r_handcuffs", "surrender", "garde_a_vousv1.1", "weapon_policeshield", "tfa_m16a4_acog", "tfa_csgo_scar20", "stungun"},
command = "hpu",
max = 4,
salary = 250,
admin = 0,
vote = false,
hasLicense = true,
candemote = false,
category = "Government",
PlayerSpawn = function(ply)
ply:SetMaxHealth(100)
ply:SetHealth(100)
ply:SetArmor(300)
ply:SetWalkSpeed(150)
ply:SetRunSpeed(385)
end,
customCheck = function(ply) return CLIENT or
table.HasValue({"superadmin", "admin", "trialmoderator", "moderator", "owner", "staffmanager", "vip+"}, ply:GetNWString("usergroup"))
end,
CustomCheckFailMsg = "This Job Is VIP+ only!",
})

TEAM_CAPTAIN = DarkRP.createJob("Police Captain", {
color = Color(0, 51, 255, 255),
model = {"models/humans/nypd1940/male_09.mdl"},
description = [[Police Captain.]],
weapons = {"tfa_glock", "arrest_stick", "unarrest_stick", "weaponchecker", "door_ram", "tfa_m4a1", "stungun", "weapon_r_handcuffs", "surrender", "garde_a_vousv1.2", "weapon_policeshield", "stungun"},
command = "captain",
max = 1,
salary = 175,
admin = 0,
vote = false,
category = "Government",
PlayerSpawn = function(ply)
ply:SetArmor(175)
ply:SetWalkSpeed(150)
ply:SetRunSpeed(385)
end,
})

TEAM_SUPERINTENDENT = DarkRP.createJob("Police Superintendent", {
color = Color(0, 51, 255, 255),
model = {"models/humans/nypd1940/male_08.mdl"},
description = [[Police Superintendent.]],
weapons = {"tfa_glock", "arrest_stick", "unarrest_stick", "weaponchecker", "door_ram", "tfa_m4a1", "stungun", "weapon_r_handcuffs", "surrender", "garde_a_vousv1.2", "weapon_policeshield", "stungun"},
command = "superintendent",
max = 1,
salary = 150,
admin = 0,
vote = false,
category = "Government",
PlayerSpawn = function(ply)
ply:SetArmor(150)
ply:SetWalkSpeed(150)
ply:SetRunSpeed(385)
end,
})

TEAM_POLICELTC = DarkRP.createJob("Police Lieutenant Colonel", {
color = Color(22, 0, 255, 255),
model = {"models/humans/nypd1940/male_05.mdl"},
description = [[Police lieutenant Colonel]],
weapons = {"tfa_glock", "arrest_stick", "unarrest_stick", "weaponchecker", "door_ram", "tfa_m4a1", "stungun", "weapon_r_handcuffs", "surrender", "garde_a_vousv1.1", "weapon_policeshield", "stungun"},
command = "policeltc",
max = 2,
salary = 250,
admin = 0,
vote = false,
hasLicense = true,
candemote = false,
category = "Government",
PlayerSpawn = function(ply)
ply:SetArmor(200)
ply:SetWalkSpeed(150)
ply:SetRunSpeed(385)
end,
})

TEAM_POLICECOL = DarkRP.createJob("Police Colonel", {
color = Color(22, 0, 255, 255),
model = {"models/humans/nypd1940/male_06.mdl"},
description = [[Police Colonel]],
weapons = {"tfa_glock", "arrest_stick", "unarrest_stick", "weaponchecker", "door_ram", "tfa_m4a1", "stungun", "weapon_r_handcuffs", "surrender", "garde_a_vousv1.1", "weapon_policeshield", "stungun"},
command = "policecol",
max = 1,
salary = 250,
admin = 0,
vote = false,
hasLicense = true,
candemote = false,
category = "Government",
PlayerSpawn = function(ply)
ply:SetArmor(200)
ply:SetWalkSpeed(150)
ply:SetRunSpeed(385)
end,
})

TEAM_CHIEF = DarkRP.createJob("Police Chief", {
color = Color(0, 51, 255, 255),
model = {"models/humans/nypd1940/male_04.mdl" },
description = [[Police Chief.]],
weapons = {"tfa_glock", "arrest_stick", "unarrest_stick", "weaponchecker", "door_ram", "tfa_m4a1", "stungun", "weapon_r_handcuffs", "surrender", "garde_a_vousv1.1", "weapon_policeshield", "stungun"},
command = "chief",
max = 1,
salary = 200,
admin = 0,
vote = false,
category = "Government",
PlayerSpawn = function(ply)
ply:SetArmor(200)
ply:SetWalkSpeed(150)
ply:SetRunSpeed(385)
end,
})

TEAM_DCOMMISSIONER = DarkRP.createJob("Police Deputy Commissioner", {
color = Color(0, 51, 255, 255),
model = {"models/portal2/patrol_08.mdl"},
description = [[Police Deputy Commissioner.]],
weapons = {"tfa_glock", "arrest_stick", "unarrest_stick", "weaponchecker", "door_ram", "tfa_m4a1", "stungun", "weapon_r_handcuffs", "surrender", "garde_a_vousv1.1", "weapon_policeshield", "stungun"},
command = "dcommissioner",
max = 1,
salary = 225,
admin = 0,
vote = false,
category = "Government",
PlayerSpawn = function(ply)
ply:SetArmor(200)
ply:SetWalkSpeed(150)
ply:SetRunSpeed(385)
end,
})

TEAM_COMMISSIONER = DarkRP.createJob("Police Commissioner", {
color = Color(0, 51, 255, 255),
model = {"models/portal2/patrol_09.mdl"},
description = [[Police Commissioner.]],
weapons = {"tfa_glock", "arrest_stick", "unarrest_stick", "weaponchecker", "door_ram", "tfa_m4a1", "stungun", "weapon_r_handcuffs", "surrender", "garde_a_vousv1.1", "weapon_policeshield", "stungun"},
command = "commissioner",
max = 1,
salary = 250,
admin = 0,
vote = false,
category = "Government",
PlayerSpawn = function(ply)
ply:SetArmor(200)
ply:SetWalkSpeed(150)
ply:SetRunSpeed(385)
end,
})

Users browsing this thread: 1 Guest(s)