Advertisement
Guest User

Star Trek Jobs Coding

a guest
Jun 28th, 2016
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 44.63 KB | None | 0 0
  1. TEAM_CADET = DarkRP.createJob("Cadet", {
  2. color = Color(135, 130, 130, 255),
  3. model = {""},
  4. description = [[In Starfleet, cadets were new recruits that enrolled in Starfleet Academy, who, upon graduation, were promoted to the rank of ensign and became an officer.]],
  5. weapons = {},
  6. command = "cadet",
  7. max = 0,
  8. salary = 10,
  9. admin = 0,
  10. vote = false,
  11. hasLicense = false,
  12. candemote = false,
  13. category = "Cadet",
  14. })
  15.  
  16. TEAM_SECURITY = DarkRP.createJob("Security Junior Petty Officer", {
  17. color = Color(255, 0, 0, 255),
  18. model = {""},
  19. description = [[Starfleet Security was an agency in Starfleet. This agency was one of the oldest with its origins dating back to Earth Starfleet. The agency was located at Fleet Operations Center in San Francisco, Earth, Sol Sector. The agency was responsible for safeguarding the Federation from internal and external threats, for conducting criminal investigations, and for guarding Federation facilities.]],
  20. weapons = {},
  21. command = "securityjunior",
  22. max = 10,
  23. salary = 15,
  24. admin = 0,
  25. vote = false,
  26. hasLicense = false,
  27. candemote = false,
  28. category = "Starfleet Security",
  29. })
  30.  
  31. TEAM_SECURITY = DarkRP.createJob("Security Senior Petty Officer", {
  32. color = Color(255, 0, 0, 255),
  33. model = {""},
  34. description = [[Starfleet Security was an agency in Starfleet. This agency was one of the oldest with its origins dating back to Earth Starfleet. The agency was located at Fleet Operations Center in San Francisco, Earth, Sol Sector. The agency was responsible for safeguarding the Federation from internal and external threats, for conducting criminal investigations, and for guarding Federation facilities.]],
  35. weapons = {},
  36. command = "securityofficer",
  37. max = 10,
  38. salary = 15,
  39. admin = 0,
  40. vote = false,
  41. hasLicense = false,
  42. candemote = false,
  43. category = "Starfleet Security",
  44. })
  45.  
  46. TEAM_SECURITY = DarkRP.createJob("Security Chief Petty Officer", {
  47. color = Color(255, 0, 0, 255),
  48. model = {""},
  49. description = [[Starfleet Security was an agency in Starfleet. This agency was one of the oldest with its origins dating back to Earth Starfleet. The agency was located at Fleet Operations Center in San Francisco, Earth, Sol Sector. The agency was responsible for safeguarding the Federation from internal and external threats, for conducting criminal investigations, and for guarding Federation facilities.]],
  50. weapons = {},
  51. command = "securitychiefpettyofficer",
  52. max = 10,
  53. salary = 15,
  54. admin = 0,
  55. vote = false,
  56. hasLicense = false,
  57. candemote = false,
  58. category = "Starfleet Security",
  59. })
  60.  
  61. TEAM_SECURITY = DarkRP.createJob("Security Ensign", {
  62. color = Color(255, 0, 0, 255),
  63. model = {""},
  64. description = [[Starfleet Security was an agency in Starfleet. This agency was one of the oldest with its origins dating back to Earth Starfleet. The agency was located at Fleet Operations Center in San Francisco, Earth, Sol Sector. The agency was responsible for safeguarding the Federation from internal and external threats, for conducting criminal investigations, and for guarding Federation facilities.]], weapons = {},
  65. command = "ensignsecurity",
  66. max = 5,
  67. salary = 15,
  68. admin = 0,
  69. vote = false,
  70. hasLicense = false,
  71. candemote = false,
  72. category = "Starfleet Security",
  73. })
  74.  
  75. TEAM_SECURITY = DarkRP.createJob("Security 2nd Lieutenant", {
  76. color = Color(255, 0, 0, 255),
  77. model = {""},
  78. description = [[Starfleet Security was an agency in Starfleet. This agency was one of the oldest with its origins dating back to Earth Starfleet. The agency was located at Fleet Operations Center in San Francisco, Earth, Sol Sector. The agency was responsible for safeguarding the Federation from internal and external threats, for conducting criminal investigations, and for guarding Federation facilities.]], weapons = {},
  79. command = "liesecurity",
  80. max = 2,
  81. salary = 15,
  82. admin = 0,
  83. vote = false,
  84. hasLicense = false,
  85. candemote = false,
  86. category = "Starfleet Security",
  87. })
  88.  
  89. TEAM_SECURITY = DarkRP.createJob("Security 1st Lieutenant", {
  90. color = Color(255, 0, 0, 255),
  91. model = {""},
  92. description = [[Starfleet Security was an agency in Starfleet. This agency was one of the oldest with its origins dating back to Earth Starfleet. The agency was located at Fleet Operations Center in San Francisco, Earth, Sol Sector. The agency was responsible for safeguarding the Federation from internal and external threats, for conducting criminal investigations, and for guarding Federation facilities.]], weapons = {},
  93. command = "1stliesecurity",
  94. max = 2,
  95. salary = 15,
  96. admin = 0,
  97. vote = false,
  98. hasLicense = false,
  99. candemote = false,
  100. category = "Starfleet Security",
  101. })
  102.  
  103. TEAM_SECURITY = DarkRP.createJob("Security Lt. Commander", {
  104. color = Color(255, 0, 0, 255),
  105. model = {""},
  106. description = [[Starfleet Security was an agency in Starfleet. This agency was one of the oldest with its origins dating back to Earth Starfleet. The agency was located at Fleet Operations Center in San Francisco, Earth, Sol Sector. The agency was responsible for safeguarding the Federation from internal and external threats, for conducting criminal investigations, and for guarding Federation facilities.]], weapons = {},
  107. command = "comsecurity",
  108. max = 1,
  109. salary = 15,
  110. admin = 0,
  111. vote = false,
  112. hasLicense = false,
  113. candemote = false,
  114. category = "Starfleet Security",
  115. })
  116.  
  117. TEAM_SECURITY = DarkRP.createJob("Security Commander", {
  118. color = Color(255, 0, 0, 255),
  119. model = {""},
  120. description = [[Starfleet Security was an agency in Starfleet. This agency was one of the oldest with its origins dating back to Earth Starfleet. The agency was located at Fleet Operations Center in San Francisco, Earth, Sol Sector. The agency was responsible for safeguarding the Federation from internal and external threats, for conducting criminal investigations, and for guarding Federation facilities.]], weapons = {},
  121. command = "securitycommander",
  122. max = 1,
  123. salary = 15,
  124. admin = 0,
  125. vote = false,
  126. hasLicense = false,
  127. candemote = false,
  128. category = "Starfleet Security",
  129. })
  130.  
  131. TEAM_ENGINEERING = DarkRP.createJob("Engineer Crewman", {
  132. color = Color(255, 0, 0, 255),
  133. model = {""},
  134. description = [[The Starfleet Corps of Engineers (also known as Starfleet Engineering or Starfleet Engineering Corps) was an agency in Starfleet tasked with solving specialized engineering problems. This agency was one of the oldest with its origins dating back to Earth Starfleet. The agency was located at Fleet Operations Center in San Francisco, Earth, Sol Sector. They had a galaxy-wide reputation, including among the United Federation of Planets' enemies like the Dominion, as the undisputed masters of technological adaptation and modification.]],
  135. weapons = {},
  136. command = "engineer",
  137. max = 10,
  138. salary = 15,
  139. admin = 0,
  140. vote = false,
  141. hasLicense = false,
  142. candemote = false,
  143. category = "Starfleet Engineers",
  144. })
  145.  
  146. TEAM_ENGINEERING = DarkRP.createJob("Engineer Junior Petty Officer", {
  147. color = Color(255, 0, 0, 255),
  148. model = {""},
  149. description = [[The Starfleet Corps of Engineers (also known as Starfleet Engineering or Starfleet Engineering Corps) was an agency in Starfleet tasked with solving specialized engineering problems. This agency was one of the oldest with its origins dating back to Earth Starfleet. The agency was located at Fleet Operations Center in San Francisco, Earth, Sol Sector. They had a galaxy-wide reputation, including among the United Federation of Planets' enemies like the Dominion, as the undisputed masters of technological adaptation and modification.]],
  150. weapons = {},
  151. command = "pettyofficer",
  152. max = 10,
  153. salary = 15,
  154. admin = 0,
  155. vote = false,
  156. hasLicense = false,
  157. candemote = false,
  158. category = "Starfleet Engineers",
  159. })
  160.  
  161. TEAM_ENGINEERING = DarkRP.createJob("Engineer Senior Petty Officer", {
  162. color = Color(255, 0, 0, 255),
  163. model = {""},
  164. description = [[The Starfleet Corps of Engineers (also known as Starfleet Engineering or Starfleet Engineering Corps) was an agency in Starfleet tasked with solving specialized engineering problems. This agency was one of the oldest with its origins dating back to Earth Starfleet. The agency was located at Fleet Operations Center in San Francisco, Earth, Sol Sector. They had a galaxy-wide reputation, including among the United Federation of Planets' enemies like the Dominion, as the undisputed masters of technological adaptation and modification.]],
  165. weapons = {},
  166. command = "engineerofficer",
  167. max = 10,
  168. salary = 15,
  169. admin = 0,
  170. vote = false,
  171. hasLicense = false,
  172. candemote = false,
  173. category = "Starfleet Engineers",
  174. })
  175.  
  176. TEAM_ENGINEERING = DarkRP.createJob("Engineer Chief Petty Officer", {
  177. color = Color(255, 0, 0, 255),
  178. model = {""},
  179. description = [[The Starfleet Corps of Engineers (also known as Starfleet Engineering or Starfleet Engineering Corps) was an agency in Starfleet tasked with solving specialized engineering problems. This agency was one of the oldest with its origins dating back to Earth Starfleet. The agency was located at Fleet Operations Center in San Francisco, Earth, Sol Sector. They had a galaxy-wide reputation, including among the United Federation of Planets' enemies like the Dominion, as the undisputed masters of technological adaptation and modification.]],
  180. weapons = {},
  181. command = "chiefpettyofficer",
  182. max = 10,
  183. salary = 15,
  184. admin = 0,
  185. vote = false,
  186. hasLicense = false,
  187. candemote = false,
  188. category = "Starfleet Engineers",
  189. })
  190.  
  191. TEAM_ENGINEERING = DarkRP.createJob("Engineer Ensign", {
  192. color = Color(255, 0, 0, 255),
  193. model = {""},
  194. description = [[The Starfleet Corps of Engineers (also known as Starfleet Engineering or Starfleet Engineering Corps) was an agency in Starfleet tasked with solving specialized engineering problems. This agency was one of the oldest with its origins dating back to Earth Starfleet. The agency was located at Fleet Operations Center in San Francisco, Earth, Sol Sector. They had a galaxy-wide reputation, including among the United Federation of Planets' enemies like the Dominion, as the undisputed masters of technological adaptation and modification.]],
  195. weapons = {},
  196. command = "ensignengineer",
  197. max = 5,
  198. salary = 15,
  199. admin = 0,
  200. vote = false,
  201. hasLicense = false,
  202. candemote = false,
  203. category = "Starfleet Engineers",
  204. })
  205.  
  206. TEAM_ENGINEERING = DarkRP.createJob("Engineer 2nd Lieutenant", {
  207. color = Color(255, 0, 0, 255),
  208. model = {""},
  209. description = [[The Starfleet Corps of Engineers (also known as Starfleet Engineering or Starfleet Engineering Corps) was an agency in Starfleet tasked with solving specialized engineering problems. This agency was one of the oldest with its origins dating back to Earth Starfleet. The agency was located at Fleet Operations Center in San Francisco, Earth, Sol Sector. They had a galaxy-wide reputation, including among the United Federation of Planets' enemies like the Dominion, as the undisputed masters of technological adaptation and modification.]],
  210. weapons = {},
  211. command = "lieengineer",
  212. max = 2,
  213. salary = 15,
  214. admin = 0,
  215. vote = false,
  216. hasLicense = false,
  217. candemote = false,
  218. category = "Starfleet Engineers",
  219. })
  220.  
  221. TEAM_ENGINEERING = DarkRP.createJob("Engineer 1st Lieutenant", {
  222. color = Color(255, 0, 0, 255),
  223. model = {""},
  224. description = [[The Starfleet Corps of Engineers (also known as Starfleet Engineering or Starfleet Engineering Corps) was an agency in Starfleet tasked with solving specialized engineering problems. This agency was one of the oldest with its origins dating back to Earth Starfleet. The agency was located at Fleet Operations Center in San Francisco, Earth, Sol Sector. They had a galaxy-wide reputation, including among the United Federation of Planets' enemies like the Dominion, as the undisputed masters of technological adaptation and modification.]],
  225. weapons = {},
  226. command = "1stlieengineer",
  227. max = 2,
  228. salary = 15,
  229. admin = 0,
  230. vote = false,
  231. hasLicense = false,
  232. candemote = false,
  233. category = "Starfleet Engineers",
  234. })
  235.  
  236. TEAM_ENGINEERING = DarkRP.createJob("Engineer Lt. Commander", {
  237. color = Color(255, 0, 0, 255),
  238. model = {""},
  239. description = [[The Starfleet Corps of Engineers (also known as Starfleet Engineering or Starfleet Engineering Corps) was an agency in Starfleet tasked with solving specialized engineering problems. This agency was one of the oldest with its origins dating back to Earth Starfleet. The agency was located at Fleet Operations Center in San Francisco, Earth, Sol Sector. They had a galaxy-wide reputation, including among the United Federation of Planets' enemies like the Dominion, as the undisputed masters of technological adaptation and modification.]],
  240. weapons = {},
  241. command = "comengineer",
  242. max = 1,
  243. salary = 15,
  244. admin = 0,
  245. vote = false,
  246. hasLicense = false,
  247. candemote = false,
  248. category = "Starfleet Engineers",
  249. })
  250.  
  251. TEAM_ENGINEERING = DarkRP.createJob("Engineer Commander", {
  252. color = Color(255, 0, 0, 255),
  253. model = {""},
  254. description = [[The Starfleet Corps of Engineers (also known as Starfleet Engineering or Starfleet Engineering Corps) was an agency in Starfleet tasked with solving specialized engineering problems. This agency was one of the oldest with its origins dating back to Earth Starfleet. The agency was located at Fleet Operations Center in San Francisco, Earth, Sol Sector. They had a galaxy-wide reputation, including among the United Federation of Planets' enemies like the Dominion, as the undisputed masters of technological adaptation and modification.]],
  255. weapons = {},
  256. command = "commanderengineer",
  257. max = 1,
  258. salary = 15,
  259. admin = 0,
  260. vote = false,
  261. hasLicense = false,
  262. candemote = false,
  263. category = "Starfleet Engineers",
  264. })
  265.  
  266. TEAM_MEDICS = DarkRP.createJob("Medical Junior Petty Officer", {
  267. color = Color(255, 0, 0, 255),
  268. model = {""},
  269. description = [[Starfleet Medical was a department of (United Earth) Starfleet dedicated to biological research and treatment of its personnel. Based out of San Francisco on Earth, Starfleet Medical oversaw all Starfleet medical personnel and facilities, which included exercising co-authority, besides the captain, over starship sickbay personnel.]],
  270. weapons = {},
  271. command = "medicjunior",
  272. max = 10,
  273. salary = 15,
  274. admin = 0,
  275. vote = false,
  276. hasLicense = false,
  277. candemote = false,
  278. category = "Starfleet Medical",
  279. })
  280.  
  281. TEAM_MEDICS = DarkRP.createJob("Medical Senior Petty Officer", {
  282. color = Color(255, 0, 0, 255),
  283. model = {""},
  284. description = [[Starfleet Medical was a department of (United Earth) Starfleet dedicated to biological research and treatment of its personnel. Based out of San Francisco on Earth, Starfleet Medical oversaw all Starfleet medical personnel and facilities, which included exercising co-authority, besides the captain, over starship sickbay personnel.]],
  285. weapons = {},
  286. command = "medicofficer",
  287. max = 10,
  288. salary = 15,
  289. admin = 0,
  290. vote = false,
  291. hasLicense = false,
  292. candemote = false,
  293. category = "Starfleet Medical",
  294. })
  295.  
  296. TEAM_MEDICS = DarkRP.createJob("MedicAL Chief Petty Officer", {
  297. color = Color(255, 0, 0, 255),
  298. model = {""},
  299. description = [[Starfleet Medical was a department of (United Earth) Starfleet dedicated to biological research and treatment of its personnel. Based out of San Francisco on Earth, Starfleet Medical oversaw all Starfleet medical personnel and facilities, which included exercising co-authority, besides the captain, over starship sickbay personnel.]],
  300. weapons = {},
  301. command = "medicchiefpettyofficer",
  302. max = 10,
  303. salary = 15,
  304. admin = 0,
  305. vote = false,
  306. hasLicense = false,
  307. candemote = false,
  308. category = "Starfleet Medical",
  309. })
  310.  
  311. TEAM_MEDICS = DarkRP.createJob("Medical Ensign", {
  312. color = Color(255, 0, 0, 255),
  313. model = {""},
  314. description = [[Starfleet Medical was a department of (United Earth) Starfleet dedicated to biological research and treatment of its personnel. Based out of San Francisco on Earth, Starfleet Medical oversaw all Starfleet medical personnel and facilities, which included exercising co-authority, besides the captain, over starship sickbay personnel.]],
  315. command = "medicensign",
  316. max = 5,
  317. salary = 15,
  318. admin = 0,
  319. vote = false,
  320. hasLicense = false,
  321. candemote = false,
  322. category = "Starfleet Medical",
  323. })
  324.  
  325. TEAM_MEDICS = DarkRP.createJob("Medical 2nd Lieutenant", {
  326. color = Color(255, 0, 0, 255),
  327. model = {""},
  328. description = [[Starfleet Medical was a department of (United Earth) Starfleet dedicated to biological research and treatment of its personnel. Based out of San Francisco on Earth, Starfleet Medical oversaw all Starfleet medical personnel and facilities, which included exercising co-authority, besides the captain, over starship sickbay personnel.]],
  329. command = "liemedic",
  330. max = 2,
  331. salary = 15,
  332. admin = 0,
  333. vote = false,
  334. hasLicense = false,
  335. candemote = false,
  336. category = "Starfleet Medical",
  337. })
  338.  
  339. TEAM_MEDICS = DarkRP.createJob("Medical 1st Lieutenant", {
  340. color = Color(255, 0, 0, 255),
  341. model = {""},
  342. description = [[Starfleet Research and Development (also known as Starfleet R&D or Starfleet Research) was an agency in 24th century Starfleet. This agency was responsible for researching, developing, and testing new technologies. The agency was based out of San Francisco, Earth, Sol Sector. In the 24th century, this agency was named on the dedication plaques of Starfleet starships.]],
  343. command = "1stliemedical",
  344. max = 2,
  345. salary = 15,
  346. admin = 0,
  347. vote = false,
  348. hasLicense = false,
  349. candemote = false,
  350. category = "Starfleet Medical",
  351. })
  352.  
  353. TEAM_MEDICS = DarkRP.createJob("Medical Lt. Commander", {
  354. color = Color(255, 0, 0, 255),
  355. model = {""},
  356. description = [[Starfleet Research and Development (also known as Starfleet R&D or Starfleet Research) was an agency in 24th century Starfleet. This agency was responsible for researching, developing, and testing new technologies. The agency was based out of San Francisco, Earth, Sol Sector. In the 24th century, this agency was named on the dedication plaques of Starfleet starships.]],
  357. command = "medicltcommander",
  358. max = 1,
  359. salary = 15,
  360. admin = 0,
  361. vote = false,
  362. hasLicense = false,
  363. candemote = false,
  364. category = "Starfleet Medical",
  365. })
  366.  
  367. TEAM_SECURITY = DarkRP.createJob("Medical Commander", {
  368. color = Color(255, 0, 0, 255),
  369. model = {""},
  370. description = [[Starfleet Research and Development (also known as Starfleet R&D or Starfleet Research) was an agency in 24th century Starfleet. This agency was responsible for researching, developing, and testing new technologies. The agency was based out of San Francisco, Earth, Sol Sector. In the 24th century, this agency was named on the dedication plaques of Starfleet starships.]],
  371. command = "mediccommander",
  372. max = 1,
  373. salary = 15,
  374. admin = 0,
  375. vote = false,
  376. hasLicense = false,
  377. candemote = false,
  378. category = "Starfleet Medical",
  379. })
  380.  
  381. TEAM_RD = DarkRP.createJob("R&D Junior Petty Officer", {
  382. color = Color(255, 0, 0, 255),
  383. model = {""},
  384. description = [[Starfleet Research and Development (also known as Starfleet R&D or Starfleet Research) was an agency in 24th century Starfleet. This agency was responsible for researching, developing, and testing new technologies. The agency was based out of San Francisco, Earth, Sol Sector. In the 24th century, this agency was named on the dedication plaques of Starfleet starships.]],
  385. weapons = {},
  386. command = "rdjunior",
  387. max = 10,
  388. salary = 15,
  389. admin = 0,
  390. vote = false,
  391. hasLicense = false,
  392. candemote = false,
  393. category = "Starfleet Research and Development",
  394. })
  395.  
  396. TEAM_RD = DarkRP.createJob("R&D Senior Petty Officer", {
  397. color = Color(255, 0, 0, 255),
  398. model = {""},
  399. description = [[Starfleet Research and Development (also known as Starfleet R&D or Starfleet Research) was an agency in 24th century Starfleet. This agency was responsible for researching, developing, and testing new technologies. The agency was based out of San Francisco, Earth, Sol Sector. In the 24th century, this agency was named on the dedication plaques of Starfleet starships.]],
  400. weapons = {},
  401. command = "rdofficersen",
  402. max = 10,
  403. salary = 15,
  404. admin = 0,
  405. vote = false,
  406. hasLicense = false,
  407. candemote = false,
  408. category = "Starfleet Research and Development",
  409. })
  410.  
  411. TEAM_RD = DarkRP.createJob("R&D Chief Petty Officer", {
  412. color = Color(255, 0, 0, 255),
  413. model = {""},
  414. description = [[Starfleet Research and Development (also known as Starfleet R&D or Starfleet Research) was an agency in 24th century Starfleet. This agency was responsible for researching, developing, and testing new technologies. The agency was based out of San Francisco, Earth, Sol Sector. In the 24th century, this agency was named on the dedication plaques of Starfleet starships.]],
  415. weapons = {},
  416. command = "rdchiefpettyofficer",
  417. max = 10,
  418. salary = 15,
  419. admin = 0,
  420. vote = false,
  421. hasLicense = false,
  422. candemote = false,
  423. category = "Starfleet Research and Development",
  424. })
  425.  
  426. TEAM_RD = DarkRP.createJob("R&D Ensign", {
  427. color = Color(255, 0, 0, 255),
  428. model = {""},
  429. description = [[Starfleet Research and Development (also known as Starfleet R&D or Starfleet Research) was an agency in 24th century Starfleet. This agency was responsible for researching, developing, and testing new technologies. The agency was based out of San Francisco, Earth, Sol Sector. In the 24th century, this agency was named on the dedication plaques of Starfleet starships.]],
  430. command = "rdensign",
  431. max = 5,
  432. salary = 15,
  433. admin = 0,
  434. vote = false,
  435. hasLicense = false,
  436. candemote = false,
  437. category = "Starfleet Research and Development",
  438. })
  439.  
  440. TEAM_RD = DarkRP.createJob("R&D 2nd Lieutenant", {
  441. color = Color(255, 0, 0, 255),
  442. model = {""},
  443. description = [[Starfleet Research and Development (also known as Starfleet R&D or Starfleet Research) was an agency in 24th century Starfleet. This agency was responsible for researching, developing, and testing new technologies. The agency was based out of San Francisco, Earth, Sol Sector. In the 24th century, this agency was named on the dedication plaques of Starfleet starships.]],
  444. command = "lierd",
  445. max = 2,
  446. salary = 15,
  447. admin = 0,
  448. vote = false,
  449. hasLicense = false,
  450. candemote = false,
  451. category = "Starfleet Research and Development",
  452. })
  453.  
  454. TEAM_RD = DarkRP.createJob("R&D 1st Lieutenant", {
  455. color = Color(255, 0, 0, 255),
  456. model = {""},
  457. description = [[Starfleet Research and Development (also known as Starfleet R&D or Starfleet Research) was an agency in 24th century Starfleet. This agency was responsible for researching, developing, and testing new technologies. The agency was based out of San Francisco, Earth, Sol Sector. In the 24th century, this agency was named on the dedication plaques of Starfleet starships.]],
  458. command = "1stlierd",
  459. max = 2,
  460. salary = 15,
  461. admin = 0,
  462. vote = false,
  463. hasLicense = false,
  464. candemote = false,
  465. category = "Starfleet Research and Development",
  466. })
  467.  
  468. TEAM_RD = DarkRP.createJob("R&D Lt. Commander", {
  469. color = Color(255, 0, 0, 255),
  470. model = {""},
  471. description = [[Starfleet Research and Development (also known as Starfleet R&D or Starfleet Research) was an agency in 24th century Starfleet. This agency was responsible for researching, developing, and testing new technologies. The agency was based out of San Francisco, Earth, Sol Sector. In the 24th century, this agency was named on the dedication plaques of Starfleet starships.]],
  472. command = "rdltcommander",
  473. max = 1,
  474. salary = 15,
  475. admin = 0,
  476. vote = false,
  477. hasLicense = false,
  478. candemote = false,
  479. category = "Starfleet Research and Development",
  480. })
  481.  
  482. TEAM_RD = DarkRP.createJob("R&D Commander", {
  483. color = Color(255, 0, 0, 255),
  484. model = {""},
  485. description = [[Starfleet Research and Development (also known as Starfleet R&D or Starfleet Research) was an agency in 24th century Starfleet. This agency was responsible for researching, developing, and testing new technologies. The agency was based out of San Francisco, Earth, Sol Sector. In the 24th century, this agency was named on the dedication plaques of Starfleet starships.]],
  486. command = "rdcommander",
  487. max = 1,
  488. salary = 15,
  489. admin = 0,
  490. vote = false,
  491. hasLicense = false,
  492. candemote = false,
  493. category = "Starfleet Research and Development",
  494. })
  495.  
  496. TEAM_HN = DarkRP.createJob("H&N Junior Petty Officer", {
  497. color = Color(255, 0, 0, 255),
  498. model = {""},
  499. description = [[Starfleet Research and Development (also known as Starfleet R&D or Starfleet Research) was an agency in 24th century Starfleet. This agency was responsible for researching, developing, and testing new technologies. The agency was based out of San Francisco, Earth, Sol Sector. In the 24th century, this agency was named on the dedication plaques of Starfleet starships.]],
  500. weapons = {},
  501. command = "rdjunior",
  502. max = 10,
  503. salary = 15,
  504. admin = 0,
  505. vote = false,
  506. hasLicense = false,
  507. candemote = false,
  508. category = "Starfleet Helm and Navigation",
  509. })
  510.  
  511. TEAM_HN = DarkRP.createJob("H&N Senior Petty Officer", {
  512. color = Color(255, 0, 0, 255),
  513. model = {""},
  514. description = [[Helm and Navigation (or Helm Control) is a term for the flight control operations on board a starship or shuttle. Helm and Navigation is responsible for controlling the flight operations of a ship, including warp, impulse and thruster control. Helm and Navigation is also responsible for controlling the ship during a landing sequence or docking procedure.]],
  515. weapons = {},
  516. command = "rdofficersen",
  517. max = 10,
  518. salary = 15,
  519. admin = 0,
  520. vote = false,
  521. hasLicense = false,
  522. candemote = false,
  523. category = "Starfleet Helm and Navigation",
  524. })
  525.  
  526. TEAM_HN = DarkRP.createJob("H&N Chief Petty Officer", {
  527. color = Color(255, 0, 0, 255),
  528. model = {""},
  529. description = [[Helm and Navigation (or Helm Control) is a term for the flight control operations on board a starship or shuttle. Helm and Navigation is responsible for controlling the flight operations of a ship, including warp, impulse and thruster control. Helm and Navigation is also responsible for controlling the ship during a landing sequence or docking procedure.]],
  530. weapons = {},
  531. command = "rdchiefpettyofficer",
  532. max = 10,
  533. salary = 15,
  534. admin = 0,
  535. vote = false,
  536. hasLicense = false,
  537. candemote = false,
  538. category = "Starfleet Helm and Navigation",
  539. })
  540.  
  541. TEAM_HN = DarkRP.createJob("H&N Ensign", {
  542. color = Color(255, 0, 0, 255),
  543. model = {""},
  544. description = [[Helm and Navigation (or Helm Control) is a term for the flight control operations on board a starship or shuttle. Helm and Navigation is responsible for controlling the flight operations of a ship, including warp, impulse and thruster control. Helm and Navigation is also responsible for controlling the ship during a landing sequence or docking procedure.]],
  545. command = "rdensign",
  546. max = 5,
  547. salary = 15,
  548. admin = 0,
  549. vote = false,
  550. hasLicense = false,
  551. candemote = false,
  552. category = "Starfleet Helm and Navigation",
  553. })
  554.  
  555. TEAM_HN = DarkRP.createJob("H&N 2nd Lieutenant", {
  556. color = Color(255, 0, 0, 255),
  557. model = {""},
  558. description = [[Helm and Navigation (or Helm Control) is a term for the flight control operations on board a starship or shuttle. Helm and Navigation is responsible for controlling the flight operations of a ship, including warp, impulse and thruster control. Helm and Navigation is also responsible for controlling the ship during a landing sequence or docking procedure.]],
  559. command = "lierd",
  560. max = 2,
  561. salary = 15,
  562. admin = 0,
  563. vote = false,
  564. hasLicense = false,
  565. candemote = false,
  566. category = "Starfleet Helm and Navigation",
  567. })
  568.  
  569. TEAM_HN = DarkRP.createJob("H&N 1st Lieutenant", {
  570. color = Color(255, 0, 0, 255),
  571. model = {""},
  572. description = [[Helm and Navigation (or Helm Control) is a term for the flight control operations on board a starship or shuttle. Helm and Navigation is responsible for controlling the flight operations of a ship, including warp, impulse and thruster control. Helm and Navigation is also responsible for controlling the ship during a landing sequence or docking procedure.]],
  573. command = "1stlierd",
  574. max = 2,
  575. salary = 15,
  576. admin = 0,
  577. vote = false,
  578. hasLicense = false,
  579. candemote = false,
  580. category = "Starfleet Helm and Navigation",
  581. })
  582.  
  583. TEAM_HN = DarkRP.createJob("H&N Lt. Commander", {
  584. color = Color(255, 0, 0, 255),
  585. model = {""},
  586. description = [[Helm and Navigation (or Helm Control) is a term for the flight control operations on board a starship or shuttle. Helm and Navigation is responsible for controlling the flight operations of a ship, including warp, impulse and thruster control. Helm and Navigation is also responsible for controlling the ship during a landing sequence or docking procedure.]],
  587. command = "rdltcommander",
  588. max = 1,
  589. salary = 15,
  590. admin = 0,
  591. vote = false,
  592. hasLicense = false,
  593. candemote = false,
  594. category = "Starfleet Helm and Navigation",
  595. })
  596.  
  597. TEAM_HN = DarkRP.createJob("H&N Commander", {
  598. color = Color(255, 0, 0, 255),
  599. model = {""},
  600. description = [[Helm and Navigation (or Helm Control) is a term for the flight control operations on board a starship or shuttle. Helm and Navigation is responsible for controlling the flight operations of a ship, including warp, impulse and thruster control. Helm and Navigation is also responsible for controlling the ship during a landing sequence or docking procedure.]],
  601. command = "rdcommander",
  602. max = 1,
  603. salary = 15,
  604. admin = 0,
  605. vote = false,
  606. hasLicense = false,
  607. candemote = false,
  608. category = "Starfleet Helm and Navigation",
  609. })
  610.  
  611. TEAM_STARFLEET = DarkRP.createJob("Captain", {
  612. color = Color(255, 0, 0, 255),
  613. model = {""},
  614. description = [[Starfleet Command, or Spacefleet Command, was the operating authority of Starfleet, the exploratory, scientific, and military department of United Earth before being integrated into the United Federation of Planets in 2161. The organization's primary management center was located at Starfleet Headquarters in San Francisco, Earth.]],
  615. command = "rdcommander",
  616. max = 1,
  617. salary = 15,
  618. admin = 0,
  619. vote = false,
  620. hasLicense = false,
  621. candemote = false,
  622. category = "Starfleet Command",
  623. })
  624.  
  625. TEAM_STARFLEET = DarkRP.createJob("Fleet Captain", {
  626. color = Color(255, 0, 0, 255),
  627. model = {""},
  628. description = [[Starfleet Command, or Spacefleet Command, was the operating authority of Starfleet, the exploratory, scientific, and military department of United Earth before being integrated into the United Federation of Planets in 2161. The organization's primary management center was located at Starfleet Headquarters in San Francisco, Earth.]],
  629. command = "rdcommander",
  630. max = 1,
  631. salary = 15,
  632. admin = 0,
  633. vote = false,
  634. hasLicense = false,
  635. candemote = false,
  636. category = "Starfleet Command",
  637. })
  638.  
  639. TEAM_STARFLEET = DarkRP.createJob("Commadore", {
  640. color = Color(255, 0, 0, 255),
  641. model = {""},
  642. description = [[Starfleet Command, or Spacefleet Command, was the operating authority of Starfleet, the exploratory, scientific, and military department of United Earth before being integrated into the United Federation of Planets in 2161. The organization's primary management center was located at Starfleet Headquarters in San Francisco, Earth.]],
  643. command = "rdcommander",
  644. max = 1,
  645. salary = 15,
  646. admin = 0,
  647. vote = false,
  648. hasLicense = false,
  649. candemote = false,
  650. category = "Starfleet Command",
  651. })
  652.  
  653. TEAM_STARFLEET = DarkRP.createJob("Rear Admiral", {
  654. color = Color(255, 0, 0, 255),
  655. model = {""},
  656. description = [[Starfleet Command, or Spacefleet Command, was the operating authority of Starfleet, the exploratory, scientific, and military department of United Earth before being integrated into the United Federation of Planets in 2161. The organization's primary management center was located at Starfleet Headquarters in San Francisco, Earth.]],
  657. command = "rdcommander",
  658. max = 1,
  659. salary = 15,
  660. admin = 0,
  661. vote = false,
  662. hasLicense = false,
  663. candemote = false,
  664. category = "Starfleet Command",
  665. })
  666.  
  667. TEAM_STARFLEET = DarkRP.createJob("Rear Admiral", {
  668. color = Color(255, 0, 0, 255),
  669. model = {""},
  670. description = [[Starfleet Command, or Spacefleet Command, was the operating authority of Starfleet, the exploratory, scientific, and military department of United Earth before being integrated into the United Federation of Planets in 2161. The organization's primary management center was located at Starfleet Headquarters in San Francisco, Earth.]],
  671. command = "rdcommander",
  672. max = 1,
  673. salary = 15,
  674. admin = 0,
  675. vote = false,
  676. hasLicense = false,
  677. candemote = false,
  678. category = "Starfleet Command",
  679. })
  680.  
  681. TEAM_STARFLEET = DarkRP.createJob("Vice Admiral", {
  682. color = Color(255, 0, 0, 255),
  683. model = {""},
  684. description = [[Starfleet Command, or Spacefleet Command, was the operating authority of Starfleet, the exploratory, scientific, and military department of United Earth before being integrated into the United Federation of Planets in 2161. The organization's primary management center was located at Starfleet Headquarters in San Francisco, Earth.]],
  685. command = "rdcommander",
  686. max = 1,
  687. salary = 15,
  688. admin = 0,
  689. vote = false,
  690. hasLicense = false,
  691. candemote = false,
  692. category = "Starfleet Command",
  693. })
  694.  
  695. TEAM_STARFLEET = DarkRP.createJob("Fleet Admiral", {
  696. color = Color(255, 0, 0, 255),
  697. model = {""},
  698. description = [[Starfleet Command, or Spacefleet Command, was the operating authority of Starfleet, the exploratory, scientific, and military department of United Earth before being integrated into the United Federation of Planets in 2161. The organization's primary management center was located at Starfleet Headquarters in San Francisco, Earth.]],
  699. command = "rdcommander",
  700. max = 1,
  701. salary = 15,
  702. admin = 0,
  703. vote = false,
  704. hasLicense = false,
  705. candemote = false,
  706. category = "Starfleet Command",
  707. })
  708.  
  709. TEAM_STARFLEET = DarkRP.createJob("Grand Admiral", {
  710. color = Color(255, 0, 0, 255),
  711. model = {""},
  712. description = [[Starfleet Command, or Spacefleet Command, was the operating authority of Starfleet, the exploratory, scientific, and military department of United Earth before being integrated into the United Federation of Planets in 2161. The organization's primary management center was located at Starfleet Headquarters in San Francisco, Earth.]],
  713. command = "rdcommander",
  714. max = 1,
  715. salary = 15,
  716. admin = 0,
  717. vote = false,
  718. hasLicense = false,
  719. candemote = false,
  720. category = "Starfleet Command",
  721. })
  722.  
  723. TEAM_MARINECORPS = DarkRP.createJob("Marine Private", {
  724. color = Color(255, 0, 0, 255),
  725. model = {""},
  726. description = [[The Federation Marine Corps was formed as a combat unit in response to various incidents in the years preceding 2380. Despite its name, it is not analogous to the Marines of past Earth militaries, but is a special operations force, used primarily to defend the Federation when Starfleet simply isn't enough. Because Starfleet had seen record numbers of casualties as a result of close quarters combat with the Jem'Hadar during the Dominion War, the Federation Council ordered the formation of a new branch of the military, specifically for the purpose of combat and to be used in the most urgent of situations. Thus, the Federation Marine Corps was formed.]],
  727. command = "rdcommander",
  728. max = 10,
  729. salary = 15,
  730. admin = 0,
  731. vote = false,
  732. hasLicense = false,
  733. candemote = false,
  734. category = "Federation Marine Corps",
  735. })
  736.  
  737. TEAM_MARINECORPS = DarkRP.createJob("Marine Corporal", {
  738. color = Color(255, 0, 0, 255),
  739. model = {""},
  740. description = [[The Federation Marine Corps was formed as a combat unit in response to various incidents in the years preceding 2380. Despite its name, it is not analogous to the Marines of past Earth militaries, but is a special operations force, used primarily to defend the Federation when Starfleet simply isn't enough. Because Starfleet had seen record numbers of casualties as a result of close quarters combat with the Jem'Hadar during the Dominion War, the Federation Council ordered the formation of a new branch of the military, specifically for the purpose of combat and to be used in the most urgent of situations. Thus, the Federation Marine Corps was formed.]],
  741. command = "rdcommander",
  742. max = 10,
  743. salary = 15,
  744. admin = 0,
  745. vote = false,
  746. hasLicense = false,
  747. candemote = false,
  748. category = "Federation Marine Corps",
  749. })
  750.  
  751. TEAM_MARINECORPS = DarkRP.createJob("Marine Sergeant", {
  752. color = Color(255, 0, 0, 255),
  753. model = {""},
  754. description = [[The Federation Marine Corps was formed as a combat unit in response to various incidents in the years preceding 2380. Despite its name, it is not analogous to the Marines of past Earth militaries, but is a special operations force, used primarily to defend the Federation when Starfleet simply isn't enough. Because Starfleet had seen record numbers of casualties as a result of close quarters combat with the Jem'Hadar during the Dominion War, the Federation Council ordered the formation of a new branch of the military, specifically for the purpose of combat and to be used in the most urgent of situations. Thus, the Federation Marine Corps was formed.]],
  755. command = "rdcommander",
  756. max = 10,
  757. salary = 15,
  758. admin = 0,
  759. vote = false,
  760. hasLicense = false,
  761. candemote = false,
  762. category = "Federation Marine Corps",
  763. })
  764.  
  765. TEAM_MARINECORPS = DarkRP.createJob("Marine Sgt. Major", {
  766. color = Color(255, 0, 0, 255),
  767. model = {""},
  768. description = [[The Federation Marine Corps was formed as a combat unit in response to various incidents in the years preceding 2380. Despite its name, it is not analogous to the Marines of past Earth militaries, but is a special operations force, used primarily to defend the Federation when Starfleet simply isn't enough. Because Starfleet had seen record numbers of casualties as a result of close quarters combat with the Jem'Hadar during the Dominion War, the Federation Council ordered the formation of a new branch of the military, specifically for the purpose of combat and to be used in the most urgent of situations. Thus, the Federation Marine Corps was formed.]],
  769. command = "rdcommander",
  770. max = 5,
  771. salary = 15,
  772. admin = 0,
  773. vote = false,
  774. hasLicense = false,
  775. candemote = false,
  776. category = "Federation Marine Corps",
  777. })
  778.  
  779. TEAM_MARINECORPS = DarkRP.createJob("Marine 2nd Lieutenant", {
  780. color = Color(255, 0, 0, 255),
  781. model = {""},
  782. description = [[The Federation Marine Corps was formed as a combat unit in response to various incidents in the years preceding 2380. Despite its name, it is not analogous to the Marines of past Earth militaries, but is a special operations force, used primarily to defend the Federation when Starfleet simply isn't enough. Because Starfleet had seen record numbers of casualties as a result of close quarters combat with the Jem'Hadar during the Dominion War, the Federation Council ordered the formation of a new branch of the military, specifically for the purpose of combat and to be used in the most urgent of situations. Thus, the Federation Marine Corps was formed.]],
  783. command = "rdcommander",
  784. max = 2,
  785. salary = 15,
  786. admin = 0,
  787. vote = false,
  788. hasLicense = false,
  789. candemote = false,
  790. category = "Federation Marine Corps",
  791. })
  792.  
  793. TEAM_MARINECORPS = DarkRP.createJob("Marine 1st Lieutenant", {
  794. color = Color(255, 0, 0, 255),
  795. model = {""},
  796. description = [[The Federation Marine Corps was formed as a combat unit in response to various incidents in the years preceding 2380. Despite its name, it is not analogous to the Marines of past Earth militaries, but is a special operations force, used primarily to defend the Federation when Starfleet simply isn't enough. Because Starfleet had seen record numbers of casualties as a result of close quarters combat with the Jem'Hadar during the Dominion War, the Federation Council ordered the formation of a new branch of the military, specifically for the purpose of combat and to be used in the most urgent of situations. Thus, the Federation Marine Corps was formed.]],
  797. command = "rdcommander",
  798. max = 2,
  799. salary = 15,
  800. admin = 0,
  801. vote = false,
  802. hasLicense = false,
  803. candemote = false,
  804. category = "Federation Marine Corps",
  805. })
  806.  
  807. TEAM_MARINECORPS = DarkRP.createJob("Marine Captain", {
  808. color = Color(255, 0, 0, 255),
  809. model = {""},
  810. description = [[The Federation Marine Corps was formed as a combat unit in response to various incidents in the years preceding 2380. Despite its name, it is not analogous to the Marines of past Earth militaries, but is a special operations force, used primarily to defend the Federation when Starfleet simply isn't enough. Because Starfleet had seen record numbers of casualties as a result of close quarters combat with the Jem'Hadar during the Dominion War, the Federation Council ordered the formation of a new branch of the military, specifically for the purpose of combat and to be used in the most urgent of situations. Thus, the Federation Marine Corps was formed.]],
  811. command = "rdcommander",
  812. max = 1,
  813. salary = 15,
  814. admin = 0,
  815. vote = false,
  816. hasLicense = false,
  817. candemote = false,
  818. category = "Federation Marine Corps",
  819. })
  820.  
  821. TEAM_MARINECORPS = DarkRP.createJob("Marine Major", {
  822. color = Color(255, 0, 0, 255),
  823. model = {""},
  824. description = [[The Federation Marine Corps was formed as a combat unit in response to various incidents in the years preceding 2380. Despite its name, it is not analogous to the Marines of past Earth militaries, but is a special operations force, used primarily to defend the Federation when Starfleet simply isn't enough. Because Starfleet had seen record numbers of casualties as a result of close quarters combat with the Jem'Hadar during the Dominion War, the Federation Council ordered the formation of a new branch of the military, specifically for the purpose of combat and to be used in the most urgent of situations. Thus, the Federation Marine Corps was formed.]],
  825. command = "rdcommander",
  826. max = 1,
  827. salary = 15,
  828. admin = 0,
  829. vote = false,
  830. hasLicense = false,
  831. candemote = false,
  832. category = "Federation Marine Corps",
  833. })
  834.  
  835. TEAM_MARINECORPS = DarkRP.createJob("Marine Lt. Colonel", {
  836. color = Color(255, 0, 0, 255),
  837. model = {""},
  838. description = [[The Federation Marine Corps was formed as a combat unit in response to various incidents in the years preceding 2380. Despite its name, it is not analogous to the Marines of past Earth militaries, but is a special operations force, used primarily to defend the Federation when Starfleet simply isn't enough. Because Starfleet had seen record numbers of casualties as a result of close quarters combat with the Jem'Hadar during the Dominion War, the Federation Council ordered the formation of a new branch of the military, specifically for the purpose of combat and to be used in the most urgent of situations. Thus, the Federation Marine Corps was formed.]],
  839. command = "rdcommander",
  840. max = 1,
  841. salary = 15,
  842. admin = 0,
  843. vote = false,
  844. hasLicense = false,
  845. candemote = false,
  846. category = "Federation Marine Corps",
  847. })
  848.  
  849. TEAM_MARINECORPS = DarkRP.createJob("Marine Colonel", {
  850. color = Color(255, 0, 0, 255),
  851. model = {""},
  852. description = [[The Federation Marine Corps was formed as a combat unit in response to various incidents in the years preceding 2380. Despite its name, it is not analogous to the Marines of past Earth militaries, but is a special operations force, used primarily to defend the Federation when Starfleet simply isn't enough. Because Starfleet had seen record numbers of casualties as a result of close quarters combat with the Jem'Hadar during the Dominion War, the Federation Council ordered the formation of a new branch of the military, specifically for the purpose of combat and to be used in the most urgent of situations. Thus, the Federation Marine Corps was formed.]],
  853. command = "rdcommander",
  854. max = 1,
  855. salary = 15,
  856. admin = 0,
  857. vote = false,
  858. hasLicense = false,
  859. candemote = false,
  860. category = "Federation Marine Corps",
  861. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement