Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[---------------------------------------------------------------------------
- DarkRP custom jobs
- ---------------------------------------------------------------------------
- This file contains your custom jobs.
- This file should also contain jobs from DarkRP that you edited.
- Note: If you want to edit a default DarkRP job, first disable it in darkrp_config/disabled_defaults.lua
- Once you've done that, copy and paste the job to this file and edit it.
- The default jobs can be found here:
- https://github.com/FPtje/DarkRP/blob/master/gamemode/config/jobrelated.lua
- For examples and explanation please visit this wiki page:
- http://wiki.darkrp.com/index.php/DarkRP:CustomJobFields
- Add jobs under the following line:
- ---------------------------------------------------------------------------]]
- TEAM_LAWYER = AddExtraTeam("Lawyer", {
- color = Color(100, 150, 200, 255),
- model = "models/player/hostage/hostage_04.mdl",
- description = [[As a lawyer you are responsible for fighting
- on your clints behalf this includes bailing him out of jail and or
- pvp confrontation.
- SALARY:60]],
- weapons = {"unarrest_stick", "m9k_colt1911"},
- command = "lawyer",
- max = 3,
- salary = 60,
- admin = 0,
- vote = true,
- hasLicense = false
- })
- TEAM_POLICE = AddExtraTeam("Police Officer", {
- color = Color(25, 25, 170, 255),
- model = "models/player/police.mdl",
- description = [[The protector of every citizen that lives in the city .
- You have the power to arrest criminals and protect innocents.
- Hit them with your arrest baton to put them in jail
- Bash them with a stunstick and they might learn better than to disobey
- the law.
- The Battering Ram can break down the door of a criminal with a warrant
- for his/her arrest.
- The Battering Ram can also unfreeze frozen props(if enabled).
- Type /wanted <name> to alert the public to this criminal
- OR go to tab and warrant someone by clicking the warrant button
- SALARY:50]],
- weapons = {"arrest_stick", "unarrest_stick", "m9k_browningauto5", "stunstick", "door_ram", "weaponchecker"},
- command = "cp",
- max = 4,
- salary = 50,
- admin = 0,
- vote = true,
- hasLicense = true
- })
- TEAM_CHIEF = AddExtraTeam("Police Sergeant", {
- color = Color(20, 20, 255, 255),
- model = "models/player/combine_soldier_prisonguard.mdl",
- description = [[The Chief is the leader of the Police Officer's unit.
- Coordinate the police forces to bring law to the city
- Hit them with arrest baton to put them in jail
- Bash them with a stunstick and they might learn better than to
- disobey the law.
- The Battering Ram can break down the door of a criminal with a
- warrant for his/her arrest.
- Type /wanted <name> to alert the public to this criminal
- Type /jailpos to set the Jail Position
- SALARY:60]],
- weapons = {"arrest_stick", "unarrest_stick", "m9k_honeybadger", "stunstick", "door_ram", "weaponchecker"},
- command = "chief",
- max = 1,
- salary = 60,
- admin = 0,
- vote = false,
- hasLicense = true,
- NeedToChangeFrom = TEAM_POLICE
- })
- TEAM_MAYOR = AddExtraTeam("Mayor", {
- color = Color(150, 20, 20, 255),
- model = "models/player/breen.mdl",
- description = [[The Mayor of the city creates laws to serve the greater
- good of the people.
- If you are the mayor you may create and accept warrants.
- Type /wanted <name> to warrant a player
- Type /lockdown initiate a lockdown of the city.
- Everyone must be inside during a lockdown.
- The cops patrol the area
- /unlockdown to end a lockdown
- SALARY:100]],
- weapons = {},
- command = "mayor",
- max = 1,
- salary = 100,
- admin = 0,
- vote = true,
- hasLicense = false
- })
- TEAM_SS = AddExtraTeam("Secret Service", {
- color = Color(255, 10, 10, 255),
- model = "models/player/combine_soldier.mdl",
- description = [[As a secret service agent, it is your job to make sure the
- mayor is safe under any Circumstances. But you are still under
- the authority of the police chief.
- SALARY:50]],
- weapons = {"m9k_ump45", "m9k_nerve_gas", "m9k_suicide_bomb"},
- command = "secretservice",
- max = 2,
- salary = 50,
- admin = 0,
- vote = true,
- hasLicense = true
- })
- TEAM_HEGUNDEALER = AddExtraTeam("Heavy Gun Dealer", {
- color = Color(255, 140, 0, 255),
- model = "models/player/hostage/hostage_02.mdl",
- description = [[As a gun dealer it is your job to sell light weaponry
- to all jobs. The guns prices are at your disposal.
- SALARY:45]],
- weapons = {},
- command = "gundealer",
- max = 3,
- salary = 45,
- admin = 0,
- vote = false,
- hasLicense = true
- })
- TEAM_SPGUNDEALER = AddExtraTeam("Special Gun Dealer", {
- color = Color(255, 140, 0, 255),
- model = "models/player/hostage/hostage_02.mdl",
- description = [[As a gun dealer it is your job to sell light weaponry
- to all jobs. The guns prices are at your disposal.
- SALARY:45]],
- weapons = {},
- command = "gundealer",
- max = 3,
- salary = 45,
- admin = 0,
- vote = false,
- hasLicense = true
- })
- TEAM_BOUNTY = AddExtraTeam("Bounty Hunter", {
- color = Color(125, 125, 256, 252),
- model = "models/player/Group01/Female_02.mdl",
- description = [[As a bounty hunter its your job to find wanted players and
- take them down to the station.
- SALARYL:50]],
- weapons = {},
- command = "bounty",
- max = 1,
- salary = 50,
- admin = 0,
- vote = false,
- hasLicense = true
- })
- TEAM_HIT = AddExtraTeam("Hit Man", {
- color = Color(125, 125, 225, 212),
- model = "models/player/group02/male_08.mdl",
- description = [[As a hit man its your job to kill the players
- that have a "hit" on them.
- SALARYL:35]],
- weapons = {"weapon_mad_auto_glock"},
- command = "hitman",
- max = 1,
- salary = 35,
- admin = 0,
- vote = false,
- hasLicense = false
- })
- TEAM_FIGHT = AddExtraTeam("Fight Club Manager", {
- color = Color(125, 125, 200, 255),
- model = "models/player/Group01/male_02.mdl",
- description = [[As a fight club manager you can set up your fight club
- on any state you buy. Both players must agree to the fight clubs terms
- before any pvp fights occur.
- SALARYL:45]],
- weapons = {},
- command = "fight",
- max = 1,
- salary = 45,
- admin = 0,
- vote = false,
- hasLicense = false
- })
- TEAM_HOBO = AddExtraTeam("Hobo", {
- color = Color(80, 45, 0, 255),
- model = "models/player/zombie_fast.mdl",
- description = [[The lowest member of society. All people see you laugh.
- You have no home.
- Beg for your food and money
- Sing for everyone who passes to get money
- Make your own wooden home somewhere in a corner or
- outside someone else's door
- SALARY:0]],
- weapons = {"hl2_combo_fists", "weapon_bugbait"},
- command = "hobo",
- max = 4,
- salary = 0,
- admin = 0,
- vote = false,
- hasLicense = false
- })
- TEAM_BODYGUARD = AddExtraTeam("Body Guard", {
- color = Color(0,68,89,255),
- model = "models/player/odessa.mdl",
- description = [[As a bodyguard it is your job to protect your employer
- and his estate.
- SALARY:60]],
- weapons = {},
- command = "bodyguard",
- max = 2,
- salary = 60,
- admin = 0,
- vote = false,
- hasLicense = false
- })
- TEAM_MEDIC = AddExtraTeam("Doctor", {
- color = Color(47, 79, 79, 255),
- model = "models/player/kleiner.mdl",
- description = [[As a medic it is your job to see to people
- in need of health. It is up to you weather or not you charge
- for you service.
- SALARY:45]],
- weapons = {"weapon_mad_medic"},
- command = "doctor",
- max = 3,
- salary = 45,
- admin = 0,
- vote = false,
- hasLicense = false
- })
- TEAM_THIEF = AddExtraTeam("Thief", {
- color = Color(10, 255, 200, 255),
- model = "models/player/arctic.mdl",
- description = [[Your are a thief, Brake into peoples homes
- and places of business to piss them off!
- Take what you can and run!
- You may not shoot if they ain't a threat.
- SALARY:45]],
- weapons = {"keypad_cracker", "lockpick"},
- command = "thief",
- max = 3,
- salary = 45,
- admin = 0,
- vote = false,
- hasLicense = false
- })
- TEAM_PROTHIEF = AddExtraTeam("Pro Thief", {
- color = Color(111, 199, 175, 255),
- model = "models/player/arctic.mdl",
- description = [[Your are a pro thief, Brake into peoples homes
- and places of business to piss them off!
- Take what you can and run!
- You may not shoot people in there own only in robbery.
- homes or places of business. only in robbery.
- to shoot you!.
- SALARY:60]],
- weapons = {"fastkeypad_cracker", "fastlockpick"},
- command = "prothief",
- max = 3,
- salary = 60,
- admin = 0,
- vote = false,
- hasLicense = false
- })
- TEAM_HOTEL = AddExtraTeam("Hotel manager", {
- color = Color(10, 255, 200, 255),
- model = "models/player/Group01/male_08.mdl",
- description = [[
- SALARY:55]],
- weapons = {},
- command = "hotel",
- max = 1,
- salary = 55,
- admin = 0,
- vote = false,
- hasLicense = false
- })
- TEAM_DRUGCARTELBOSS = AddExtraTeam("Mexican Drug Cartel Boss", {
- color = Color(10, 10, 10, 255),
- model = "models/player/monk.mdl",
- description = [[As the mexican drug boss you have the athority to
- tell the mexican drug cartel what to do. But be careful because
- police informent will be looking out for you
- SALARY:50]],
- weapons = {"lockpick", "unarrest_stick"},
- command = "drugcartelboss",
- max = 1,
- salary = 50,
- admin = 0,
- vote = false,
- hasLicense = false
- })
- TEAM_DRUGCARTEL = AddExtraTeam("Mexican Drug Cartel Mobster", {
- color = Color(100, 100, 100, 255),
- model = "models/player/Group03/male_03.mdl",
- description = [[You work for the Mexican Drug Cartel,
- You take orders from the Mexican Drug Cartel boss only.
- SALARY:45]],
- weapons = {},
- command = "drugcartel",
- max = 5,
- salary = 45,
- admin = 0,
- vote = false,
- hasLicense = false
- })
- TEAM_ITALIANMOBBOSS = AddExtraTeam("Italian Mob Boss", {
- color = Color(100, 128, 128, 128),
- model = "models/player/gman_high.mdl",
- description = [[As the italian mob boss you have the athority to
- tell the italian mobsters what to do. But be careful because
- police informent will be looking out for you
- SALARY:50]],
- weapons = {},
- command = "italianmobboss",
- max = 1,
- salary = 50,
- admin = 0,
- vote = false,
- hasLicense = false
- })
- TEAM_ITALIANMOBSTER = AddExtraTeam("Italian Mobster", {
- color = Color(100, 100, 100, 255),
- model = "models/player/guerilla.mdl",
- description = [[You work for the Italian Mob boss,
- You take orders from the Italian mob boss only.
- SALARY:45]],
- weapons = {},
- command = "italianmobster",
- max = 6,
- salary = 45,
- admin = 0,
- vote = false,
- hasLicense = false
- })
- TEAM_SWAT = AddExtraTeam("S.W.A.T", {
- color = Color(50, 90, 255, 255),
- model = "models/player/urban.mdl",
- description = [[ [Donator Job] As a S.W.A.T officer it is your
- job to infiltrate
- drug labs and and asisest police officers on high level raids.
- You are still under the athorty of the police cheif.
- SALARY:100]],
- weapons = {"weapon_mad_mp5", "arrest_stick", "door_ram", "stunstick", "unarrest_stick", "weaponchecker", "weapon_mad_p228"},
- command = "swat",
- max = 3,
- salary = 100,
- admin = 0,
- vote = false,
- hasLicense = true
- })
- TEAM_SWATCO = AddExtraTeam("S.W.A.T Commander", {
- color = Color(10, 10, 100, 255),
- model = "models/player/urban.mdl",
- description = [[ [Donator Job] As a S.W.A.T Commander it is your
- job to infiltrate
- drug labs and and asisest police officers on high level raids.
- You are still under the athorty of the police cheif.
- SALARY:130]],
- weapons = {"arrest_stick", "unarrest_stick", "stunstick", "door_ram", "weaponchecker", "weapon_mad_m4", "weapon_mad_deagle"},
- command = "swatco",
- max = 1,
- salary = 130,
- admin = 0,
- vote = false,
- hasLicense = true,
- NeedToChangeFrom = TEAM_SWAT
- })
- TEAM_RAPIST = AddExtraTeam("Rapist", {
- color = Color(255, 93, 0, 255),
- model = "models/player/charple.mdl",
- description = [[As a ninja you can jump from building
- to building with you grapling hook. But be careful
- because grapling hook is not leagel.
- SALARY:90]],
- weapons = {"weapon_adult"},
- command = "rape",
- max = 2,
- salary = 65,
- admin = 0,
- vote = false,
- hasLicense = false
- })
- TEAM_FBI = AddExtraTeam("F.B.I", {
- color = Color(50, 90, 255, 255),
- model = "models/player/riot.mdl",
- description = [[ [Gold Donator] As a F.B.I Special Agent its your job to find
- Terrorists and kill or arrest them.....
- SALARY:120]],
- weapons = {"weapon_mad_m4", "weapon_mad_p228"},
- command = "fbi",
- max = 2,
- salary = 120,
- admin = 0,
- vote = false,
- hasLicense = false
- })
- TEAM_BANK = AddExtraTeam("Downtown Bank Owner", {
- color = Color(65, 90, 255, 255),
- model = "models/player/Hostage/hostage_04.mdl",
- description = [[ [Gold Donator] As a Bank Owner you can store
- printers, guns etc.....
- SALARY:120]],
- weapons = {},
- command = "bank",
- max = 2,
- salary = 120,
- admin = 0,
- vote = false,
- hasLicense = false
- })
- TEAM_NG = AddExtraTeam("National Guard", {
- color = Color(10, 10, 100, 255),
- model = "models/player/gasmask.mdl",
- description = [[ [Gold Donator Job] As a member of the National Guard
- your job is to protect the citizen from terrorist...
- If its allot of Terrorists in the city the Lieutenant Colonel of the
- National Guard is in charge over all Law Enforcement in the city.
- SALARY:150]],
- weapons = {"weaponchecker", "weapon_mad_m4", "weapon_mad_p228"},
- command = "ng",
- max = 5,
- salary = 150,
- admin = 0,
- vote = false,
- hasLicense = true
- })
- TEAM_NGLT = AddExtraTeam("National Guard Lieutenant Colonel", {
- color = Color(10, 10, 150, 255),
- model = "models/player/gasmask.mdl",
- description = [[ [Supporter Job] As the Lieutenant Colonel in the
- National Guard its your job to be in charge of all Law Enforcement
- when its allot of terrorists or attacks in the city.
- SALARY:230]],
- weapons = {"weaponchecker", "weapon_mad_m4", "weapon_mad_p228"},
- command = "nglt",
- max = 5,
- salary = 230,
- admin = 0,
- vote = false,
- hasLicense = true,
- customCheck = function(ply)
- return ply:IsUserGroup("d_headadmin") or ply:IsUserGroup("developer")
- end
- })
- TEAM_ADMIN = AddExtraTeam("Admin On Patrol", {
- color = Color(100, 100, 100, 255),
- model = {
- "models/player/combine_super_soldier.mdl",
- },
- description = [[Info]],
- weapons = {"hl2_combo_fists"},
- command = "admin",
- max = 3,
- salary = 1000,
- admin = 0,
- vote = false,
- hasLicense = false,
- customCheck = function(ply)
- return ply:IsSuperAdmin() or ply:IsUserGroup("admin") or ply:IsUserGroup("sadmingolddonator") or ply:IsUserGroup("developer") or ply:IsUserGroup("trialadmin") or ply:IsUserGroup("junioradmin") or ply:IsUserGroup("trialadmingolddonator")
- end
- })
- --[[---------------------------------------------------------------------------
- Define which team joining players spawn into and what team you change to if demoted
- ---------------------------------------------------------------------------]]
- GAMEMODE.DefaultTeam = TEAM_CITIZEN
- --[[---------------------------------------------------------------------------
- Define which teams belong to civil protection
- Civil protection can set warrants, make people wanted and do some other police related things
- ---------------------------------------------------------------------------]]
- GAMEMODE.CivilProtection = {
- [TEAM_POLICE] = true,
- [TEAM_CHIEF] = true,
- [TEAM_MAYOR] = true,
- }
- --[[---------------------------------------------------------------------------
- Jobs that are hitmen (enables the hitman menu)
- ---------------------------------------------------------------------------]]
- DarkRP.addHitmanTeam(TEAM_BOUNTY, TEAM_HITMAN)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement