Advertisement
Guest User

Guard. Police, Swat. Swat Sniper

a guest
Dec 12th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.34 KB | None | 0 0
  1. --[[
  2.     Generated using: DarkRP | Job Generator
  3.     https://csite.io/tools/gmod-darkrp-job
  4. --]]
  5. Team_Guard = DarkRP.createJob("Guard", {
  6.     color = Color(34, 85, 85, 255),
  7.     model = {"models/player/odessa.mdl"},
  8.     description = [[People will pay for your protection.]],
  9.     weapons = {"m9k_m92beretta", "stunstick"},
  10.     command = "Guard",
  11.     max = 4,
  12.     salary = 50,
  13.     admin = 0,
  14.     vote = false,
  15.     hasLicense = true,
  16.     candemote = false,
  17.     PlayerSpawn = function(ply)
  18.         ply:SetMaxHealth(100)
  19.         ply:SetHealth(100)
  20.         ply:SetArmor(50)
  21.     end
  22. })--[[
  23.     Generated using: DarkRP | Job Generator
  24.     https://csite.io/tools/gmod-darkrp-job
  25. --]]
  26. Team_Police = DarkRP.createJob("Police", {
  27.     color = Color(34, 85, 85, 255),
  28.     model = {"models/player/police.mdl"},
  29.     description = [[The protector of every citizen that lives in the city.
  30. You have the power to arrest criminals and protect innocents.]],
  31.     weapons = {"weapon_fists", "arrest_stick", "unarrest_stick", "m9k_usp", "stunstick", "weaponchecker"},
  32.     command = "Police",
  33.     max = 4,
  34.     salary = 100,
  35.     admin = 0,
  36.     vote = false,
  37.     hasLicense = true,
  38.     candemote = false,
  39.     category = "Government",
  40.     PlayerSpawn = function(ply)
  41.         ply:SetMaxHealth(100)
  42.         ply:SetHealth(100)
  43.         ply:SetArmor(100)
  44.     end
  45. })--[[
  46.     Generated using: DarkRP | Job Generator
  47.     https://csite.io/tools/gmod-darkrp-job
  48. --]]
  49. Team_S.W.A.T = DarkRP.createJob("S.W.A.T Sniper", {
  50.     color = Color(34, 85, 85, 255),
  51.     model = {"models/player/urban.mdl"},
  52.     description = [[The protector of every citizen that lives in the city.
  53.         You have the power to arrest criminals and protect innocents.
  54.         Hit a player with your arrest baton to put them in jail.
  55.         Bash a player with a stunstick and they may learn to obey the law.]],
  56.     weapons = {"arrest_stick", "unarrest_stick", "weapon_glock2", "ls_sniper", "stunstick", "weaponchecker"},
  57.     command = "Swat1",
  58.     max = 2,
  59.     salary = 150,
  60.     admin = 0,
  61.     vote = true,
  62.     hasLicense = true,
  63.     candemote = false,
  64.     category = "Government",
  65.     PlayerSpawn = function(ply)
  66.         ply:SetMaxHealth(100)
  67.         ply:SetHealth(100)
  68.         ply:SetArmor(100)
  69.     end
  70. })--[[
  71.     Generated using: DarkRP | Job Generator
  72.     https://csite.io/tools/gmod-darkrp-job
  73. --]]
  74. Team_S.W.A.T = DarkRP.createJob("S.W.A.T", {
  75.     color = Color(34, 85, 85, 255),
  76.     model = {"models/player/riot.mdl"},
  77.     description = [[[The protector of every citizen that lives in the city.
  78.         You have the power to arrest criminals and protect innocents.
  79.         Hit a player with your arrest baton to put them in jail.
  80.         Bash a player with a stunstick and they may learn to obey the law.
  81.         The Battering Ram can break down the door of a criminal, with a warrant for their arrest.
  82.         The Battering Ram can also unfreeze frozen props.]],
  83.     weapons = {"{arrest_stick", "unarrest_stick", "weapon_glock2", "weapon_ak472", "stunstick", "door_ram", "weaponchecker}"},
  84.     command = "S.W.A.T",
  85.     max = 6,
  86.     salary = 200,
  87.     admin = 0,
  88.     vote = true,
  89.     hasLicense = true,
  90.     candemote = false,
  91.     category = "Government",
  92.     PlayerSpawn = function(ply)
  93.         ply:SetMaxHealth(100)
  94.         ply:SetHealth(100)
  95.         ply:SetArmor(100)
  96.     end
  97. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement