Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- TEAM_THIEF = DarkRP.createJob("Thief", {
- color = Color(0, 0, 0, 255),
- model = "models/player/group03/male_09.mdl",
- description = [[You are a thief, rob people.]],
- weapons = {"lockpick", "itemstore_pickup"},
- command = "thief",
- max = 2,
- salary = 65,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Citizens",
- })
- TEAM_HOBO = AddExtraTeam("Hobo", {
- color = Color(80, 45, 0, 255),
- model = "models/player/corpse1.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]],
- weapons = {"weapon_bugbait", "weapon_angryhobo", "itemstore_pickup"},
- command = "hobo",
- max = 5,
- salary = 0,
- admin = 0,
- vote = false,
- hasLicense = false,
- candemote = false
- })
- TEAM_KNIFE = DarkRP.createJob("Knife Dealer", {
- color = Color(255, 55, 55, 255),
- model = {"models/codmw2/t_codm.mdl", "itemstore_pickup"},
- description = [[You are a Knife Dealer, You sell Limited Edition Knives to people. For a price]],
- weapons = {},
- command = "knifedealer",
- max = 2,
- salary = 55,
- admin = 0,
- vote = false,
- hasLicense = true,
- candemote = false,
- category = "Citizens"
- })
- TEAM_BGUARD = DarkRP.createJob("Bank Guard", {
- color = Color(0,200,50,255),
- model = "models/player/barney.mdl",
- description = [[You are the bank guard, you protect the bank from robbers!.]],
- weapons = {"m9k_deagle", "itemstore_pickup"},
- command = "bguard",
- max = 4,
- salary = 85,
- admin = 0,
- vote = false,
- hasLicense = true,
- category = "Citizens",
- })
- TEAM_PET = DarkRP.createJob("Pet", {
- color = Color(0,200,50,255),
- model = "models/doge_player/doge_player.mdl",
- description = [[You are a Pet, you go to lonely people and make them happy]],
- weapons = {"weapon_vape_juicy", "itemstore_pickup"},
- command = "pet",
- max = 2,
- salary = 85,
- admin = 0,
- vote = false,
- hasLicense = true,
- category = "Citizens",
- })
- TEAM_VAPE = DarkRP.createJob("Vape Legend", {
- color = Color(0,200,50,255),
- model = "models/player/skeleton.mdl",
- description = [[You are the Vape Legend, You just vape. You can also sell vapes for a price]],
- weapons = {"weapon_vape_butterfly", "weapon_vape_custom", "itemstore_pickup"},
- command = "vape",
- max = 2,
- salary = 85,
- admin = 0,
- vote = false,
- hasLicense = true,
- category = "Citizens",
- })
- TEAM_UNDERCOVER = DarkRP.createJob("Undercover Cop", {
- color = Color(255, 0, 0, 255),
- model = {"models/player/group03/male_09.mdl"},
- description = [[You are a undercover cop. You join criminal organisations and find out what they are up to. Use /job to change your title]],
- weapons = {"m9k_hkusp", "itemstore_pickup"},
- command = "/undercover",
- max = 3,
- salary = 45,
- admin = 0,
- vote = false,
- hasLicense = true,
- candemote = false,
- category = "Civil Protection"
- })
- TEAM_HACK = DarkRP.createJob("Hacker", {
- color = Color(0,200,50,255),
- model = "models/player/aiden_pearce.mdl",
- description = [[You are a hacker, you hack. You can work with ANYONE]],
- weapons = {"weapon_hack_phone", "keypad_cracker", "itemstore_pickup"},
- command = "hacker",
- max = 4,
- salary = 55,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Citizens",
- })
- TEAM_PTHIEF = DarkRP.createJob("Quick Thief", {
- color = Color(0, 0, 0, 255),
- model = "models/player/group03/male_09.mdl",
- description = [[You are a professional thief, rob people with speed.]],
- weapons = {"pro_lockpick", "itemstore_pickup"},
- command = "qthief",
- max = 5,
- salary = 65,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Citizens",
- customCheck = function(ply) return CLIENT or
- table.HasValue({"vip", "trial-moderator", "moderator", "admin", "senior-administrator", "superadmin", "staff-manager"}, ply:GetNWString("usergroup"))
- end,
- CustomCheckFailMsg = "This is for VIP only",
- })
- TEAM_PHACK = DarkRP.createJob("Quick Hacker", {
- color = Color(0,200,50,255),
- model = "models/player/aiden_pearce.mdl",
- description = [[You are a quick hacker, you hack quicker than others. You can work with ANYONE]],
- weapons = {"weapon_hack_phone", "prokeypadcracker", "itemstore_pickup"},
- command = "qhacker",
- max = 4,
- salary = 55,
- admin = 0,
- vote = false,
- hasLicense = false,
- category = "Citizens",
- customCheck = function(ply) return CLIENT or
- table.HasValue({"vip", "trial-moderator", "moderator", "admin", "senior-administrator", "superadmin", "staff-manager"}, ply:GetNWString("usergroup"))
- end,
- CustomCheckFailMsg = "This is for VIP only",
- })
Advertisement
Add Comment
Please, Sign In to add comment