Advertisement
condoro

Untitled

Jan 19th, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 5.50 KB | None | 0 0
  1. TEAM_442COM = DarkRP.createJob("442nd Commander", {
  2.     color = Color(17, 255, 23, 255),
  3.     model = {"models/player/442siege/442com.mdl"},
  4.     description = [[You are the Commander of the 442nd Siege Battalion.]],
  5.     weapons = {"tfa_swch_dc15a", "tfa_swch_dc15s", "weapon_rpw_binoculars", "realistic_hook", "tfa_sw_dc17dual", "weapon_physgun", "gmod_tool", "weapon_holster"},
  6.     command = "442com",
  7.     max = 1,
  8.     salary = 300,
  9.     admin = 0,
  10.     vote = false,
  11.     hasLicense = true,
  12.     candemote = false,
  13.     category = "442nd Siege Battalion",
  14.     ammo = {
  15.         ["AR2"] = 400
  16.     },
  17.     PlayerSpawn = function(ply)
  18.         ply:SetMaxHealth(300)
  19.         ply:SetHealth(300)
  20.         ply:SetArmor(250)
  21.     end
  22. })
  23.  
  24. TEAM_442CPT = DarkRP.createJob("442nd Captain", {
  25.     color = Color(17, 255, 23, 255),
  26.     model = {"models/player/442siege/442officer.mdl"},
  27.     description = [[You are a Captain of the 442nd Siege Battalion.]],
  28.     weapons = {"tfa_swch_dc15a", "tfa_swch_dc15s", "weapon_rpw_binoculars", "tfa_sw_dc17dual", "weapon_physgun", "gmod_tool", "weapon_holster"},
  29.     command = "442cpt",
  30.     max = 5,
  31.     salary = 275,
  32.     admin = 0,
  33.     vote = false,
  34.     hasLicense = true,
  35.     candemote = false,
  36.     category = "442nd Siege Battalion",
  37.     ammo = {
  38.         ["AR2"] = 400
  39.     },
  40.     PlayerSpawn = function(ply)
  41.         ply:SetMaxHealth(275)
  42.         ply:SetHealth(275)
  43.         ply:SetArmor(230)
  44.     end
  45. })
  46.  
  47. TEAM_442SGT = DarkRP.createJob("442nd Sergeant", {
  48.     color = Color(17, 255, 23, 255),
  49.     model = {"models/player/442siege/442sgt.mdl"},
  50.     description = [[You are a Sergeant of the 442nd Siege Battalion.]],
  51.     weapons = {"tfa_swch_dc15a", "tfa_swch_dc15s", "tfa_swch_dc17", "weapon_holster"},
  52.     command = "442sgt",
  53.     max = 10,
  54.     salary = 250,
  55.     admin = 0,
  56.     vote = false,
  57.     hasLicense = true,
  58.     candemote = false,
  59.     category = "442nd Siege Battalion",
  60.     ammo = {
  61.         ["AR2"] = 400
  62.     },
  63.     PlayerSpawn = function(ply)
  64.         ply:SetMaxHealth(250)
  65.         ply:SetHealth(250)
  66.         ply:SetArmor(220)
  67.     end
  68. })
  69.  
  70. TEAM_442TPR = DarkRP.createJob("442nd Trooper", {
  71.     color = Color(17, 255, 23, 255),
  72.     model = {"models/player/442siege/442trooper.mdl"},
  73.     description = [[You are a Trooper of the 442nd Siege Battalion.]],
  74.     weapons = {"tfa_swch_dc15a", "tfa_swch_dc15s", "tfa_swch_dc17", "weapon_holster"},
  75.     command = "442tpr",
  76.     max = 15,
  77.     salary = 225,
  78.     admin = 0,
  79.     vote = false,
  80.     hasLicense = true,
  81.     candemote = false,
  82.     category = "442nd Siege Battalion",
  83.     ammo = {
  84.         ["AR2"] = 400
  85.     },
  86.     PlayerSpawn = function(ply)
  87.         ply:SetMaxHealth(225)
  88.         ply:SetHealth(225)
  89.         ply:SetArmor(210)
  90.     end
  91. })
  92.  
  93. TEAM_442MED = DarkRP.createJob("442nd Medic", {
  94.     color = Color(17, 255, 23, 255),
  95.     model = {"models/player/442siege/442medic.mdl"},
  96.     description = [[You are a Medic of the 442nd Siege Battalion.]],
  97.     weapons = {"weapon_holster", "tfa_swch_dc15s", "tfa_swch_dc15a", "tfa_swch_dc17", "weapon_jew_bactakit", "weapon_medkit", "weapon_jew_stimkit", "weapon_bactanade"},
  98.     command = "442med",
  99.     max = 10,
  100.     salary = 250,
  101.     admin = 0,
  102.     vote = false,
  103.     hasLicense = true,
  104.     candemote = false,
  105.     category = "442nd Siege Battalion",
  106.     ammo = {
  107.         ["AR2"] = 400
  108.     },
  109.     PlayerSpawn = function(ply)
  110.         ply:SetMaxHealth(250)
  111.         ply:SetHealth(250)
  112.         ply:SetArmor(220)
  113.     end
  114. })
  115.  
  116. TEAM_442H = DarkRP.createJob("442nd Heavy", {
  117.     color = Color(17, 255, 23, 255),
  118.     model = {"models/player/442nd/442ndjuggernaut.mdl"},
  119.     description = [[You are a Heavy of the 442nd Siege Battalion.]],
  120.     weapons = {"weapon_holster", "tfa_swch_z6", "tfa_swch_dc15s", "tfa_swch_clonelauncher", "tfa_swch_dc15a", "tfa_swch_dc17"},
  121.     command = "442h",
  122.     max = 3,
  123.     salary = 275,
  124.     admin = 0,
  125.     vote = false,
  126.     hasLicense = true,
  127.     candemote = false,
  128.     category = "442nd Siege Battalion",
  129.     ammo = {
  130.         ["AR2"] = 400
  131.     },
  132.     PlayerSpawn = function(ply)
  133.         ply:SetMaxHealth(275)
  134.         ply:SetHealth(275)
  135.         ply:SetArmor(230)
  136.     end
  137. })
  138.  
  139. TEAM_442ARF = DarkRP.createJob("442nd ARF Trooper", {
  140.     color = Color(17, 255, 23, 255),
  141.     model = {"models/player/lastbastion/442arf/442arf.mdl"},
  142.     description = [[You are a ARF Trooper of the 442nd Siege Battalion.]],
  143.     weapons = {"weapon_holster", "tfa_swch_dc15s", "tfa_swch_dc15a", "tfa_swch_dc17", "tfa_sw_repsnip"},
  144.     command = "442arf",
  145.     max = 10,
  146.     salary = 250,
  147.     admin = 0,
  148.     vote = false,
  149.     hasLicense = true,
  150.     candemote = false,
  151.     category = "442nd Siege Battalion",
  152.     ammo = {
  153.         ["AR2"] = 400
  154.     },
  155.     PlayerSpawn = function(ply)
  156.         ply:SetMaxHealth(250)
  157.         ply:SetHealth(250)
  158.         ply:SetArmor(220)
  159.     end
  160. })
  161.  
  162. TEAM_442ARC = DarkRP.createJob("442nd ARC Trooper", {
  163.     color = Color(17, 255, 23, 255),
  164.     model = {"models/player/442siege/442arc.mdl"},
  165.     description = [[You are a ARC Trooper of the 442nd Siege Battalion.]],
  166.     weapons = {"weapon_holster", "tfa_swch_dc15s", "realistic_hook", "tfa_swch_dc15a", "tfa_sw_dc17dual"},
  167.     command = "442arc",
  168.     max = 5,
  169.     salary = 275,
  170.     admin = 0,
  171.     vote = false,
  172.     hasLicense = true,
  173.     candemote = false,
  174.     category = "442nd Siege Battalion",
  175.     ammo = {
  176.         ["AR2"] = 400
  177.     },
  178.     PlayerSpawn = function(ply)
  179.         ply:SetMaxHealth(275)
  180.         ply:SetHealth(275)
  181.         ply:SetArmor(225)
  182.     end
  183. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement