Zaktak

212th

Dec 8th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.77 KB | None | 0 0
  1. TEAM_212th = DarkRP.createJob("212th Private", {
  2.     color = Color(255, 178, 0, 255),
  3.     model = {"models/reizer_cgi_p2/212_trp/212_trp.mdl"},
  4.     description = [[212th Private]],
  5.     weapons = {"salute", "weapon_752_dc17dual", "keys", "weapon_752_dc15a"},
  6.     command = "212private",
  7.     max = 0,
  8.     salary = 25,
  9.     admin = 0,
  10.     vote = false,
  11.     hasLicense = false,
  12.     candemote = false,
  13.     category = "212th",
  14.     PlayerSpawn = function(ply)
  15.         ply:SetMaxHealth(1000)
  16.         ply:SetHealth(1000)
  17.         ply:SetArmor(0)
  18.     end
  19. })
  20.  
  21. TEAM_212th = DarkRP.createJob("212th Sergeant", {
  22.     color = Color(255, 178, 0, 255),
  23.     model = {"models/reizer_cgi_p2/212_assault/212_assault.mdl"},
  24.     description = [[The 212th Sergeant]],
  25.     weapons = {"weapon_752_dc17m_br", "weapon_752_dc17dual", "keys", "salute"},
  26.     command = "212sgt",
  27.     max = 0,
  28.     salary = 50,
  29.     admin = 0,
  30.     vote = false,
  31.     hasLicense = false,
  32.     candemote = false,
  33.     category = "212th",
  34.     PlayerSpawn = function(ply)
  35.         ply:SetMaxHealth(1250)
  36.         ply:SetHealth(1250)
  37.         ply:SetArmor(0)
  38.     end
  39. })
  40.  
  41. TEAM_212th = DarkRP.createJob("212th Lance Corporal", {
  42.     color = Color(255, 178, 0, 255),
  43.     model = {"models/reizer_cgi_p2/212_lt/212_lt.mdl"},
  44.     description = [[The 212th Lance Corporal]],
  45.     weapons = {"salute", "weapon_752_dc17dual", "keys", "weapon_752_dc17"},
  46.     command = "212thlcpl",
  47.     max = 0,
  48.     salary = 75,
  49.     admin = 0,
  50.     vote = false,
  51.     hasLicense = false,
  52.     candemote = false,
  53.     category = "212th",
  54.     PlayerSpawn = function(ply)
  55.         ply:SetMaxHealth(1500)
  56.         ply:SetHealth(1500)
  57.         ply:SetArmor(0)
  58.     end
  59. })
  60.  
  61. TEAM_212th = DarkRP.createJob("212th 2nd Lieutenant", {
  62.     color = Color(255, 178, 0, 255),
  63.     model = {"models/reizer_cgi_p2/212_cody/212_cody.mdl"},
  64.     description = [[The 212th 2nd Lieutenant]],
  65.     weapons = {"salute", "keys", "weapon_752_dc17dual", "weapon_752bf3_binoculars", "weapon_752bf3_dlt19"},
  66.     command = "212lt",
  67.     max = 0,
  68.     salary = 100,
  69.     admin = 0,
  70.     vote = false,
  71.     hasLicense = false,
  72.     candemote = false,
  73.     category = "212th",
  74.     PlayerSpawn = function(ply)
  75.         ply:SetMaxHealth(1750)
  76.         ply:SetHealth(1750)
  77.         ply:SetArmor(0)
  78.     end
  79. })
  80.  
  81. TEAM_212th = DarkRP.createJob("212th Captain", {
  82.     color = Color(255, 178, 0, 255),
  83.     model = {"models/reizer_cgi_p2/212_snow_cmd/212_snow_cmd.mdl"},
  84.     description = [[The 212th Captain]],
  85.     weapons = {"salute", "keys", "weapon_752_dc17dual", "weapon_752bf3_binoculars", "weapon_752bf3_e11"},
  86.     command = "212lt",
  87.     max = 0,
  88.     salary = 125,
  89.     admin = 0,
  90.     vote = false,
  91.     hasLicense = false,
  92.     candemote = false,
  93.     category = "212th",
  94.     PlayerSpawn = function(ply)
  95.         ply:SetMaxHealth(2000)
  96.         ply:SetHealth(2000)
  97.         ply:SetArmor(0)
  98.     end
  99. })
  100.  
  101. TEAM_212th = DarkRP.createJob("212th Major", {
  102.     color = Color(255, 178, 0, 255),
  103.     model = {"models/reizer_cgi_p2/212_cpt/212_cpt.mdl"},
  104.     description = [[The 212th Major]],
  105.     weapons = {"salute", "keys", "weapon_752_dc17dual", "weapon_752bf3_binoculars", "weapon_752bf3_e11"},
  106.     command = "212mjr",
  107.     max = 0,
  108.     salary = 150,
  109.     admin = 0,
  110.     vote = false,
  111.     hasLicense = false,
  112.     candemote = false,
  113.     category = "212th",
  114.     PlayerSpawn = function(ply)
  115.         ply:SetMaxHealth(2250)
  116.         ply:SetHealth(2250)
  117.         ply:SetArmor(0)
  118.     end
  119. })
  120.  
  121. TEAM_212th = DarkRP.createJob("212th Commander", {
  122.     color = Color(255, 178, 0, 255),
  123.     model = {"models/reizer_cgi_p2/212_arc/212_arc.mdl"},
  124.     description = [[The 212th Commander]],
  125.     weapons = {"salute", "keys", "weapon_752_dc17dual", "weapon_752bf3_binoculars", "weapon_752bf3_e11"},
  126.     command = "212co",
  127.     max = 0,
  128.     salary = 150,
  129.     admin = 0,
  130.     vote = false,
  131.     hasLicense = false,
  132.     candemote = false,
  133.     category = "212th",
  134.     PlayerSpawn = function(ply)
  135.         ply:SetMaxHealth(2500)
  136.         ply:SetHealth(2500)
  137.         ply:SetArmor(0)
  138.     end
  139. })
Add Comment
Please, Sign In to add comment