Advertisement
Guest User

Gay navy jobs

a guest
Dec 13th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.15 KB | None | 0 0
  1. TEAM_NAVYCADET = DarkRP.createJob("Navy Cadet", {
  2. color = Color(0, 143, 14, 255),
  3. model = {"models/player/whitenavy/whitenavy.mdl"},
  4. description = [[The Republic Navy, also referred to as the Republic fleet, Republic starfleet or the Galactic Republic fleet, was the military naval force of the Galactic Republic during the Clone Wars. The Navy served to transport the clone army across the galaxy while also engaging in ship-to-ship combat with the Separatist navy. Following the end of the war and the formation of the Galactic Empire, the Republic Navy transitioned into the Imperial Navy.]],
  5. weapons = {"tfa_swch_dc17"},
  6. command = "navy_cadet",
  7. max = 20,
  8. salary = 50,
  9. admin = 0,
  10. vote = false,
  11. hasLicense = false,
  12. candemote = false,
  13. category = "Naval Fleet",
  14. })
  15.  
  16. TEAM_NAVYOFFICER = DarkRP.createJob("Navy Officer", {
  17. color = Color(0, 143, 14, 255),
  18. model = {"models/player/clone/genericadmiral.mdl"},
  19. description = [[The Republic Navy, also referred to as the Republic fleet, Republic starfleet or the Galactic Republic fleet, was the military naval force of the Galactic Republic during the Clone Wars. The Navy served to transport the clone army across the galaxy while also engaging in ship-to-ship combat with the Separatist navy. Following the end of the war and the formation of the Galactic Empire, the Republic Navy transitioned into the Imperial Navy.]],
  20. weapons = {"tfa_swch_dc17"},
  21. command = "navy_officer",
  22. max = 10,
  23. salary = 50,
  24. admin = 0,
  25. vote = false,
  26. hasLicense = false,
  27. candemote = false,
  28. category = "Naval Fleet",
  29. })
  30.  
  31.  
  32. TEAM_NAVYADMIRAL = DarkRP.createJob("Navy Admiral", {
  33. color = Color(0, 143, 14, 255),
  34. model = {"models/player/wullf/wullf.mdl"},
  35. description = [[The Republic Navy, also referred to as the Republic fleet, Republic starfleet or the Galactic Republic fleet, was the military naval force of the Galactic Republic during the Clone Wars. The Navy served to transport the clone army across the galaxy while also engaging in ship-to-ship combat with the Separatist navy. Following the end of the war and the formation of the Galactic Empire, the Republic Navy transitioned into the Imperial Navy.]],
  36. weapons = {"tfa_swch_dc17"},
  37. command = "navy_admiral",
  38. max = 1,
  39. salary = 50,
  40. admin = 0,
  41. vote = false,
  42. hasLicense = false,
  43. candemote = false,
  44. category = "Naval Fleet",
  45. })
  46.  
  47.  
  48. TEAM_NAVYMEDIC = DarkRP.createJob("Navy Medical Officer", {
  49. color = Color(0, 143, 14, 255),
  50. model = {"models/player/bridgestaff/cgibridgestaff.mdl"},
  51. description = [[The Republic Navy, also referred to as the Republic fleet, Republic starfleet or the Galactic Republic fleet, was the military naval force of the Galactic Republic during the Clone Wars. The Navy served to transport the clone army across the galaxy while also engaging in ship-to-ship combat with the Separatist navy. Following the end of the war and the formation of the Galactic Empire, the Republic Navy transitioned into the Imperial Navy.]],
  52. weapons = {"tfa_swch_dc17","weapon_bactanade","weapon_bactakit"},
  53. command = "navy_medic",
  54. max = 5,
  55. salary = 50,
  56. admin = 0,
  57. vote = false,
  58. hasLicense = false,
  59. candemote = false,
  60. category = "Naval Fleet",
  61. })
  62.  
  63.  
  64.  
  65. TEAM_NAVYPETTYOFFICER = DarkRP.createJob("Navy Petty Officer", {
  66. color = Color(0, 143, 14, 255),
  67. model = {"models/player/bridgestaff/cgibridgestaff.mdl"},
  68. description = [[The Republic Navy, also referred to as the Republic fleet, Republic starfleet or the Galactic Republic fleet, was the military naval force of the Galactic Republic during the Clone Wars. The Navy served to transport the clone army across the galaxy while also engaging in ship-to-ship combat with the Separatist navy. Following the end of the war and the formation of the Galactic Empire, the Republic Navy transitioned into the Imperial Navy.]],
  69. weapons = {"tfa_swch_dc17"},
  70. command = "navy_petty_officer",
  71. max = 10,
  72. salary = 50,
  73. admin = 0,
  74. vote = false,
  75. hasLicense = false,
  76. candemote = false,
  77. category = "Naval Fleet",
  78. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement