Advertisement
Guest User

Untitled

a guest
Mar 25th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 48.71 KB | None | 0 0
  1. TEAM_STAFF = DarkRP.createJob("Staff On Duty", {
  2.    color = Color(255, 0, 0, 255),
  3.    model = {"models/player/invisible.mdl"},
  4.    description = [[Staff on Duty]],
  5.    weapons = {"arrest_stick", "unarrest_stick", "weapon_physgun", "gmod_tool"},
  6.    command = "staff",
  7.    max = 8,
  8.    salary = 25, // = 1,
  9.    admin = 0,
  10.    vote = false,
  11.    haslicense = false,
  12.    candemote = true,
  13.    -- CustomCheck
  14.    medic = false,
  15.    chief = false,
  16.    mayor = false,
  17.    hobo = false,
  18.    cook = false,
  19.    category = "Staff",
  20.    PlayerLoadout = function (ply) ply:SetArmor(0) ply:SetHealth(99999) end,
  21. })
  22.  
  23. TEAM_BANNED_MOUSEDROID = DarkRP.createJob("(banned) Mouse Droid", {
  24.     color = Color(217, 217, 217, 255),
  25.     model = {"models/gagmouse/gagmousedroid.mdl"},
  26.     description = [[This is a banned player. You may hunt them down, or you may let them live in peace.]],  
  27.     weapons = {"sswep_mouse"},
  28.     command = "mousedroid",
  29.     max = 0,
  30.     sortOrder = 1,
  31.     salary = 25, // = 25,
  32.     vote = false,
  33.     hasLicense = true,
  34.     admin = 0,
  35.     category = "Unassigned",
  36.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  37.     PlayerLoadout = function(ply) ply:SetHealth(10) ply:SetMaxHealth(10) ply:SetArmor(0) end,
  38. })
  39.  
  40. TEAM_RECRUIT = DarkRP.createJob("Recruit", {
  41.     color = Color(217, 217, 217, 255),
  42.     model = {"models/player/impworker.mdl "},
  43.     description = [[recruit.]],  
  44.     weapons = {"weapon_training_e11"},
  45.     command = "recruit",
  46.     max = 0,
  47.     sortOrder = 1,
  48.     salary = 25, // = 75,
  49.     vote = false,
  50.     hasLicense = true,
  51.     admin = 0,
  52.     category = "Unassigned",
  53.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  54.     PlayerLoadout = function(ply) ply:SetHealth(250) ply:SetMaxHealth(250) ply:SetArmor(0) end,
  55. })
  56.  
  57.  
  58. TEAM_STORM_TROOPER = DarkRP.createJob("Storm Trooper", {
  59.     color = Color(217, 217, 217, 255),
  60.     model = "models/player/fatal/troopers/trooper.mdl",
  61.     description = [[The basic unit of the Empire's forces]],  
  62.     weapons = {"tfa_voxel_e11", "church_hook"},
  63.     command = "st",
  64.     max = 0,
  65.     sortOrder = 1,
  66.     salary = 25, // = 75,
  67.     vote = false,
  68.     hasLicense = true,
  69.     admin = 0,
  70.     category = "Stormtroopers",
  71.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  72.     PlayerLoadout = function(ply) ply:SetHealth(250) ply:SetMaxHealth(250) ply:SetArmor(0) end,
  73. })
  74.  
  75. TEAM_STORM_SGT = DarkRP.createJob("Stormtrooper SGT", {
  76.     color = Color(217, 217, 217, 255),
  77.     model = "models/player/fatal/troopers/commander.mdl",
  78.     description = [[A leader of the Empires stormtroopers]],  
  79.     weapons = {"tfa_voxel_e11", "church_hook","tfa_voxel_scoutblaster"},
  80.     command = "stsgt",
  81.     max = 1,
  82.     sortOrder = 1,
  83.     salary = 25, // = 75,
  84.     vote = false,
  85.     hasLicense = true,
  86.     admin = 0,
  87.     category = "Stormtroopers",
  88.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  89.     PlayerLoadout = function(ply) ply:SetHealth(250) ply:SetMaxHealth(250) ply:SetArmor(0) end,
  90. })
  91.  
  92.  
  93. TEAM_STORM_HEAVY = DarkRP.createJob("Stormtrooper Heavy", {
  94.     color = Color(217, 217, 217, 255),
  95.     model = "models/player/fatal/troopers/officer.mdl",
  96.     description = [[The basic unit of the Empire's forces that specializes in hevay weaponry]],  
  97.     weapons = {"tfa_voxel_rt97c", "church_hook", "weapon_dt12"},
  98.     command = "sthvy",
  99.     max = 0,
  100.     sortOrder = 1,
  101.     salary = 25, // = 75,
  102.     vote = false,
  103.     hasLicense = true,
  104.     admin = 0,
  105.     category = "Stormtroopers",
  106.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  107.     PlayerLoadout = function(ply) ply:SetHealth(250) ply:SetMaxHealth(250) ply:SetArmor(0) end,
  108. })
  109.  
  110. TEAM_STORM_MEDIC = DarkRP.createJob("Stormtrooper Medic", {
  111.     color = Color(217, 217, 217, 255),
  112.     model = "models/player/hydro/imperial_stormsurgeon/stormsurgeon.mdl",
  113.     description = [[The basic unit of the Empire's forces that specializes in field medical assistance]],  
  114.     weapons = {"tfa_voxel_e11", "church_hook", "weapon_bactainjector", "weapon_bactanade"},
  115.     command = "stmed",
  116.     max = 0,
  117.     sortOrder = 1,
  118.     salary = 25, // = 75,
  119.     vote = false,
  120.     hasLicense = true,
  121.     admin = 0,
  122.     category = "Stormtroopers",
  123.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  124.     PlayerLoadout = function(ply) ply:SetHealth(250) ply:SetMaxHealth(250) ply:SetArmor(0) end,
  125. })
  126.  
  127. TEAM_STORM_MARKSMAN = DarkRP.createJob("Stormtrooper Marksman", {
  128.     color = Color(217, 217, 217, 255),
  129.     model = "models/player/fatal/troopers/sergeant.mdl",
  130.     description = [[The basic unit of the Empire's forces that specializes in marksmanship]],  
  131.     weapons = {"church_hook","tfa_voxel_t21b", "weapon_dl18"},
  132.     command = "stsnip",
  133.     max = 0,
  134.     sortOrder = 1,
  135.     salary = 25, // = 75,
  136.     vote = false,
  137.     hasLicense = true,
  138.     admin = 0,
  139.     category = "Stormtroopers",
  140.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  141.     PlayerLoadout = function(ply) ply:SetHealth(250) ply:SetMaxHealth(250) ply:SetArmor(0) end,
  142. })
  143.  
  144. TEAM_PILOT = DarkRP.createJob("TIE Pilot", {
  145.     color = Color(36, 36, 36, 255),
  146.     model = "models/player/sgg/starwars/tie_pilot.mdl",
  147.     description = [[The basic unit of the Empire's forces]],  
  148.     weapons = {"tfa_voxel_e11","church_hook"},
  149.     command = "pilot",
  150.     max = 0,
  151.     sortOrder = 1,
  152.     salary = 25, // = 75,
  153.     vote = false,
  154.     hasLicense = true,
  155.     admin = 0,
  156.     category = "Pilots",
  157.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  158.     PlayerLoadout = function(ply) ply:SetHealth(250) ply:SetMaxHealth(250) ply:SetArmor(0) end,
  159. })
  160.  
  161.  
  162.  
  163. TEAM_NOVA = DarkRP.createJob("Nova Trooper", {
  164.     color = Color(132, 250, 0, 255),
  165.     model = {"models/player/hydro/novatrooper/novatrooper.mdl",},
  166.     description = [[Nova Troopers.]],  
  167.     weapons = {"tfa_voxel_dlt19", "tfa_voxel_dh17", "weapon_acp", "church_hook" },
  168.     command = "nova",
  169.     max = 0,
  170.     sortOrder = 1,
  171.     salary = 25, // = 75,
  172.     vote = false,
  173.     hasLicense = true,
  174.     admin = 0,
  175.     category = "Nova",
  176.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  177.     PlayerLoadout = function(ply) ply:SetHealth(200) ply:SetMaxHealth(200) ply:SetArmor(0) end,
  178. })
  179.  
  180. TEAM_NOVALT = DarkRP.createJob("Nova Lieutenant", {
  181.     color = Color(132, 250, 0, 255),
  182.     model = "models/player/hydro/novatrooper/novatrooper.mdl",
  183.     description = [[Nova Trooper Lieutenant.]],  
  184.     weapons = {"tfa_voxel_dlt19", "tfa_voxel_dh17", "weapon_acp","church_hook"},
  185.     command = "novalt",
  186.     max = 0,
  187.     sortOrder = 2,
  188.     salary = 25, // = 75,
  189.     vote = false,
  190.     hasLicense = true,
  191.     admin = 0,
  192.     category = "Nova",
  193.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  194.     PlayerLoadout = function(ply) ply:SetHealth(250) ply:SetMaxHealth(250) ply:SetArmor(0) end,
  195. })
  196.  
  197. TEAM_NOVA_COMMANDER = DarkRP.createJob("Nova Commander", {
  198.     color = Color(132, 250, 0, 255),
  199.     model = "models/player/hydro/novatrooper/novatrooper.mdl",
  200.     description = [[Commander of the Nova Battalion.]],  
  201.     weapons = {"tfa_voxel_dlt19", "weapon_752bf3_scoutblaster","weapon_acp","church_hook"},
  202.     command = "novac",
  203.     max = 1,
  204.     sortOrder = 3,
  205.     salary = 25, // = 75,
  206.     vote = false,
  207.     hasLicense = true,
  208.     admin = 0,
  209.     category = "Nova",
  210.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  211.     PlayerLoadout = function(ply) ply:SetHealth(300) ply:SetMaxHealth(300) ply:SetArmor(50) end,
  212. })
  213.  
  214.  
  215. TEAM_501ST = DarkRP.createJob("501st Trooper", {
  216.     color = Color(29, 0, 255, 255),
  217.     model = "models/player/venator/501st_stormtrooper/501st_stormtrooper.mdl",
  218.     description = [[Front lines assault trooper of the 501st Battalion.]],  
  219.     weapons = {"tfa_voxel_a280","weapon_impcannon", "weapon_dt12","church_hook"},
  220.     command = "501",
  221.     max = 0,
  222.     sortOrder = 1,
  223.     salary = 25, // = 75,
  224.     vote = false,
  225.     hasLicense = true,
  226.     admin = 0,
  227.     category = "501st",
  228.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  229.     PlayerLoadout = function(ply) ply:SetHealth(250) ply:SetMaxHealth(250) ply:SetArmor(0) end,
  230. })
  231.  
  232. TEAM_501STLT = DarkRP.createJob("501st Lieutenant", {
  233.     color = Color(29, 0, 255, 255),
  234.     model = "models/player/venator/501st_stormtrooper/501st_stormtrooper.mdl",
  235.     description = [[Front lines assault trooper of the 501st Battalion.]],  
  236.     weapons = {"weapon_impcannon","tfa_voxel_a280", "weapon_dt12","church_hook"},
  237.     command = "501lt",
  238.     max = 0,
  239.     sortOrder = 2,
  240.     salary = 25, // = 75,
  241.     vote = false,
  242.     hasLicense = true,
  243.     admin = 0,
  244.     category = "501st",
  245.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  246.     PlayerLoadout = function(ply) ply:SetHealth(250) ply:SetMaxHealth(250) ply:SetArmor(0) end,
  247. })
  248.  
  249. TEAM_501ST_COMMANDER = DarkRP.createJob("501st Commander", {
  250.     color = Color(29, 0, 255, 255),
  251.     model = "models/player/hydro/tk_commander/tk_commander.mdl",
  252.     description = [[501st Assault Commander Rex.]],  
  253.     weapons = {"weapon_impcannon","tfa_voxel_a280","weapon_752bf3_scoutblaster","church_hook"},
  254.     command = "rex",
  255.     max = 1,
  256.     sortOrder = 3,
  257.     salary = 25, // = 75,
  258.     vote = false,
  259.     hasLicense = true,
  260.     admin = 0,
  261.     category = "501st",
  262.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  263.     PlayerLoadout = function(ply) ply:SetHealth(300) ply:SetMaxHealth(300) ply:SetArmor(50) end,
  264. })
  265.  
  266. TEAM_JUMPT = DarkRP.createJob("Jump Trooper", {
  267.     color = Color(109, 109, 109, 255),
  268.     model = "models/player/venator/tk_jump/tk_jump.mdl",
  269.     description = [[Front lines Jump Trooper]],  
  270.     weapons = {"tfa_voxel_ee3", "weapon_752bf3_se14r", "church_hook"},
  271.     command = "jumpt",
  272.     max = 0,
  273.     sortOrder = 1,
  274.     salary = 25, // = 75,
  275.     vote = false,
  276.     hasLicense = true,
  277.     admin = 0,
  278.     category = "Jump Troopers",
  279.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  280.     PlayerLoadout = function(ply) ply:SetHealth(250) ply:SetMaxHealth(250) ply:SetArmor(0) end,
  281. })
  282.  
  283. TEAM_EPSILON_JUMPT = DarkRP.createJob("Epsilon Squad Jump Trooper", {
  284.     color = Color(109, 109, 109, 255),
  285.     model = "models/elitejet/elitejet.mdl",
  286.     description = [[Front lines Jump Trooper]],  
  287.     weapons = {"tfa_voxel_ee3", "weapon_752bf3_se14r", "church_hook","weapon_smartlauncher","tfa_voxel_rt97c"},
  288.     command = "ejumpt",
  289.     max = 0,
  290.     sortOrder = 1,
  291.     salary = 25, // = 75,
  292.     vote = false,
  293.     hasLicense = true,
  294.     admin = 0,
  295.     category = "Jump Troopers",
  296.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  297.     PlayerLoadout = function(ply) ply:SetHealth(300) ply:SetMaxHealth(300) ply:SetArmor(0) end,
  298. })
  299.  
  300. TEAM_JUMPLT = DarkRP.createJob("Jump Trooper Lieutenant", {
  301.     color = Color(109, 109, 109, 255),
  302.     model = "models/player/venator/tk_jump/tk_jump.mdl",
  303.     description = [[Front lines Jump Trooper]],  
  304.     weapons = {"tfa_voxel_ee3", "church_hook", "weapon_752bf3_se14r"},
  305.     command = "jumplt",
  306.     max = 0,
  307.     sortOrder = 2,
  308.     salary = 25, // = 75,
  309.     vote = false,
  310.     hasLicense = true,
  311.     admin = 0,
  312.     category = "Jump Troopers",
  313.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  314.     PlayerLoadout = function(ply) ply:SetHealth(250) ply:SetMaxHealth(250) ply:SetArmor(0) end,
  315. })
  316.  
  317. TEAM_JUMPCO = DarkRP.createJob("Jump Trooper Commander", {
  318.     color = Color(109, 109, 109, 255),
  319.     model = "models/player/venator/tk_jump/tk_jump.mdl",
  320.     description = [[Front lines Jump Trooper]],  
  321.     weapons = {"tfa_voxel_ee3", "church_hook", "weapon_752bf3_se14r"},
  322.     command = "jumpco",
  323.     max = 1,
  324.     sortOrder = 3,
  325.     salary = 25, // = 75,
  326.     vote = false,
  327.     hasLicense = true,
  328.     admin = 0,
  329.     category = "Jump Troopers",
  330.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  331.     PlayerLoadout = function(ply) ply:SetHealth(300) ply:SetMaxHealth(300) ply:SetArmor(50) end,
  332. })
  333.  
  334.  
  335. TEAM_SHOCK = DarkRP.createJob("Shock Trooper", {
  336.     color = Color(255, 0, 0, 255),
  337.     model = "models/sono/shocktrooper/trooper.mdl",
  338.     description = [[The Police of the army.]],  
  339.     weapons = {"tfa_voxel_rt97c","arrest_stick", "stunstick", "unarrest_stick", "weapon_cuff_elastic", "weapon_dl18", "church_hook"},
  340.     command = "shock",
  341.     max = 0,
  342.     sortOrder = 1,
  343.     salary = 25, // = 75,
  344.     vote = false,
  345.     hasLicense = true,
  346.     admin = 0,
  347.     category = "Shock",
  348.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  349.     PlayerLoadout = function(ply) ply:SetHealth(250) ply:SetMaxHealth(250) ply:SetArmor(0) end,
  350. })
  351.  
  352. TEAM_SHOCKLT = DarkRP.createJob("Shock Lieutenant", {
  353.     color = Color(255, 0, 0, 255),
  354.     model = "models/sono/shocktrooper/officer.mdl",
  355.     description = [[The Police of the army.]],  
  356.     weapons = {"tfa_voxel_rt97c", "arrest_stick", "stunstick", "unarrest_stick", "weapon_cuff_elastic", "weapon_dl18","church_hook"},
  357.     command = "shocklt",
  358.     max = 0,
  359.     sortOrder = 2,
  360.     salary = 25, // = 75,
  361.     vote = false,
  362.     hasLicense = true,
  363.     admin = 0,
  364.     category = "Shock",
  365.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  366.     PlayerLoadout = function(ply) ply:SetHealth(250) ply:SetMaxHealth(250) ply:SetArmor(0) end,
  367. })
  368. TEAM_SHOCK_HEAVY= DarkRP.createJob("Shock Heavy", {
  369.     color = Color(255, 0, 0, 255),
  370.     model = {"models/player/hydro/imperial_royal_stormtrooper/royal_stormtrooper.mdl"},
  371.     description = [[Shock Heavy Trooper]],
  372.     weapons = {"tfa_voxel_rt97c", "arrest_stick", "stunstick", "unarrest_stick", "weapon_cuff_elastic", "weapon_752bf3_se14r", "church_hook"},
  373.     command = "sheavy",
  374.     max = 3,
  375.     sortOrder = 1,
  376.     salary = 25, // = 75,
  377.     vote = false,
  378.     hasLicense = true,
  379.     admin = 0,
  380.     category = "Shock",
  381.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  382.     PlayerLoadout = function(ply) ply:SetHealth(400) ply:SetMaxHealth(400) ply:SetArmor(0) end,
  383. })
  384.  
  385. TEAM_SHOCK_COMMANDER = DarkRP.createJob("Shock Commander", {
  386.     color = Color(255, 0, 0, 255),
  387.     model = "models/sono/shocktrooper/commander.mdl",
  388.     description = [[The Police of the army.]],  
  389.     weapons = {"tfa_voxel_rt97c", "arrest_stick", "stunstick", "unarrest_stick", "realistic_hook", "weapon_cuff_elastic", "weapon_752bf3_scoutblaster", "church_hook"},
  390.     command = "shockc",
  391.     max = 1,
  392.     sortOrder = 4,
  393.     salary = 25, // = 75,
  394.     vote = false,
  395.     hasLicense = true,
  396.     admin = 0,
  397.     category = "Shock",
  398.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  399.     PlayerLoadout = function(ply) ply:SetHealth(300) ply:SetMaxHealth(300) ply:SetArmor(50) end,
  400. })
  401.  
  402. TEAM_SHADOW = DarkRP.createJob("Shadow Trooper", {
  403.     color = Color(36, 36, 36, 255),
  404.     model = "models/player/blitz/troopers/trooper.mdl",
  405.     description = [[Shadow Trooper]],  
  406.     weapons = {"weapon_752_ihr", "tfa_voxel_dh17", "weapon_camo", "church_hook"},
  407.     command = "shadow",
  408.     max = 0,
  409.     sortOrder = 1,
  410.     salary = 25, // = 75,
  411.     vote = false,
  412.     hasLicense = true,
  413.     admin = 0,
  414.     category = "Shadow",
  415.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  416.     PlayerLoadout = function(ply) ply:SetHealth(250) ply:SetMaxHealth(250) ply:SetArmor(0) end,
  417. })
  418.  
  419. TEAM_SHADOWLT = DarkRP.createJob("Shadow Lieutenant", {
  420.     color = Color(36, 36, 36, 255),
  421.     model = "models/player/blitz/troopers/officer.mdl",
  422.     description = [[Shadow Lieutenant]],  
  423.     weapons = {"weapon_752_ihr", "weapon_752bf3_dh17", "weapon_camo", "church_hook"},
  424.     command = "shadowlt",
  425.     max = 0,
  426.     sortOrder = 2,
  427.     salary = 25, // = 75,
  428.     vote = false,
  429.     hasLicense = true,
  430.     admin = 0,
  431.     category = "Shadow",
  432.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  433.     PlayerLoadout = function(ply) ply:SetHealth(250) ply:SetMaxHealth(250) ply:SetArmor(0) end,
  434. })
  435.  
  436. TEAM_SHADOW_COMMANDER = DarkRP.createJob("Shadow Commander", {
  437.     color = Color(36, 36, 36, 255),
  438.     model = "models/player/blitz/troopers/commander.mdl",
  439.     description = [[Shadow Commander]],  
  440.     weapons = {"weapon_752_ihr", "weapon_752bf3_scoutblaster", "weapon_camo","church_hook"},
  441.     command = "shadowc",
  442.     max = 1,
  443.     sortOrder = 3,
  444.     salary = 25, // = 75,
  445.     vote = false,
  446.     hasLicense = true,
  447.     admin = 0,
  448.     category = "Shadow",
  449.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  450.     PlayerLoadout = function(ply) ply:SetHealth(300) ply:SetMaxHealth(300) ply:SetArmor(50) end,
  451. })
  452.  
  453. TEAM_SCOUT = DarkRP.createJob("Scout Trooper", {
  454.     color = Color(145, 145, 145, 255),
  455.     model = "models/sono/swbf3/scout.mdl",
  456.     description = [[Trooper of the Scout Corps]],  
  457.     weapons = {"tfa_voxel_dlt20a", "weapon_752bf3_scoutblaster","church_hook","weapon_rpw_binoculars_scout","tfa_voxel_dh17"},
  458.     command = "scout",
  459.     max = 0,
  460.     sortOrder = 1,
  461.     salary = 25, // = 75,
  462.     vote = false,
  463.     hasLicense = true,
  464.     admin = 0,
  465.     category = "Scout",
  466.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  467.     PlayerLoadout = function(ply) ply:SetHealth(250) ply:SetMaxHealth(250) ply:SetArmor(0) end,
  468. })
  469.  
  470. TEAM_SCOUTLT = DarkRP.createJob("Scout Lieutenant", {
  471.     color = Color(145, 145, 145, 255),
  472.     model = "models/sono/swbf3/officer.mdl",
  473.     description = [[Lieutenant of the Scout Corps]],  
  474.     weapons = {"tfa_voxel_dlt20a", "weapon_752bf3_scoutblaster","church_hook","weapon_rpw_binoculars_scout","tfa_voxel_dh17"},
  475.     command = "scoutlt",
  476.     max = 0,
  477.     sortOrder = 2,
  478.     salary = 25, // = 75,
  479.     vote = false,
  480.     hasLicense = true,
  481.     admin = 0,
  482.     category = "Scout",
  483.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  484.     PlayerLoadout = function(ply) ply:SetHealth(250) ply:SetMaxHealth(250) ply:SetArmor(0) end,
  485. })
  486.  
  487. TEAM_SCOUT_COMMANDER = DarkRP.createJob("Scout Commander", {
  488.     color = Color(145, 145, 145, 255),
  489.     model = "models/sono/swbf3/commander.mdl",
  490.     description = [[Commander of the Scout Corps]],  
  491.     weapons = {"tfa_voxel_dlt20a", "weapon_752bf3_scoutblaster","church_hook","weapon_rpw_binoculars_scout","tfa_voxel_dh17"},
  492.     command = "scoutc",
  493.     max = 1,
  494.     sortOrder = 3,
  495.     salary = 25, // = 75,
  496.     vote = false,
  497.     hasLicense = true,
  498.     admin = 0,
  499.     category = "Scout",
  500.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  501.     PlayerLoadout = function(ply) ply:SetHealth(300) ply:SetMaxHealth(300) ply:SetArmor(50) end,
  502. })
  503.  
  504. TEAM_MEDIC = DarkRP.createJob("Medic Trooper", {
  505.     color = Color(127, 0, 255, 255),
  506.     model = "models/player/rescue_troopers/rescue_trooper.mdl",
  507.     description = [[Medics of the Empire, dedicated to healing fellow troopers]],  
  508.     weapons = {"tfa_voxel_t21", "weapon_bactainjector", "weapon_bactanade","church_hook","weapon_defibrillator"},
  509.     command = "medic",
  510.     max = 0,
  511.     sortOrder = 1,
  512.     salary = 25, // = 75,
  513.     vote = false,
  514.     hasLicense = true,
  515.     admin = 0,
  516.     category = "Medic Corps",
  517.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  518.     PlayerLoadout = function(ply) ply:SetHealth(250) ply:SetMaxHealth(250) ply:SetArmor(0) end,
  519. })
  520.  
  521. TEAM_MEDICLT = DarkRP.createJob("Medic Lieutenant", {
  522.     color = Color(127, 0, 255, 255),
  523.     model = "models/player/rescue_troopers/rescue_trooper.mdl",
  524.     description = [[Medics of the Empire, dedicated to healing fellow troopers]],  
  525.     weapons = {"tfa_voxel_t21", "weapon_bactainjector", "weapon_bactanade","church_hook","weapon_defibrillator"},
  526.     command = "mediclt",
  527.     max = 0,
  528.     sortOrder = 2,
  529.     salary = 25, // = 75,
  530.     vote = false,
  531.     hasLicense = true,
  532.     admin = 0,
  533.     category = "Medic Corps",
  534.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  535.     PlayerLoadout = function(ply) ply:SetHealth(250) ply:SetMaxHealth(250) ply:SetArmor(0) end,
  536. })
  537.  
  538. TEAM_MEDIC_COMMANDER = DarkRP.createJob("Medic Commander", {
  539.     color = Color(127, 0, 255, 255),
  540.     model = "models/player/rescue_troopers/rescue_commander.mdl",
  541.     description = [[Medic Commander.]],  
  542.     weapons = {"tfa_voxel_t21", "weapon_752bf3_scoutblaster", "weapon_bactainjector", "weapon_bactanade","church_hook","weapon_defibrillator"},
  543.     command = "medicco",
  544.     max = 1,
  545.     sortOrder = 3,
  546.     salary = 25, // = 75,
  547.     vote = false,
  548.     hasLicense = true,
  549.     admin = 0,
  550.     category = "Medic Corps",
  551.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  552.     PlayerLoadout = function(ply) ply:SetHealth(300) ply:SetMaxHealth(300) ply:SetArmor(50) end,
  553. })
  554.  
  555.  
  556. TEAM_SITH_INQUISITOR = DarkRP.createJob("Sith Inquisitor", {
  557.     color = Color(140, 0, 0, 255),
  558.     model = {"models/grealms/characters/inquisitor/inquisitor_07.mdl","models/grealms/characters/inquisitor/inquisitor_04.mdl","models/grealms/characters/inquisitor/inquisitor_01.mdl","models/grealms/characters/inquisitor/inquisitor_03.mdl","models/grealms/characters/inquisitor/inquisitor_05.mdl"},
  559.     description = [[Sith Inquisitor.]],  
  560.     weapons = {"weapon_lightsaber_wos_inquisitor", "hands", "church_hook"},
  561.     command = "sithi",
  562.     max = 0,
  563.     sortOrder = 1,
  564.     salary = 25, // = 75,
  565.     vote = false,
  566.     hasLicense = true,
  567.     admin = 0,
  568.     category = "Sith",
  569.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  570.     PlayerLoadout = function(ply) ply:SetHealth(2000) ply:SetMaxHealth(2000) ply:SetArmor(0) end,
  571. })
  572.  
  573. TEAM_MELEE_TROOPER = DarkRP.createJob("Melee Trooper", {
  574.     color = Color(140, 0, 0, 255),
  575.     model = "models/kriegsyntax/sw_752/meleetrooper_est.mdl",
  576.     description = [[Elite Melee trooper of the Empire]],  
  577.     weapons = {"weapon_lightsaber_wos_pike", "hands", "church_hook"},
  578.     command = "meleet",
  579.     max = 0,
  580.     sortOrder = 5,
  581.     salary = 25, // = 75,
  582.     vote = false,
  583.     hasLicense = true,
  584.     admin = 0,
  585.     category = "Sith",
  586.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  587.     PlayerLoadout = function(ply) ply:SetHealth(800) ply:SetMaxHealth(800) ply:SetArmor(0) end,
  588. })
  589. TEAM_SABER_GUARD = DarkRP.createJob("Saber Guard", {
  590.     color = Color(140, 0, 0, 255),
  591.     model = "models/kriegsyntax/sw_752/meleetrooper_est.mdl",
  592.     description = [[Elite saber guard of the Empire]],  
  593.     weapons = {"weapon_lightsaber_wos_pike", "hands", "church_hook"},
  594.     command = "saberg",
  595.     max = 0,
  596.     sortOrder = 5,
  597.     salary = 25, // = 75,
  598.     vote = false,
  599.     hasLicense = true,
  600.     admin = 0,
  601.     category = "Sith",
  602.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  603.     PlayerLoadout = function(ply) ply:SetHealth(1000) ply:SetMaxHealth(1000) ply:SetArmor(0) end,
  604. })
  605.  
  606. TEAM_GRAND_INQUISITOR = DarkRP.createJob("Grand Inquisitor", {
  607.     color = Color(140, 0, 0, 255),
  608.     model = "models/ethli/characters/inquisitorrebel/inquisitorrebel.mdl",
  609.     description = [[Grand Inquisitor.]],  
  610.     weapons = {"weapon_lightsaber_wos_forced", "hands", "church_hook"},
  611.     command = "grandi",
  612.     max = 0,
  613.     sortOrder = 2,
  614.     salary = 25, // = 75,
  615.     vote = false,
  616.     hasLicense = true,
  617.     admin = 0,
  618.     category = "Sith",
  619.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  620.     PlayerLoadout = function(ply) ply:SetHealth(5000) ply:SetMaxHealth(5000) ply:SetArmor(0) end,
  621. })
  622.  
  623. TEAM_DARTH_VADER = DarkRP.createJob("Darth Vader", {
  624.     color = Color(36, 36, 36, 255),
  625.     model = "models/nate159/swbf/hero/player/hero_sith_vader_player.mdl",
  626.     description = [[Dark lord of the sith]],  
  627.     weapons = {"weapon_lightsaber_wos_forced", "hands", "church_hook"},
  628.     command = "vader",
  629.     max = 1,
  630.     sortOrder = 3,
  631.     salary = 25, // = 75,
  632.     vote = false,
  633.     hasLicense = true,
  634.     admin = 0,
  635.     category = "Sith",
  636.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  637.     PlayerLoadout = function(ply) ply:SetHealth(5000) ply:SetMaxHealth(5000) ply:SetArmor(0) end,
  638. })
  639.  
  640. TEAM_NAVY = DarkRP.createJob("Navy", {
  641.     color = Color(72, 72, 72, 255),
  642.     model = "models/player/hydro/swbf_imperial_officer/swbf_imperial_officer.mdl",
  643.     description = [[Navy Crewman]],  
  644.     weapons = {"hands", "church_hook","weapon_752bf3_dl44"},
  645.     command = "navyg",
  646.     max = 0,
  647.     sortOrder = 1,
  648.     salary = 25, // = 75,
  649.     vote = false,
  650.     hasLicense = true,
  651.     admin = 0,
  652.     category = "Navy",
  653.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  654.     PlayerLoadout = function(ply) ply:SetHealth(200) ply:SetMaxHealth(200) ply:SetArmor(0) end,
  655. })
  656. TEAM_ROYAL_GUARD = DarkRP.createJob("Royal Guardsman", {
  657.     color = Color(255, 0, 0, 255),
  658.     model = "models/imperial/guard/redguard.mdl",
  659.     description = [[Royal Guardsman.]],  
  660.     weapons = {"hands", "church_hook","weapon_lightsaber_wos_pike"},
  661.     command = "royalg",
  662.     max = 0,
  663.     sortOrder = 4,
  664.     salary = 25, // = 75,
  665.     vote = false,
  666.     hasLicense = true,
  667.     admin = 0,
  668.     category = "Sith",
  669.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  670.     PlayerLoadout = function(ply) ply:SetHealth(1000) ply:SetMaxHealth(1000) ply:SetArmor(0) end,
  671. })
  672.  
  673. TEAM_P_ROYAL_GUARD = DarkRP.createJob("Palpatine's Royal Guard", {
  674.     color = Color(255, 0, 0, 255),
  675.     model = "models/imperial/guard/blackguard.mdl",
  676.     description = [[Royal Guardsman meant to stand by Palpatine's side
  677.  
  678.     USING THIS JOB WITHOUT PALPATINE PRESENT WILL RESULT IN A DEMOTION]],  
  679.     weapons = {"hands","weapon_752bf3_rt97c", "church_hook","m9k_damascus"},
  680.     command = "proyal",
  681.     max = 2,
  682.     sortOrder = 4,
  683.     salary = 25, // = 75,
  684.     vote = false,
  685.     hasLicense = true,
  686.     admin = 0,
  687.     category = "Sith",
  688.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  689.     PlayerLoadout = function(ply) ply:SetHealth(1000) ply:SetMaxHealth(1000) ply:SetArmor(0) end,
  690. })
  691.  
  692. TEAM_V_ROYAL_GUARD = DarkRP.createJob("Vader's Royal Guard", {
  693.     color = Color(255, 0, 0, 255),
  694.     model = "models/imperial/guard/blackguard.mdl",
  695.     description = [[Royal Guardsman meant to stand by Vader's side
  696.    
  697.     USING THIS JOB WITHOUT VADER PRESENT WILL RESULT IN A DEMOTION]],  
  698.     weapons = {"hands","weapon_752bf3_rt97c", "church_hook","m9k_damascus"},
  699.     command = "vroyal",
  700.     max = 2,
  701.     sortOrder = 4,
  702.     salary = 25, // = 75,
  703.     vote = false,
  704.     hasLicense = true,
  705.     admin = 0,
  706.     category = "Sith",
  707.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  708.     PlayerLoadout = function(ply) ply:SetHealth(1000) ply:SetMaxHealth(1000) ply:SetArmor(0) end,
  709. })
  710.  
  711. TEAM_EMPEROR_PALPATINE = DarkRP.createJob("Emperor Palpatine", {
  712.     color = Color(36, 36, 36, 255),
  713.     model = "models/player/emperor_palpatine.mdl",
  714.     description = [[Ruler of the empire and secret force user]],  
  715.     weapons = {"weapon_lightsaber_wos_forced", "hands"},
  716.     command = "palpatine",
  717.     max = 1,
  718.     sortOrder = 6,
  719.     salary = 25, // = 75,
  720.     vote = false,
  721.     hasLicense = true,
  722.     admin = 0,
  723.     category = "Sith",
  724.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  725.     PlayerLoadout = function(ply) ply:SetHealth(5000) ply:SetMaxHealth(5000) ply:SetArmor(0) end,
  726. })
  727.  
  728. TEAM_STARKILLER = DarkRP.createJob("Starkiller", {
  729.     color = Color(255, 64, 64, 255),
  730.     model = "models/nate159/req/swtfu/malecdeathstar.mdl",
  731.     description = [[Starkiller/Garen Malek.]],  
  732.     weapons = {"weapon_lightsaber_wos_dual", "hands"},
  733.     command = "starkiller",
  734.     max = 1,
  735.     sortOrder = 7,
  736.     salary = 25, // = 75,
  737.     vote = false,
  738.     hasLicense = true,
  739.     admin = 0,
  740.     category = "Sith",
  741.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  742.     PlayerLoadout = function(ply) ply:SetHealth(3000) ply:SetMaxHealth(3000) ply:SetArmor(0) end,
  743. })
  744.  
  745. TEAM_VICE_ADMIRAL = DarkRP.createJob("Vice Admiral", {
  746.     color = Color(72, 72, 72, 255),
  747.     model = "models/player/hydro/swbf_imperial_officer_colonel/swbf_imperial_officer_colonel.mdl",
  748.     description = [[Vice Admiral of the Fleet]],  
  749.     weapons = {"hands", "church_hook", "weapon_752bf3_dl44"},
  750.     command = "vice",
  751.     max = 1,
  752.     sortOrder = 1,
  753.     salary = 25, // = 75,
  754.     vote = false,
  755.     hasLicense = true,
  756.     admin = 0,
  757.     category = "Navy",
  758.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  759.     PlayerLoadout = function(ply) ply:SetHealth(500) ply:SetMaxHealth(500) ply:SetArmor(0) end,
  760. })
  761.  
  762. TEAM_ADMIRAL = DarkRP.createJob("Admiral", {
  763.     color = Color(72, 72, 72, 255),
  764.     model = "models/player/hydro/swbf_imperial_officer_admiral/swbf_imperial_officer_admiral.mdl",
  765.     description = [[Admiral of the fleet]],  
  766.     weapons = {"hands", "church_hook", "weapon_cuff_elastic", "weapon_752bf3_dl44"},
  767.     command = "admiral",
  768.     max = 1,
  769.     sortOrder = 1,
  770.     salary = 25, // = 75,
  771.     vote = false,
  772.     hasLicense = true,
  773.     admin = 0,
  774.     category = "Navy",
  775.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  776.     PlayerLoadout = function(ply) ply:SetHealth(1000) ply:SetMaxHealth(1000) ply:SetArmor(0) end,
  777. })
  778.  
  779. TEAM_GRAND_ADMIRAL = DarkRP.createJob("Grand Admiral", {
  780.     color = Color(72, 72, 72, 255),
  781.     model = {"models/player/sono/swbf_thrawn.mdl","models/player/hydro/swbf_imperial_officer_grand_admiral/swbf_imperial_officer_grand_admiral.mdl"},
  782.     description = [[The Grand Admiral of the fleet]],  
  783.     weapons = {"hands", "church_hook", "weapon_cuff_elastic", "weapon_752bf3_dl44"},
  784.     command = "grandadmiral",
  785.     max = 3,
  786.     sortOrder = 1,
  787.     salary = 25, // = 75,
  788.     vote = false,
  789.     hasLicense = true,
  790.     admin = 0,
  791.     category = "Navy",
  792.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  793.     PlayerLoadout = function(ply) ply:SetHealth(2000) ply:SetMaxHealth(2000) ply:SetArmor(0) end,
  794. })
  795.  
  796.  
  797. TEAM_DEATHTROOPER = DarkRP.createJob("Death Trooper", {
  798.     color = Color(20, 20, 20, 255),
  799.     model = "models/player/hydro/swbf_deathtrooper/swbf_deathtrooper.mdl",
  800.     description = [[Elite soldier deployed.]],  
  801.     weapons = {"st_e11d","weapon_752bf3_se14r","church_hook","weapon_rebsniper","weapon_plasmanade"},
  802.     command = "deathtrooper",
  803.     max = 0,
  804.     sortOrder = 3,
  805.     salary = 25, // = 75,
  806.     vote = false,
  807.     hasLicense = true,
  808.     admin = 0,
  809.     category = "Death Troopers",
  810.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  811.     PlayerLoadout = function(ply) ply:SetHealth(750) ply:SetMaxHealth(750) ply:SetArmor(5000) end,
  812. })
  813.  
  814. TEAM_KRENNIC = DarkRP.createJob("Director Orson Krennic", {
  815.     color = Color(217, 217, 217, 255),
  816.     model = "models/player/hydro/swbf_krennic/swbf_krennic.mdl",
  817.     description = [[Elite soldier deployed.]],  
  818.     weapons = {"weapon_752bf3_dlt19","weapon_752bf3_se14r","hands", "church_hook"},
  819.     command = "krennic",
  820.     max = 1,
  821.     sortOrder = 3,
  822.     salary = 25, // = 75,
  823.     vote = false,
  824.     hasLicense = true,
  825.     admin = 0,
  826.     category = "Death Troopers",
  827.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  828.     PlayerLoadout = function(ply) ply:SetHealth(1000) ply:SetMaxHealth(1000) ply:SetArmor(5000) end,
  829. })
  830.  
  831. TEAM_BOBA_FETT = DarkRP.createJob("Boba Fett", {
  832.     color = Color(95, 127, 63, 255),
  833.     model = {"models/nate159/swbf/hero/hero_gunslinger_bobafett.mdl"},
  834.     description = [[Legendary galactic Bounty Hunter]],  
  835.     weapons = {"hands", "weapon_752bf3_ee3", "b2_cannon","weapon_752_m2_flamethrower"},
  836.     command = "Boba",
  837.     max = 1,
  838.     sortOrder = 1,
  839.     salary = 25, // = 250,
  840.     vote = false,
  841.     hasLicense = true,
  842.     admin = 0,
  843.     category = " Lore Bounty Hunters",
  844.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  845.     PlayerLoadout = function(ply) ply:SetHealth(1000) ply:SetMaxHealth(1000) ply:SetArmor(500) end,
  846. })
  847.  
  848. TEAM_BOSSK = DarkRP.createJob("Bossk", {
  849.     color = Color(95, 127, 63, 255),
  850.     model = {"models/player/hydro/swbf_bossk/swbf_bossk.mdl"},
  851.     description = [[Trandoshan galactic Bounty Hunter]],  
  852.     weapons = {"hands", "weapon_relbyv10","weapon_752_m2_flamethrower"},
  853.     command = "bossk",
  854.     max = 1,
  855.     sortOrder = 1,
  856.     salary = 25, // = 250,
  857.     vote = false,
  858.     hasLicense = true,
  859.     admin = 0,
  860.     category = " Lore Bounty Hunters",
  861.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  862.     PlayerLoadout = function(ply) ply:SetHealth(1000) ply:SetMaxHealth(1000) ply:SetArmor(500) end,
  863. })
  864.  
  865. TEAM_DENGAR = DarkRP.createJob("Dengar", {
  866.     color = Color(145, 145, 145, 255),
  867.     model = {"models/player/hydro/swbf_dengar/swbf_dengar.mdl"},
  868.     description = [[galactic Bounty Hunter with a love for fighting]],  
  869.     weapons = {"hands", "weapon_752bf3_dlt19", "weapon_ca88","weapon_smartlauncher"},
  870.     command = "Dengar",
  871.     max = 1,
  872.     sortOrder = 1,
  873.     salary = 25, // = 250,
  874.     vote = false,
  875.     hasLicense = true,
  876.     admin = 0,
  877.     category = " Lore Bounty Hunters",
  878.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  879.     PlayerLoadout = function(ply) ply:SetHealth(1000) ply:SetMaxHealth(1000) ply:SetArmor(0) end,
  880. })
  881.  
  882. TEAM_GREEDO = DarkRP.createJob("Greedo", {
  883.     color = Color(0, 255, 63, 255),
  884.     model = {"models/nate159/swbf/hero/player/hero_gunslinger_greedo_player.mdl"},
  885.     description = [[Rodian galactic Bounty Hunter, Rival of Han Solo]],  
  886.     weapons = {"hands", "weapon_dt12", "weapon_stealthcamo","weapon_impsniper"},
  887.     command = "Greedo",
  888.     max = 1,
  889.     sortOrder = 1,
  890.     salary = 25, // = 5000,
  891.     vote = false,
  892.     hasLicense = true,
  893.     admin = 0,
  894.     category = " Lore Bounty Hunters",
  895.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  896.     PlayerLoadout = function(ply) ply:SetHealth(1000) ply:SetMaxHealth(1000) ply:SetArmor(0) end,
  897. })
  898.  
  899.  
  900. TEAM_REBEL_PILOT = DarkRP.createJob("Rebel Pilot", {
  901.     color = Color(217, 217, 217, 255),
  902.     model = {"models/player/hydro/swbf_rebel_pilot/swbf_rebel_pilot.mdl","church_hook"},
  903.     description = [[Pilot for the Rebel Alliace]],
  904.     weapons = {"weapon_752_dsbp"},
  905.     command = "RebPilot",
  906.     max = 10,
  907.     sortOrder = 1,
  908.     salary = 25, // = 5000,
  909.     vote = false,
  910.     hasLicense = true,
  911.     admin = 0,
  912.     category = "Event Jobs",
  913.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  914.     PlayerLoadout = function(ply) ply:SetHealth(250) ply:SetMaxHealth(250) ply:SetArmor(0) end,
  915. })
  916.  
  917. TEAM_REBEL_HEAVY = DarkRP.createJob("Rebel Heavy", {
  918.     color = Color(217, 217, 217, 255),
  919.     model = {"models/player/sgg/starwars/rebels/r_soldier_urban/male_11.mdl"},
  920.     description = [[Heavy Soldier for the Rebel Alliace]],
  921.     weapons = {"weapon_752bf3_rt97c", "weapon_752bf3_dh17","church_hook"},
  922.     command = "RebHeavy",
  923.     max = 10,
  924.     sortOrder = 1,
  925.     salary = 25, // = 5000,
  926.     vote = false,
  927.     hasLicense = true,
  928.     admin = 0,
  929.     category = "Event Jobs",
  930.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  931.     PlayerLoadout = function(ply) ply:SetHealth(750) ply:SetMaxHealth(750) ply:SetArmor(0) end,
  932. })
  933.  
  934. TEAM_REBEL_SNIPER = DarkRP.createJob("Rebel Sniper", {
  935.     color = Color(217, 217, 217, 255),
  936.     model = {"models/player/sgg/starwars/rebels/r_soldier_urban/male_10.mdl"},
  937.     description = [[Heavy Soldier for the Rebel Alliace]],
  938.     weapons = {"weapon_752bf3_dlt20a", "weapon_752bf3_dh17","church_hook"},
  939.     command = "RebSniper",
  940.     max = 10,
  941.     sortOrder = 1,
  942.     salary = 25, // = 5000,
  943.     vote = false,
  944.     hasLicense = true,
  945.     admin = 0,
  946.     category = "Event Jobs",
  947.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  948.     PlayerLoadout = function(ply) ply:SetHealth(500) ply:SetMaxHealth(500) ply:SetArmor(0) end,
  949. })
  950.  
  951. TEAM_REBEL_SOLDIER = DarkRP.createJob("Rebel Soldier", {
  952.     color = Color(217, 217, 217, 255),
  953.     model = {"models/player/sgg/starwars/rebels/r_soldier_forest/male_02.mdl"},
  954.     description = [[Heavy Soldier for the Rebel Alliace]],
  955.     weapons = {"weapon_752bf3_a280", "weapon_752bf3_dh17","church_hook"},
  956.     command = "RebSoldier",
  957.     max = 10,
  958.     sortOrder = 1,
  959.     salary = 25, // = 5000,
  960.     vote = false,
  961.     hasLicense = true,
  962.     admin = 0,
  963.     category = "Event Jobs",
  964.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  965.     PlayerLoadout = function(ply) ply:SetHealth(500) ply:SetMaxHealth(500) ply:SetArmor(0) end,
  966. })
  967.  
  968. TEAM_REBEL_CAPTAIN = DarkRP.createJob("Rebel Captain", {
  969.     color = Color(217, 217, 217, 255),
  970.     model = {"models/player/sgg/starwars/rebels/r_soldier_urban/male_08.mdl"},
  971.     description = [[Heavy Soldier for the Rebel Alliace]],
  972.     weapons = {"weapon_752bf3_t21", "weapon_752bf3_dh17","church_hook"},
  973.     command = "RebCaptain",
  974.     max = 10,
  975.     sortOrder = 1,
  976.     salary = 25, // = 5000,
  977.     vote = false,
  978.     hasLicense = true,
  979.     admin = 0,
  980.     category = "Event Jobs",
  981.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  982.     PlayerLoadout = function(ply) ply:SetHealth(750) ply:SetMaxHealth(750) ply:SetArmor(0) end,
  983. })
  984.  
  985. TEAM_REBEL_INFILTRATOR = DarkRP.createJob("Rebel Infiltrator", {
  986.     color = Color(217, 217, 217, 255),
  987.     model = {"models/player/sgg/starwars/rebels/r_soldier_urban/male_01.mdl", "models/player/sgg/starwars/rebels/r_soldier_urban/male_05.mdl"},
  988.     description = [[Heavy Soldier for the Rebel Alliace]],
  989.     weapons = {"weapon_stealthcamo", "weapon_752bf3_dh17", "weapon_752bf3_a280","church_hook"},
  990.     command = "RebInfil",
  991.     max = 10,
  992.     sortOrder = 1,
  993.     salary = 25, // = 5000,
  994.     vote = false,
  995.     hasLicense = true,
  996.     admin = 0,
  997.     category = "Event Jobs",
  998.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  999.     PlayerLoadout = function(ply) ply:SetHealth(500) ply:SetMaxHealth(500) ply:SetArmor(0) end,
  1000. })
  1001.  
  1002. TEAM_TERRORTROOPER = DarkRP.createJob("Terror Trooper", {
  1003.     color = Color(20, 20, 20, 255),
  1004.     model = "models/nate159/req/swtfu/terror_trooper.mdl",
  1005.     description = [[Elite soldier deployed.]],  
  1006.     weapons = {"tfa_swch_e5","sfw_eblade","church_hook","blink"},
  1007.     command = "terrorrooper",
  1008.     max = 6,
  1009.     sortOrder = 3,
  1010.     salary = 25, // = 75,
  1011.     vote = false,
  1012.     hasLicense = true,
  1013.     admin = 0,
  1014.     category = "VIP",
  1015.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  1016.     PlayerLoadout = function(ply) ply:SetHealth(750) ply:SetMaxHealth(750) ply:SetArmor(5000) end,
  1017. })
  1018.  
  1019.  
  1020.  
  1021. //*********************************************************B O U N T Y    H U N T E R S*********************************************************
  1022. TEAM_HIREDGUN = DarkRP.createJob("Hired Gun", {
  1023.     color = Color(127, 111, 63, 255),
  1024.     model = {"models/tfa/comm/gg/deathwatch_bf2/soldier_male_01.mdl","models/tfa/comm/gg/deathwatch_bf2/soldier_male_04.mdl","models/tfa/comm/gg/deathwatch_bf2/soldier_male_07.mdl","models/tfa/comm/gg/deathwatch_bf2/soldier_male_09.mdl","models/tfa/comm/gg/pm_sw_trandoshan_bounty_hunter_v1_skin2.mdl","models/tfa/comm/gg/pm_sw_trandoshan_bounty_hunter_v1.mdl","models/tfa/comm/gg/pm_sw_trandoshan_bounty_hunter_v2.mdl","models/tfa/comm/gg/pm_sw_trandoshan_bounty_hunter_v2_skin2.mdl","models/gyan7259/geequay_player/geequay_regular_player.mdl"},
  1025.     description = [[The lowest form of bounty hunter.]],  
  1026.     weapons = {"weapon_752bf3_ee3", "church_hook"},
  1027.     command = "hiredgun",
  1028.     max = 0,
  1029.     sortOrder = 1,
  1030.     salary = 25, // = 250,
  1031.     vote = false,
  1032.     hasLicense = true,
  1033.     admin = 0,
  1034.     category = "Bounty Hunters",
  1035.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  1036.     PlayerLoadout = function(ply) ply:SetHealth(350) ply:SetMaxHealth(350) ply:SetArmor(100) end,
  1037. })
  1038. TEAM_MERCENARY = DarkRP.createJob("Mercenary", {
  1039.     color = Color(127, 111, 63, 255),
  1040.     model = {"models/tfa/comm/gg/deathwatch_bf2/soldier_male_01.mdl","models/tfa/comm/gg/deathwatch_bf2/soldier_male_04.mdl","models/tfa/comm/gg/deathwatch_bf2/soldier_male_07.mdl","models/tfa/comm/gg/deathwatch_bf2/soldier_male_09.mdl","models/tfa/comm/gg/pm_sw_trandoshan_bounty_hunter_v1_skin2.mdl","models/tfa/comm/gg/pm_sw_trandoshan_bounty_hunter_v1.mdl","models/tfa/comm/gg/pm_sw_trandoshan_bounty_hunter_v2.mdl","models/tfa/comm/gg/pm_sw_trandoshan_bounty_hunter_v2_skin2.mdl","models/gyan7259/geequay_player/geequay_regular_player.mdl"},
  1041.     description = [[You've started to make a name for yourself.
  1042.     Now you're a mercenary, someone who is paid to get things done the right way.]],  
  1043.     weapons = {"weapon_752bf3_ee3", "church_hook"},
  1044.     command = "mercenary",
  1045.     max = 0,
  1046.     sortOrder = 1,
  1047.     salary = 25, // = 250,
  1048.     vote = false,
  1049.     hasLicense = true,
  1050.     admin = 0,
  1051.     category = "Bounty Hunters",
  1052.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  1053.     PlayerLoadout = function(ply) ply:SetHealth(450) ply:SetMaxHealth(450) ply:SetArmor(100) end,
  1054. })
  1055.  
  1056.  
  1057. //**************************************C U S T O M**********************************************
  1058. TEAM_SCAR = DarkRP.createJob("Scar", {
  1059.     color = Color(127, 111, 63, 255),
  1060.     model = {"models/grealms/characters/skytrooper/skytrooper.mdl"},
  1061.     description = [[Intergalactic Bounty Hunter originating from the planet Litherominor]],  
  1062.     weapons = {"weapon_752bf3_ee3", "weapon_752_westar34"},
  1063.     command = "scar",
  1064.     max = 1,
  1065.     sortOrder = 1,
  1066.     salary = 25, // = 250,
  1067.     vote = false,
  1068.     hasLicense = true,
  1069.     admin = 0,
  1070.     category = "Custom Bounty Hunters",
  1071.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  1072.     PlayerLoadout = function(ply) ply:SetHealth(750) ply:SetMaxHealth(750) ply:SetArmor(0) end,
  1073. })
  1074. TEAM_CUST_ISB = DarkRP.createJob("ISB Deputy Director", {
  1075.     color = Color(72, 72, 72, 255),
  1076.     model = "models/player/hydro/swbf_imperial_officer_grand_admiral/swbf_imperial_officer_grand_admiral.mdl",
  1077.     description = [[ISB Deputy Director]],  
  1078.     weapons = {"arrest_stick", "stunstick", "unarrest_stick","weapon_cuff_elastic","hands", "church_hook","weapon_752bf3_dl44"},
  1079.     command = "isbdd",
  1080.     max = 1,
  1081.     sortOrder = 1,
  1082.     salary = 25, // = 75,
  1083.     vote = false,
  1084.     hasLicense = true,
  1085.     admin = 0,
  1086.     category = "Custom Jobs",
  1087.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  1088.     PlayerLoadout = function(ply) ply:SetHealth(200) ply:SetMaxHealth(200) ply:SetArmor(0) end,
  1089. })
  1090. TEAM_NIGHT= DarkRP.createJob("Bounty Hunter Leader Night", {
  1091.     color = Color(125, 0, 0, 255),
  1092.     model = {"models/player/vengeance/gheso_black/gheso_black.mdl"},
  1093.     description = [[Mandolorian Bounty Hunter]],
  1094.     weapons = {"weapon_752bf3_dlt20a", "weapon_752bf3_t21","weapon_752bf3_se14r","church_hook"},
  1095.     command = "night",
  1096.     max = 1,
  1097.     sortOrder = 1,
  1098.     salary = 25, // = 5000,
  1099.     vote = false,
  1100.     hasLicense = true,
  1101.     admin = 0,
  1102.     category = "Custom Bounty Hunters",
  1103.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  1104.     PlayerLoadout = function(ply) ply:SetHealth(1000) ply:SetMaxHealth(1000) ply:SetArmor(0) end,
  1105. })
  1106.  
  1107. TEAM_CUST_KYAS = DarkRP.createJob("Sith Kyas", {
  1108.     color = Color(140, 0, 0, 255),
  1109.     model = {"models/grealms/characters/darthsion/sion.mdl"},
  1110.     description = [[Sith Kyas]],  
  1111.     weapons = {"weapon_lightsaber_wos_kyas", "hands", "church_hook"},
  1112.     command = "kyas",
  1113.     max = 0,
  1114.     sortOrder = 1,
  1115.     salary = 25, // = 75,
  1116.     vote = false,
  1117.     hasLicense = true,
  1118.     admin = 0,
  1119.     category = "Sith",
  1120.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  1121.     PlayerLoadout = function(ply) ply:SetHealth(3500) ply:SetMaxHealth(3500) ply:SetArmor(0) end,
  1122. })
  1123.  
  1124. TEAM_CUST_CJ = DarkRP.createJob("Sith CJ", {
  1125.     color = Color(140, 0, 0, 255),
  1126.     model = {"models/player/grizzlerules/whitesith/whitesith.mdl"},
  1127.     description = [[Sith CJ]],  
  1128.     weapons = {"weapon_lightsaber_wos_dual_cj", "hands", "church_hook"},
  1129.     command = "cj",
  1130.     max = 0,
  1131.     sortOrder = 1,
  1132.     salary = 25, // = 75,
  1133.     vote = false,
  1134.     hasLicense = true,
  1135.     admin = 0,
  1136.     category = "Sith",
  1137.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  1138.     PlayerLoadout = function(ply) ply:SetHealth(5000) ply:SetMaxHealth(5000) ply:SetArmor(0) end,
  1139. })
  1140.  
  1141. TEAM_SHORE_TROOPER = DarkRP.createJob("Shore Trooper", {
  1142.     color = Color(81, 59, 0, 255),
  1143.     model = "models/player/hydro/swbf_shoretrooper/swbf_shoretrooper.mdl",
  1144.     description = [[Shore Troopers of the Empire]],  
  1145.     weapons = {"weapon_a35a2", "weapon_plasmanade","church_hook","weapon_752bf3_e11"},
  1146.     command = "shore",
  1147.     max = 0,
  1148.     sortOrder = 1,
  1149.     salary = 25, // = 75,
  1150.     vote = false,
  1151.     hasLicense = true,
  1152.     admin = 0,
  1153.     category = "Shore Troopers",
  1154.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  1155.     PlayerLoadout = function(ply) ply:SetHealth(250) ply:SetMaxHealth(250) ply:SetArmor(0) end,
  1156. })
  1157.  
  1158. TEAM_SHORELT = DarkRP.createJob("Shore Lieutenant", {
  1159.     color = Color(81, 59, 0, 255),
  1160.     model = "models/player/hydro/swbf_shoretrooper/swbf_shoretrooper.mdl",
  1161.     description = [[Shore Trooper Lieutenant of the Empire]],  
  1162.     weapons = {"weapon_a35a2", "weapon_plasmanade", "church_hook","weapon_752bf3_e11"},
  1163.     command = "shorelt",
  1164.     max = 0,
  1165.     sortOrder = 2,
  1166.     salary = 25, // = 75,
  1167.     vote = false,
  1168.     hasLicense = true,
  1169.     admin = 0,
  1170.     category = "Shore Troopers",
  1171.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  1172.     PlayerLoadout = function(ply) ply:SetHealth(250) ply:SetMaxHealth(250) ply:SetArmor(0) end,
  1173. })
  1174.  
  1175. TEAM_SHORE_COMMANDER = DarkRP.createJob("Shore Commander", {
  1176.     color = Color(81, 59, 0, 255),
  1177.     model = "models/player/hydro/swbf_shoretrooper_captain/swbf_shoretrooper_captain.mdl",
  1178.     description = [[Commander of the Shore Troopers]],  
  1179.     weapons = {"weapon_a35a2", "weapon_plasmanade","church_hook", "weapon_752bf3_e11","weapon_752bf3_scoutblaster"},
  1180.     command = "shorec",
  1181.     max = 1,
  1182.     sortOrder = 3,
  1183.     salary = 25, // = 75,
  1184.     vote = false,
  1185.     hasLicense = true,
  1186.     admin = 0,
  1187.     category = "Shore Troopers",
  1188.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  1189.     PlayerLoadout = function(ply) ply:SetHealth(300) ply:SetMaxHealth(300) ply:SetArmor(50) end,
  1190. })
  1191. TEAM_PILOT_ADVANCED = DarkRP.createJob(" Advanced TIE Pilot", {
  1192.     color = Color(36, 36, 36, 255),
  1193.     model = "models/player/sgg/starwars/tie_pilot.mdl",
  1194.     description = [[An Advanced Pilot for the Empire]],  
  1195.     weapons = {"weapon_752bf3_e11","church_hook"},
  1196.     command = "apilot",
  1197.     max = 0,
  1198.     sortOrder = 1,
  1199.     salary = 25, // = 75,
  1200.     vote = false,
  1201.     hasLicense = true,
  1202.     admin = 0,
  1203.     category = "Pilots",
  1204.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  1205.     PlayerLoadout = function(ply) ply:SetHealth(250) ply:SetMaxHealth(250) ply:SetArmor(0) end,
  1206. })
  1207.  
  1208. TEAM_PILOT_SENIOR = DarkRP.createJob("Senior Pilot", {
  1209.     color = Color(36, 36, 36, 255),
  1210.     model = "models/player/sgg/starwars/tie_pilot.mdl",
  1211.     description = [[A Senior Pilot for the Empire]],  
  1212.     weapons = {"weapon_752bf3_e11","church_hook"},
  1213.     command = "spilot",
  1214.     max = 0,
  1215.     sortOrder = 1,
  1216.     salary = 25, // = 75,
  1217.     vote = false,
  1218.     hasLicense = true,
  1219.     admin = 0,
  1220.     category = "Pilots",
  1221.     CustomCheckFailMsg = "You Dont Have Access To This Job!",
  1222.     PlayerLoadout = function(ply) ply:SetHealth(250) ply:SetMaxHealth(250) ply:SetArmor(0) end,
  1223. })
  1224.  
  1225.  
  1226.  
  1227.  
  1228.  
  1229.  
  1230.  
  1231.  
  1232. GAMEMODE.DefaultTeam = TEAM_RECRUIT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement