Advertisement
Guest User

das

a guest
Jun 29th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 46.92 KB | None | 0 0
  1. TEAM_CADET = DarkRP.createJob("Cadet", { color = Color(255, 255, 255, 255), model = "models/player/asgclonewars/clone_cadet/clone_cadet.mdl", description = [[You are a Cadet.]], weapons = {"weapon_752_dc15atraining"}, command = "cadet", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc15a"] = 6000, }, category = "Clone Trooper", })
  2.  
  3. TEAM_CT = DarkRP.createJob("Clone Trooper", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_dirty.mdl", description = [[You are a CT. Find a regiment!]], weapons = {"weapon_752_dc15a"}, command = "ct", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc15a"] = 6000, }, category = "Clone Trooper", })
  4.  
  5. TEAM_501PVT = DarkRP.createJob("501st Private", { color = Color(255, 255, 255, 255), model = "models/clones/clone327.mdl", description = [[You are a 501st Trooper.]], weapons = {"weapon_752_dh17", "weapon_752_dc15s", "weapon_752_dc17m_br"}, command = "501pvt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc17m_br"] = 6000, }, category = "501", })
  6.  
  7. TEAM_501CPL = DarkRP.createJob("501st Corporal", { color = Color(255, 255, 255, 255), model = "models/clones/clone327.mdl", description = [[You are a 501st Trooper.]], weapons = {"weapon_752_dh17", "weapon_752_dc15s", "weapon_752_dc17m_br"}, command = "501cpl", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc17m_br"] = 6000, }, category = "501", })
  8.  
  9. TEAM_501SGT = DarkRP.createJob("501st Sergeant", { color = Color(255, 255, 255, 255), model = "models/clones/clone327.mdl", description = [[You are a 501st Trooper.]], weapons = {"weapon_752_dh17", "weapon_752_dc15s", "weapon_752_dc17m_br"}, command = "501sgt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc17m_br"] = 6000, }, category = "501", })
  10.  
  11. TEAM_501SSGT = DarkRP.createJob("501st Staff Sergeant", { color = Color(255, 255, 255, 255), model = "models/clones/clone327.mdl", description = [[You are a 501st Trooper.]], weapons = {"weapon_752_dh17", "weapon_752_dc15s", "weapon_752_dc17m_br"}, command = "501ssgt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc17m_br"] = 6000, }, category = "501", })
  12.  
  13. TEAM_5012LT = DarkRP.createJob("501st 2nd Lieutenant", { color = Color(255, 255, 255, 255), model = "models/clones/clone327.mdl", description = [[You are a 501st Trooper.]], weapons = {"weapon_752_dh17", "weapon_752_dc15s", "weapon_752_dc17m_br"}, command = "5012lt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc17m_br"] = 6000, }, category = "501", })
  14.  
  15. TEAM_501LT = DarkRP.createJob("501st Lieutenant", { color = Color(255, 255, 255, 255), model = "models/clones/clone327.mdl", description = [[You are a 501st Trooper.]], weapons = {"weapon_752_dh17", "weapon_752_dc15s", "weapon_752_dc17m_br"}, command = "501lt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc17m_br"] = 6000, }, category = "501", })
  16.  
  17. TEAM_501CPT = DarkRP.createJob("501st Captain", { color = Color(255, 255, 255, 255), model = "models/clones/clone327.mdl", description = [[You are a 501st Trooper.]], weapons = {"weapon_752_dh17", "weapon_752_dc15s", "weapon_752_dc17m_br"}, command = "501cpt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc17m_br"] = 6000, }, category = "501", })
  18.  
  19. TEAM_501MJR = DarkRP.createJob("501st Major", { color = Color(255, 255, 255, 255), model = "models/clones/clone327.mdl", description = [[You are a 501st Trooper.]], weapons = {"weapon_752_dh17", "weapon_752_dc15s", "weapon_752_dc17m_br"}, command = "501mjr", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc17m_br"] = 6000, }, category = "501", })
  20.  
  21. TEAM_501VCOMMANDER = DarkRP.createJob("501st Vice Commander", { color = Color(255, 255, 255, 255), model = "models/clones/clone327.mdl", description = [[You are a 501st Trooper.]], weapons = {"weapon_752_dh17", "weapon_752_dc15s", "weapon_752_dc17m_br"}, command = "501vcommander", max = 1, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc17m_br"] = 6000, }, category = "501", })
  22.  
  23. TEAM_501COMMANDER = DarkRP.createJob("501st Commander", { color = Color(255, 255, 255, 255), model = "models/clones/clonedavis.mdl", description = [[You are the 501st Commander.]], weapons = {"weapon_752_dh17", "weapon_752_dc15s", "weapon_752_dc17m_br"}, command = "501commander", max = 1, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc17m_br"] = 6000, }, category = "501", })
  24.  
  25. TEAM_CTPPVT = DarkRP.createJob("CTP Private", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_pilot.mdl", description = [[You are a CTP Trooper.]], weapons = {"weapon_752_dc17", "weapon_752_dc15a"}, command = "ctppvt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc15a"] = 6000, }, category = "CTP", })
  26.  
  27. TEAM_CTPCPL = DarkRP.createJob("CTP Corporal", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_pilot.mdl", description = [[You are a CTP Trooper.]], weapons = {"weapon_752_dc17", "weapon_752_dc15a"}, command = "ctpcpl", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc15a"] = 6000, }, category = "CTP", })
  28.  
  29. TEAM_CTPSGT = DarkRP.createJob("CTP Sergeant", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_pilot.mdl", description = [[You are a CTP Trooper.]], weapons = {"weapon_752_dc17", "weapon_752_dc15a"}, command = "ctpsgt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc15a"] = 6000, }, category = "CTP", })
  30.  
  31. TEAM_CTPSSGT = DarkRP.createJob("CTP Staff Sergeant", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_pilot.mdl", description = [[You are a CTP Trooper.]], weapons = {"weapon_752_dc17", "weapon_752_dc15a"}, command = "ctpssgt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc15a"] = 6000, }, category = "CTP", })
  32.  
  33. TEAM_CTP2LT = DarkRP.createJob("CTP 2nd Lieutenant", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_pilot.mdl", description = [[You are a CTP Trooper.]], weapons = {"weapon_752_dc17", "weapon_752_dc15a"}, command = "ctp2lt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc15a"] = 6000, }, category = "CTP", })
  34.  
  35. TEAM_CTPLT = DarkRP.createJob("CTP Lieutenant", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_pilot.mdl", description = [[You are a CTP Trooper.]], weapons = {"weapon_752_dc17", "weapon_752_dc15a"}, command = "ctplt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc15a"] = 6000, }, category = "CTP", })
  36.  
  37. TEAM_CTPCPT = DarkRP.createJob("CTP Captain", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_pilot.mdl", description = [[You are a CTP Trooper.]], weapons = {"weapon_752_dc17", "weapon_752_dc15a"}, command = "ctpcpt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc15a"] = 6000, }, category = "CTP", })
  38.  
  39. TEAM_CTPMJR = DarkRP.createJob("CTP Major", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_pilot.mdl", description = [[You are a CTP Trooper.]], weapons = {"weapon_752_dc17", "weapon_752_dc15a"}, command = "ctpmjr", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc15a"] = 6000, }, category = "CTP", })
  40.  
  41. TEAM_CTPVCOMMANDER = DarkRP.createJob("CTP Vice Commander", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_pilot.mdl", description = [[You are a CTP Trooper.]], weapons = {"weapon_752_dc17", "weapon_752_dc15a"}, command = "ctpvcommander", max = 1, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc15a"] = 6000, }, category = "CTP", })
  42.  
  43. TEAM_CTPCOMMANDER = DarkRP.createJob("CTP Commander", { color = Color(255, 255, 255, 255), model = "models/player/asgclonewars/clone_commander_yellow/clone_commander_yellow.mdl", description = [[You are a CTP Pilot Commander.]], weapons = {"weapon_752_dc17", "weapon_752_dc15a"}, command = "ctpcommander", max = 1, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc15a"] = 6000, }, category = "CTP", })
  44.  
  45. TEAM_91PVT = DarkRP.createJob("91st Private", { color = Color(255, 255, 255, 255), model = "models/player/remi/cgiremi.mdl", description = [[You are a 91st Trooper.]], weapons = {"weapon_752_dc15a", "weapon_752_dc17", "med_kit"}, command = "91pvt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc15a"] = 6000, }, category = "91st", })
  46.  
  47. TEAM_91CPL = DarkRP.createJob("91st Corporal", { color = Color(255, 255, 255, 255), model = "models/player/remi/cgiremi.mdl", description = [[You are a 91st Trooper.]], weapons = {"weapon_752_dc15a", "weapon_752_dc17", "med_kit"}, command = "91cpl", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc15a"] = 6000, }, category = "91st", })
  48.  
  49. TEAM_91SGT = DarkRP.createJob("91st Sergeant", { color = Color(255, 255, 255, 255), model = "models/player/remi/cgiremi.mdl", description = [[You are a 91st Trooper.]], weapons = {"weapon_752_dc15a", "weapon_752_dc17", "med_kit"}, command = "91sgt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc15a"] = 6000, }, category = "91st", })
  50.  
  51. TEAM_91SSGT = DarkRP.createJob("91st Staff Sergeant", { color = Color(255, 255, 255, 255), model = "models/player/remi/cgiremi.mdl", description = [[You are a 91st Trooper.]], weapons = {"weapon_752_dc15a", "weapon_752_dc17", "med_kit"}, command = "91ssgt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc15a"] = 6000, }, category = "91st", })
  52.  
  53. TEAM_912LT = DarkRP.createJob("91st 2nd Lieutenant", { color = Color(255, 255, 255, 255), model = "models/player/remi/cgiremi.mdl", description = [[You are a 91st Trooper.]], weapons = {"weapon_752_dc15a", "weapon_752_dc17", "med_kit"}, command = "912lt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc15a"] = 6000, }, category = "91st", })
  54.  
  55. TEAM_91LT = DarkRP.createJob("91st Lieutenant", { color = Color(255, 255, 255, 255), model = "models/player/remi/cgiremi.mdl", description = [[You are a 91st Trooper.]], weapons = {"weapon_752_dc15a", "weapon_752_dc17", "med_kit"}, command = "91lt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc15a"] = 6000, }, category = "91st", })
  56.  
  57. TEAM_91CPT = DarkRP.createJob("91st Captain", { color = Color(255, 255, 255, 255), model = "models/player/remi/cgiremi.mdl", description = [[You are a 91st Trooper.]], weapons = {"weapon_752_dc15a", "weapon_752_dc17", "med_kit"}, command = "91cpt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc15a"] = 6000, }, category = "91st", })
  58.  
  59. TEAM_91MJR = DarkRP.createJob("91st Major", { color = Color(255, 255, 255, 255), model = "models/player/remi/cgiremi.mdl", description = [[You are a 91st Trooper.]], weapons = {"weapon_752_dc15a", "weapon_752_dc17", "med_kit"}, command = "91mjr", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc15a"] = 6000, }, category = "91st", })
  60.  
  61. TEAM_91VCOMMANDER = DarkRP.createJob("91st Vice Commander", { color = Color(255, 255, 255, 255), model = "models/player/remi/cgiremi.mdl", description = [[You are a 91st Trooper.]], weapons = {"weapon_752_dc15a", "weapon_752_dc17", "med_kit"}, command = "91vcommander", max = 1, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc15a"] = 6000, }, category = "91st", })
  62.  
  63. TEAM_91COMMANDER = DarkRP.createJob("91st Commander", { color = Color(255, 255, 255, 255), model = "models/player/veco/veco.mdl", description = [[You are the 91st Commander.]], weapons = {"weapon_752_dc15a", "weapon_752_dc17", "med_kit"}, command = "91commander", max = 1, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc15a"] = 6000, }, category = "91st", })
  64.  
  65. TEAM_212PVT = DarkRP.createJob("212th Private", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_212nd.mdl", description = [[You are a 212th Trooper.]], weapons = {"weapon_752_dc17m_br", "weapon_752_dc17", "weapon_752_e11"}, command = "212pvt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc17m_br"] = 6000, }, category = "212th", })
  66.  
  67. TEAM_212CPL = DarkRP.createJob("212th Corporal", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_212nd.mdl", description = [[You are a 212th Trooper.]], weapons = {"weapon_752_dc17m_br", "weapon_752_dc17", "weapon_752_e11"}, command = "212cpl", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc17m_br"] = 6000, }, category = "212th", })
  68.  
  69. TEAM_212SGT = DarkRP.createJob("212th Sergeant", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_212nd.mdl", description = [[You are a 212th Trooper.]], weapons = {"weapon_752_dc17m_br", "weapon_752_dc17", "weapon_752_e11"}, command = "212sgt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc17m_br"] = 6000, }, category = "212th", })
  70.  
  71. TEAM_212SSGT = DarkRP.createJob("212th Staff Sergeant", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_212nd.mdl", description = [[You are a 212th Trooper.]], weapons = {"weapon_752_dc17m_br", "weapon_752_dc17", "weapon_752_e11"}, command = "212ssgt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc17m_br"] = 6000, }, category = "212th", })
  72.  
  73. TEAM_2122LT = DarkRP.createJob("212th 2nd Lieutenant", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_212nd.mdl", description = [[You are a 212th Trooper.]], weapons = {"weapon_752_dc17m_br", "weapon_752_dc17", "weapon_752_e11"}, command = "2122lt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc17m_br"] = 6000, }, category = "212th", })
  74.  
  75. TEAM_212LT = DarkRP.createJob("212th Lieutenant", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_212nd.mdl", description = [[You are a 212th Trooper.]], weapons = {"weapon_752_dc17m_br", "weapon_752_dc17", "weapon_752_e11"}, command = "212lt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc17m_br"] = 6000, }, category = "212th", })
  76.  
  77. TEAM_212CPT = DarkRP.createJob("212th Captain", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_212nd.mdl", description = [[You are a 212th Trooper.]], weapons = {"weapon_752_dc17m_br", "weapon_752_dc17", "weapon_752_e11"}, command = "212cpt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc17m_br"] = 6000, }, category = "212th", })
  78.  
  79. TEAM_212MJR = DarkRP.createJob("212th Major", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_212nd.mdl", description = [[You are a 212th Trooper.]], weapons = {"weapon_752_dc17m_br", "weapon_752_dc17", "weapon_752_e11"}, command = "212mjr", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc17m_br"] = 6000, }, category = "212th", })
  80.  
  81. TEAM_212VCOMMANDER = DarkRP.createJob("212th Vice Commander", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_212nd.mdl", description = [[You are a 212th Trooper.]], weapons = {"weapon_752_dc17m_br", "weapon_752_dc17", "weapon_752_e11"}, command = "212vcommander", max = 1, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc17m_br"] = 6000, }, category = "212th", })
  82.  
  83. TEAM_212COMMANDER = DarkRP.createJob("212th Commander", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_cody.mdl", description = [[You are the 212th Commander.]], weapons = {"weapon_752_dc17m_br", "weapon_swrc_det", "weapon_752_dc17", "weapon_752_e11"}, command = "212commander", max = 1, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc17m_br"] = 6000, }, category = "212th", })
  84.  
  85. TEAM_327PVT = DarkRP.createJob("327th Private", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_327th.mdl", description = [[You are a 327th Trooper.]], weapons = {"weapon_752_dh17", "weapon_752_e11", "weapon_752_dc15a"}, command = "327pvt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc17m_br"] = 6000, }, category = "327th", })
  86.  
  87. TEAM_327CPL = DarkRP.createJob("327th Corporal", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_327th.mdl", description = [[You are a 327th Trooper.]], weapons = {"weapon_752_dh17", "weapon_752_e11", "weapon_752_dc15a"}, command = "327cpl", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc17m_br"] = 6000, }, category = "327th", })
  88.  
  89. TEAM_327SGT = DarkRP.createJob("327th Sergeant", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_327th.mdl", description = [[You are a 327th Trooper.]], weapons = {"weapon_752_dh17", "weapon_752_e11", "weapon_752_dc15a"}, command = "327sgt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc17m_br"] = 6000, }, category = "327th", })
  90.  
  91. TEAM_327SSGT = DarkRP.createJob("327th Staff Sergeant", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_327th.mdl", description = [[You are a 327th Trooper.]], weapons = {"weapon_752_dh17", "weapon_752_e11", "weapon_752_dc15a"}, command = "327ssgt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc17m_br"] = 6000, }, category = "327th", })
  92.  
  93. TEAM_3272LT = DarkRP.createJob("327th 2nd Lieutenant", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_327th.mdl", description = [[You are a 327th Trooper.]], weapons = {"weapon_752_dh17", "weapon_752_e11", "weapon_752_dc15a"}, command = "3272lt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc17m_br"] = 6000, }, category = "327th", })
  94.  
  95. TEAM_327LT = DarkRP.createJob("327th Lieutenant", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_327th.mdl", description = [[You are a 327th Trooper.]], weapons = {"weapon_752_dh17", "weapon_752_e11", "weapon_752_dc15a"}, command = "327lt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc17m_br"] = 6000, }, category = "327th", })
  96.  
  97. TEAM_327CPT = DarkRP.createJob("327th Captain", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_327th.mdl", description = [[You are a 327th Trooper.]], weapons = {"weapon_752_dh17", "weapon_752_e11", "weapon_752_dc15a"}, command = "327cpt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc17m_br"] = 6000, }, category = "327th", })
  98.  
  99. TEAM_327MJR = DarkRP.createJob("327th Major", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_327th.mdl", description = [[You are a 327th Trooper.]], weapons = {"weapon_752_dh17", "weapon_752_e11", "weapon_752_dc15a"}, command = "327mjr", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc17m_br"] = 6000, }, category = "327th", })
  100.  
  101. TEAM_327VCOMMANDER = DarkRP.createJob("327th Vice Commander", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_327th.mdl", description = [[You are a 327th Trooper.]], weapons = {"weapon_752_dh17", "weapon_752_e11", "weapon_752_dc15a"}, command = "327vcommander", max = 1, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc17m_br"] = 6000, }, category = "327th", })
  102.  
  103. TEAM_327COMMANDER = DarkRP.createJob("327th Commander", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_bly.mdl", description = [[You are the 327th Commander.]], weapons = {"weapon_752_dh17", "weapon_752_e11", "weapon_752_dc15a"}, command = "327commander", max = 1, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc17m_br"] = 6000, }, category = "327th", })
  104.  
  105. TEAM_CGPVT = DarkRP.createJob("CG Private", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_thire.mdl", description = [[You are a Clone Guard Trooper.]], weapons = {"weapon_752_dsbp", "weapon_752_dc15a", "weapon_752_t21"}, command = "cgpvt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc15a"] = 6000, }, category = "Clone Guard", })
  106.  
  107. TEAM_CGCPL = DarkRP.createJob("CG Corporal", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_thire.mdl", description = [[You are a Clone Guard Trooper.]], weapons = {"weapon_752_dsbp", "weapon_752_dc15a", "weapon_752_t21"}, command = "cgcpl", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc15a"] = 6000, }, category = "Clone Guard", })
  108.  
  109. TEAM_CGSGT = DarkRP.createJob("CG Sergeant", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_thire.mdl", description = [[You are a Clone Guard Trooper.]], weapons = {"weapon_752_dsbp", "weapon_752_dc15a", "weapon_752_t21"}, command = "cgsgt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc15a"] = 6000, }, category = "Clone Guard", })
  110.  
  111. TEAM_CGSSGT = DarkRP.createJob("CG Staff Sergeant", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_thire.mdl", description = [[You are a Clone Guard Trooper.]], weapons = {"weapon_752_dsbp", "weapon_752_dc15a", "weapon_752_t21"}, command = "cgssgt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc15a"] = 6000, }, category = "Clone Guard", })
  112.  
  113. TEAM_CG2LT = DarkRP.createJob("CG 2nd Lieutenant", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_thire.mdl", description = [[You are a Clone Guard Trooper.]], weapons = {"weapon_752_dsbp", "weapon_752_dc15a", "weapon_752_t21"}, command = "cg2lt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc15a"] = 6000, }, category = "Clone Guard", })
  114.  
  115. TEAM_CGLT = DarkRP.createJob("CG Lieutenant", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_thire.mdl", description = [[You are a Clone Guard Trooper.]], weapons = {"weapon_752_dsbp", "weapon_752_dc15a", "weapon_752_t21"}, command = "cglt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc15a"] = 6000, }, category = "Clone Guard", })
  116.  
  117. TEAM_CGCPT = DarkRP.createJob("CG Captain", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_thire.mdl", description = [[You are a Clone Guard Trooper.]], weapons = {"weapon_752_dsbp", "weapon_752_dc15a", "weapon_752_t21"}, command = "cgcpt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc15a"] = 6000, }, category = "Clone Guard", })
  118.  
  119. TEAM_CGMJR = DarkRP.createJob("CG Major", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_thire.mdl", description = [[You are a Clone Guard Trooper.]], weapons = {"weapon_752_dsbp", "weapon_752_dc15a", "weapon_752_t21"}, command = "cgmjr", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc15a"] = 6000, }, category = "Clone Guard", })
  120.  
  121. TEAM_CGVCOMMANDER = DarkRP.createJob("CG Vice Commander", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_thire.mdl", description = [[You are a Clone Guard Trooper.]], weapons = {"weapon_752_dsbp", "weapon_752_dc15a", "weapon_752_t21"}, command = "cgvcommander", max = 1, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc15a"] = 6000, }, category = "Clone Guard", })
  122.  
  123. TEAM_CGCOMMANDER = DarkRP.createJob("CG Commander", { color = Color(255, 255, 255, 255), model = "models/player/asgclonewars/commander_fox/commander_fox.mdl", description = [[You are a Clone Guard Trooper.]], weapons = {"weapon_752_dsbp", "weapon_752_dc15a", "weapon_752_t21"}, command = "cgcommander", max = 1, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc15a"] = 6000, }, category = "Clone Guard", })
  124.  
  125. TEAM_GMPVT = DarkRP.createJob("GM Private", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_marine.mdl", description = [[You are a Galactic Marine Trooper.]], weapons = {"weapon_752_dh17", "weapon_752_dlt19", "weapon_752_t21"}, command = "gmpvt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dh17"] = 6000, }, category = "GM", })
  126.  
  127. TEAM_GMCPL = DarkRP.createJob("GM Corporal", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_marine.mdl", description = [[You are a Galactic Marine Trooper.]], weapons = {"weapon_752_dh17", "weapon_752_dlt19", "weapon_752_t21"}, command = "gmcpl", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dh17"] = 6000, }, category = "GM", })
  128.  
  129. TEAM_GMSGT = DarkRP.createJob("GM Sergeant", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_marine.mdl", description = [[You are a Galactic Marine Trooper.]], weapons = {"weapon_752_dh17", "weapon_752_dlt19", "weapon_752_t21"}, command = "gmsgt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dh17"] = 6000, }, category = "GM", })
  130.  
  131. TEAM_GMSSGT = DarkRP.createJob("GM Staff Sergeant", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_marine.mdl", description = [[You are a Galactic Marine Trooper.]], weapons = {"weapon_752_dh17", "weapon_752_dlt19", "weapon_752_t21"}, command = "gmssgt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dh17"] = 6000, }, category = "GM", })
  132.  
  133. TEAM_GM2LT = DarkRP.createJob("GM 2nd Lieutenant", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_marine.mdl", description = [[You are a Galactic Marine Trooper.]], weapons = {"weapon_752_dh17", "weapon_752_dlt19", "weapon_752_t21"}, command = "gm2lt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dh17"] = 6000, }, category = "GM", })
  134.  
  135. TEAM_GMLT = DarkRP.createJob("GM Lieutenant", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_marine.mdl", description = [[You are a Galactic Marine Trooper.]], weapons = {"weapon_752_dh17", "weapon_752_dlt19", "weapon_752_t21"}, command = "gmlt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dh17"] = 6000, }, category = "GM", })
  136.  
  137. TEAM_GMCPT = DarkRP.createJob("GM Captain", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_marine.mdl", description = [[You are a Galactic Marine Trooper.]], weapons = {"weapon_752_dh17", "weapon_752_dlt19", "weapon_752_t21"}, command = "gmcpt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dh17"] = 6000, }, category = "GM", })
  138.  
  139. TEAM_GMMJR = DarkRP.createJob("GM Major", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_marine.mdl", description = [[You are a Galactic Marine Trooper.]], weapons = {"weapon_752_dh17", "weapon_752_dlt19", "weapon_752_t21"}, command = "gmmjr", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dh17"] = 6000, }, category = "GM", })
  140.  
  141. TEAM_GMVCOMMANDER = DarkRP.createJob("GM Vice Commander", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_marine.mdl", description = [[You are a Galactic Marine Trooper.]], weapons = {"weapon_752_dh17", "weapon_752_dlt19", "weapon_752_t21"}, command = "gvcommander", max = 1, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dh17"] = 6000, }, category = "GM", })
  142.  
  143. TEAM_GMCOMMANDER = DarkRP.createJob("GM Commander", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_bacara.mdl", description = [[You are the Galactic Marine Commander.]], weapons = {"weapon_752_dh17", "weapon_752_dlt19", "weapon_752_t21"}, command = "gmcommander", max = 1, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dh17"] = 6000, }, category = "GM", })
  144.  
  145. TEAM_ARCPVT = DarkRP.createJob("ARC Private", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_arc_defaut.mdl", description = [[You are an ARC Trooper.]], weapons = {"weapon_752_e11", "weapon_752_ihr", "weapon_752_dlt19", "wt_rocketboots", "wt_rocketboots_remover"}, command = "arcpvt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_ihr"] = 6000, }, category = "ARC", })
  146.  
  147. TEAM_ARCCPL = DarkRP.createJob("ARC Corporal", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_arc_defaut.mdl", description = [[You are an ARC Trooper.]], weapons = {"weapon_752_e11", "weapon_752_ihr", "weapon_752_dlt19", "wt_rocketboots", "wt_rocketboots_remover"}, command = "arccpl", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_ihr"] = 6000, }, category = "ARC", })
  148.  
  149. TEAM_ARCSGT = DarkRP.createJob("ARC Sergeant", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_arc_defaut.mdl", description = [[You are an ARC Trooper.]], weapons = {"weapon_752_e11", "weapon_752_ihr", "weapon_752_dlt19", "wt_rocketboots", "wt_rocketboots_remover"}, command = "arcsgt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_ihr"] = 6000, }, category = "ARC", })
  150.  
  151. TEAM_ARCSSGT = DarkRP.createJob("ARC Staff Sergeant", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_arc_defaut.mdl", description = [[You are an ARC Trooper.]], weapons = {"weapon_752_e11", "weapon_752_ihr", "weapon_752_dlt19", "wt_rocketboots", "wt_rocketboots_remover"}, command = "arcssgt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_ihr"] = 6000, }, category = "ARC", })
  152.  
  153. TEAM_ARC2LT = DarkRP.createJob("ARC 2nd Lieutenant", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_arc_defaut.mdl", description = [[You are an ARC Trooper.]], weapons = {"weapon_752_e11", "weapon_752_ihr", "weapon_752_dlt19", "wt_rocketboots", "wt_rocketboots_remover"}, command = "arc2lt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_ihr"] = 6000, }, category = "ARC", })
  154.  
  155. TEAM_ARCLT = DarkRP.createJob("ARC Lieutenant", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_arc_defaut.mdl", description = [[You are an ARC Trooper.]], weapons = {"weapon_752_e11", "weapon_752_ihr", "weapon_752_dlt19", "wt_rocketboots", "wt_rocketboots_remover"}, command = "arclt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_ihr"] = 6000, }, category = "ARC", })
  156.  
  157. TEAM_ARCCPT = DarkRP.createJob("ARC Captain", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_arc_defaut.mdl", description = [[You are an ARC Trooper.]], weapons = {"weapon_752_e11", "weapon_752_ihr", "weapon_752_dlt19", "wt_rocketboots", "wt_rocketboots_remover"}, command = "arccpt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_ihr"] = 6000, }, category = "ARC", })
  158.  
  159. TEAM_ARCMJR = DarkRP.createJob("ARC Major", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_arc_defaut.mdl", description = [[You are an ARC Trooper.]], weapons = {"weapon_752_e11", "weapon_752_ihr", "weapon_752_dlt19", "wt_rocketboots", "wt_rocketboots_remover"}, command = "arcmjr", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_ihr"] = 6000, }, category = "ARC", })
  160.  
  161. TEAM_ARCVCOMMANDER = DarkRP.createJob("ARC Vice Commander", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_arc_defaut.mdl", description = [[You are an ARC Trooper.]], weapons = {"weapon_752_e11", "weapon_752_ihr", "weapon_752_dlt19", "wt_rocketboots", "wt_rocketboots_remover"}, command = "arcvcommander", max = 1, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_ihr"] = 6000, }, category = "ARC", })
  162.  
  163. TEAM_ARCCOMMANDER = DarkRP.createJob("ARC Commander", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_arc_commander.mdl", description = [[You are the ARC Commander.]], weapons = {"weapon_752_e11", "weapon_752_ihr", "weapon_752_dlt19", "wt_rocketboots", "wt_rocketboots_remover"}, command = "arccommander", max = 1, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_ihr"] = 6000, }, category = "ARC", })
  164.  
  165. TEAM_SHADOWPVT = DarkRP.createJob("Shadow Trooper Private", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_shadow.mdl", description = [[You are a Shadow Trooper.]], weapons = {"weapon_752_dh17", "weapon_752_e11", "weapon_752_dlt19", "realistic_hook", "weapon_camo"}, command = "shadowtrooperpvt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dlt19"] = 6000, }, category = "Shadow Trooper", })
  166.  
  167. TEAM_SHADOWCPL = DarkRP.createJob("Shadow Trooper Corporal", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_shadow.mdl", description = [[You are a Shadow Trooper.]], weapons = {"weapon_752_dh17", "weapon_752_e11", "weapon_752_dlt19", "realistic_hook", "weapon_camo"}, command = "shadowtroopercpl", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dlt19"] = 6000, }, category = "Shadow Trooper", })
  168.  
  169. TEAM_SHADOWSGT = DarkRP.createJob("Shadow Trooper Sergeant", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_shadow.mdl", description = [[You are a Shadow Trooper.]], weapons = {"weapon_752_dh17", "weapon_752_e11", "weapon_752_dlt19", "realistic_hook", "weapon_camo"}, command = "shadowtroopersgt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dlt19"] = 6000, }, category = "Shadow Trooper", })
  170.  
  171. TEAM_SHADOWSSGT = DarkRP.createJob("Shadow Trooper Staff Sergeant", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_shadow.mdl", description = [[You are a Shadow Trooper.]], weapons = {"weapon_752_dh17", "weapon_752_e11", "weapon_752_dlt19", "realistic_hook", "weapon_camo"}, command = "shadowtrooperssgt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dlt19"] = 6000, }, category = "Shadow Trooper", })
  172.  
  173. TEAM_SHADOW2LT = DarkRP.createJob("Shadow Trooper 2nd Lieutenant", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_shadow.mdl", description = [[You are a Shadow Trooper.]], weapons = {"weapon_752_dh17", "weapon_752_e11", "weapon_752_dlt19", "realistic_hook", "weapon_camo"}, command = "shadowtrooper2lt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dlt19"] = 6000, }, category = "Shadow Trooper", })
  174.  
  175. TEAM_SHADOWLT = DarkRP.createJob("Shadow Trooper Lieutenant", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_shadow.mdl", description = [[You are a Shadow Trooper.]], weapons = {"weapon_752_dh17", "weapon_752_e11", "weapon_752_dlt19", "realistic_hook", "weapon_camo"}, command = "shadowtrooperlt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dlt19"] = 6000, }, category = "Shadow Trooper", })
  176.  
  177. TEAM_SHADOWCPT = DarkRP.createJob("Shadow Trooper Captain", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_shadow.mdl", description = [[You are a Shadow Trooper.]], weapons = {"weapon_752_dh17", "weapon_752_e11", "weapon_752_dlt19", "realistic_hook", "weapon_camo"}, command = "shadowtroopercpt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dlt19"] = 6000, }, category = "Shadow Trooper", })
  178.  
  179. TEAM_SHADOWMJR = DarkRP.createJob("Shadow Trooper Major", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_shadow.mdl", description = [[You are a Shadow Trooper.]], weapons = {"weapon_752_dh17", "weapon_752_e11", "weapon_752_dlt19", "realistic_hook", "weapon_camo"}, command = "shadowtroopermjr", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dlt19"] = 6000, }, category = "Shadow Trooper", })
  180.  
  181. TEAM_SHADOWVCOMMANDER = DarkRP.createJob("Shadow Trooper Vice Commander", { color = Color(255, 255, 255, 255), model = "models/player/sgg/starwars/clonetrooper_shadow.mdl", description = [[You are a Shadow Trooper.]], weapons = {"weapon_752_dh17", "weapon_752_e11", "weapon_752_dlt19", "realistic_hook", "weapon_camo"}, command = "shadowvcommander", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dlt19"] = 6000, }, category = "Shadow Trooper", })
  182.  
  183. TEAM_SHADOWCOMMANDER = DarkRP.createJob("Shadow Trooper Commander", { color = Color(255, 255, 255, 255), model = "models/player/asgclonewars/shadow_commander/shadow_commander.mdl", description = [[You are the Shadow Trooper Commander.]], weapons = {"weapon_752_dh17", "weapon_752_e11", "weapon_752_dlt19", "realistic_hook", "weapon_camo"}, command = "shadowcommander", max = 1, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dlt19"] = 6000, }, category = "Shadow Trooper", })
  184.  
  185. TEAM_FSPVT = DarkRP.createJob("Fleet Security Private", { color = Color(255, 255, 255, 255), model = "models/player/asgclonewars/senate_commando/senate_commando.mdl", description = [[You are a Fleet Security Trooper.]], weapons = {"weapon_752_dc17m_br", "arrest_stick", "unarrest_stick", "stunstick", "weapon_752_e5", "weapon_752_dh17"}, command = "fspvt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc17m_br"] = 6000, }, category = "Fleet Security", })
  186.  
  187. TEAM_FSCPL = DarkRP.createJob("Fleet Security Corporal", { color = Color(255, 255, 255, 255), model = "models/player/asgclonewars/senate_commando/senate_commando.mdl", description = [[You are a Fleet Security Trooper.]], weapons = {"weapon_752_dc17m_br", "arrest_stick", "unarrest_stick", "stunstick", "weapon_752_e5", "weapon_752_dh17"}, command = "fscpl", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc17m_br"] = 6000, }, category = "Fleet Security", })
  188.  
  189. TEAM_FSSGT = DarkRP.createJob("Fleet Security Sergeant", { color = Color(255, 255, 255, 255), model = "models/player/asgclonewars/senate_commando/senate_commando.mdl", description = [[You are a Fleet Security Trooper.]], weapons = {"weapon_752_dc17m_br", "arrest_stick", "unarrest_stick", "stunstick", "weapon_752_e5", "weapon_752_dh17"}, command = "fssgt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc17m_br"] = 6000, }, category = "Fleet Security", })
  190.  
  191. TEAM_FSSSGT = DarkRP.createJob("Fleet Security Staff Sergeant", { color = Color(255, 255, 255, 255), model = "models/player/asgclonewars/senate_commando/senate_commando.mdl", description = [[You are a Fleet Security Trooper.]], weapons = {"weapon_752_dc17m_br", "arrest_stick", "unarrest_stick", "stunstick", "weapon_752_e5", "weapon_752_dh17"}, command = "fsssgt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc17m_br"] = 6000, }, category = "Fleet Security", })
  192.  
  193. TEAM_FS2LT = DarkRP.createJob("Fleet Security 2nd Lieutenant", { color = Color(255, 255, 255, 255), model = "models/player/asgclonewars/senate_commando/senate_commando.mdl", description = [[You are a Fleet Security Trooper.]], weapons = {"weapon_752_dc17m_br", "arrest_stick", "unarrest_stick", "stunstick", "weapon_752_e5", "weapon_752_dh17"}, command = "fs2lt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc17m_br"] = 6000, }, category = "Fleet Security", })
  194.  
  195. TEAM_FSLT = DarkRP.createJob("Fleet Security Lieutenant", { color = Color(255, 255, 255, 255), model = "models/player/asgclonewars/senate_commando/senate_commando.mdl", description = [[You are a Fleet Security Trooper.]], weapons = {"weapon_752_dc17m_br", "arrest_stick", "unarrest_stick", "stunstick", "weapon_752_e5", "weapon_752_dh17"}, command = "fslt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc17m_br"] = 6000, }, category = "Fleet Security", })
  196.  
  197. TEAM_FSCPT = DarkRP.createJob("Fleet Security Captain", { color = Color(255, 255, 255, 255), model = "models/player/asgclonewars/senate_commando/senate_commando.mdl", description = [[You are a Fleet Security Trooper.]], weapons = {"weapon_752_dc17m_br", "arrest_stick", "unarrest_stick", "stunstick", "weapon_752_e5", "weapon_752_dh17"}, command = "fscpt", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc17m_br"] = 6000, }, category = "Fleet Security", })
  198.  
  199. TEAM_FSMJR = DarkRP.createJob("Fleet Security Major", { color = Color(255, 255, 255, 255), model = "models/player/asgclonewars/senate_commando/senate_commando.mdl", description = [[You are a Fleet Security Trooper.]], weapons = {"weapon_752_dc17m_br", "arrest_stick", "unarrest_stick", "stunstick", "weapon_752_e5", "weapon_752_dh17"}, command = "fsmjr", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc17m_br"] = 6000, }, category = "Fleet Security", })
  200.  
  201. TEAM_FSVCOMMANDER = DarkRP.createJob("Fleet Security Vice Commander", { color = Color(255, 255, 255, 255), model = "models/player/asgclonewars/senate_commando/senate_commando.mdl", description = [[You are a Fleet Security Trooper.]], weapons = {"weapon_752_dc17m_br", "arrest_stick", "unarrest_stick", "stunstick", "weapon_752_e5", "weapon_752_dh17"}, command = "fsvcommander", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc17m_br"] = 6000, }, category = "Fleet Security", })
  202.  
  203. TEAM_FSCOMMANDER = DarkRP.createJob("Fleet Security Commander", { color = Color(255, 255, 255, 255), model = "models/player/asgclonewars/senate_commando/senate_commando.mdl", description = [[You are the Fleet Security Commander.]], weapons = {"weapon_752_dc17m_br", "arrest_stick", "unarrest_stick", "stunstick", "weapon_752_e5", "weapon_752_dh17"}, command = "fscommander", max = 1, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc17m_br"] = 6000, }, category = "Fleet Security", })
  204.  
  205. TEAM_FENSIGN = DarkRP.createJob("Fleet Ensign", { color = Color(255, 255, 255, 255), model = "models/kriegsyntax/starwars/ensign_playermodel.mdl", description = [[You are a Fleet Ensign.]], weapons = {"weapon_752_dc15a", "weapon_752_kyd21"}, command = "fleetensign", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc15a"] = 6000, }, category = "Fleet", })
  206.  
  207. TEAM_FCOMMODORE = DarkRP.createJob("Fleet Commodore", { color = Color(255, 255, 255, 255), model = "models/kriegsyntax/starwars/commodore_playermodel.mdl", description = [[You are a Fleet Commodore.]], weapons = {"weapon_752_dc15a", "weapon_752_kyd21"}, command = "fleetcommodore", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc15a"] = 6000, }, category = "Fleet", })
  208.  
  209. TEAM_FLIEUTENANT = DarkRP.createJob("Fleet Lieutenant", { color = Color(255, 0, 0, 255), model = "models/kriegsyntax/starwars/lieutenant_playermodel.mdl", description = [[You are a Fleet Lieutenant.]], weapons = {"weapon_752_dc15a", "weapon_752_kyd21"}, command = "fleetlieutenant", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc15a"] = 6000, }, category = "Fleet", })
  210.  
  211. TEAM_FCAPTAIN = DarkRP.createJob("Fleet Captain", { color = Color(255, 255, 255, 255), model = "models/kriegsyntax/starwars/captain_playermodel.mdl", description = [[You are a Fleet Captain.]], weapons = {"weapon_752_dc15a", "weapon_752_kyd21"}, command = "fleetcaptain", max = 4, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc15a"] = 6000, }, category = "Fleet", })
  212.  
  213. TEAM_FCOLONEL = DarkRP.createJob("Fleet Colonel", { color = Color(255, 255, 255, 255), model = "models/kriegsyntax/starwars/colonel_playermodel.mdl", description = [[You are a Fleet Colonel.]], weapons = {"weapon_752_dc15a", "weapon_752_kyd21"}, command = "fleetcolonel", max = 2, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc15a"] = 6000, }, category = "Fleet", })
  214.  
  215. TEAM_FGENERAL = DarkRP.createJob("Fleet General", { color = Color(255, 255, 255, 255), model = "models/kriegsyntax/starwars/general_playermodel.mdl", description = [[You are the Fleet General.]], weapons = {"weapon_752_dc15a", "weapon_752_kyd21"}, command = "fleetgeneral", max = 1, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc15a"] = 6000, }, category = "Fleet", })
  216.  
  217. TEAM_FADMIRAL = DarkRP.createJob("Fleet Admiral", { color = Color(255, 255, 255, 255), model = "models/kriegsyntax/starwars/admiral.mdl", description = [[You are the Fleet Admiral.]], weapons = {"weapon_752_dc15a", "weapon_752_kyd21"}, command = "fleetadmiral", max = 1, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc15a"] = 6000, }, category = "Fleet", })
  218.  
  219. TEAM_FGRANDADMIRAL = DarkRP.createJob("Fleet Grand Admiral", { color = Color(255, 255, 255, 255), model = "models/kriegsyntax/starwars/grandadmiral_playermodel.mdl", description = [[You are the Fleet Grand Admiral.]], weapons = {"weapon_752_dc15a", "weapon_752_kyd21", "gmod_tool", "weapon_physgun"}, command = "fleetgrandadmiral", max = 1, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc15a"] = 6000, }, category = "Fleet", })
  220.  
  221. TEAM_STAFF = DarkRP.createJob("Staff On Duty", { color = Color(255, 255, 255, 255), model = "models/player/b4p/b4p_jawa.mdl", description = [[You are a Staff On Duty]], weapons = {"weapon_physgun"}, command = "staffonduty", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc15a"] = 6000, }, category = "Staff", })
  222.  
  223. TEAM_BUILDER = DarkRP.createJob("Builder", { color = Color(255, 255, 255, 255), model = "models/kriegsyntax/starwars/gunner_playermodel.mdl", description = [[You are a Builder]], weapons = {"weapon_physgun", "gmod_tool"}, command = "builder", max = 0, salary = 0, admin = 0, vote = false, hasLicense = false, ammo = { ["weapon_752_dc15a"] = 6000, }, category = "Staff", })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement