Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.35 KB | None | 0 0
  1. TEAM_GM_PVT = CreateTeam( "Private", {
  2. Weapons = {"none", "climb_swep2", "tfa_swch_dc15s", "tfa_a280_extended"},
  3. Health = 100,
  4. Colour = Regiment_Color.rGM,
  5. Rank = 1,
  6. Model = "models/player/gideon/galacticmarine/white/gm_white.mdl",
  7. Regiment = "Galactic Marines",
  8. Clearance = "1",
  9. } )
  10.  
  11. TEAM_GM_PFC = CreateTeam( "First Class Private", {
  12. Weapons = {"none", "climb_swep2", "tfa_swch_dc15s", "tfa_a280_extended"},
  13. Health = 100,
  14. Colour = Regiment_Color.rGM,
  15. Rank = 2,
  16. Model = "models/player/gideon/galacticmarine/trooper/gm_trooper.mdl",
  17. Regiment = "Galactic Marines",
  18. Clearance = "1",
  19. } )
  20.  
  21. TEAM_GM_LCPL = CreateTeam( "Lance Corporal", {
  22. Weapons = {"none", "climb_swep2", "tfa_swch_dc15s", "tfa_a280_extended"},
  23. Health = 100,
  24. Colour = Regiment_Color.rGM,
  25. Rank = 3,
  26. Model = "models/player/gideon/galacticmarine/trooper/gm_trooper.mdl",
  27. Regiment = "Galactic Marines",
  28. Clearance = "1",
  29. } )
  30.  
  31. TEAM_GM_CPL = CreateTeam( "Corporal", {
  32. Weapons = {"none", "climb_swep2", "tfa_swch_dc15s", "tfa_a280_extended", "thermal_det"},
  33. Health = 100,
  34. Colour = Regiment_Color.rGM,
  35. Rank = 4,
  36. Model = "models/player/gideon/galacticmarine/trooper/gm_trooper.mdl",
  37. Regiment = "Galactic Marines",
  38. Clearance = "1",
  39. } )
  40.  
  41. TEAM_GM_SPC = CreateTeam( "Specialist", {
  42. Weapons = {"none", "climb_swep2", "tfa_swch_dc15s", "tfa_a280_extended", "thermal_det"},
  43. Health = 100,
  44. Colour = Regiment_Color.rGM,
  45. Rank = 5,
  46. Model = "models/player/gideon/galacticmarine/trooper/gm_trooper.mdl",
  47. Regiment = "Galactic Marines",
  48. Clearance = "1",
  49. } )
  50.  
  51. TEAM_GM_SGT = CreateTeam( "Sergeant", {
  52. Weapons = {"none", "climb_swep2", "tfa_swch_dc15s", "tfa_a280_extended", "thermal_det"},
  53. Health = 100,
  54. Colour = Regiment_Color.rGM,
  55. Rank = 6,
  56. Model = "models/player/gideon/galacticmarine/trooper/gm_trooper.mdl",
  57. Regiment = "Galactic Marines",
  58. Clearance = "2",
  59. } )
  60.  
  61. TEAM_GM_SSGT = CreateTeam( "Staff Sergeant", {
  62. Weapons = {"none", "climb_swep2", "tfa_swch_dc15s", "tfa_a280_extended", "thermal_det"},
  63. Health = 100,
  64. Colour = Regiment_Color.rGM,
  65. Rank = 7,
  66. Model = "models/player/gideon/galacticmarine/trooper/gm_trooper.mdl",
  67. Regiment = "Galactic Marines",
  68. Clearance = "2",
  69. } )
  70.  
  71. TEAM_GM_DSGT = CreateTeam( "Drill Sergeant", {
  72. Weapons = {"none", "climb_swep2", "tfa_swch_dc15s", "tfa_a280_extended", "thermal_det"},
  73. Health = 100,
  74. Colour = Regiment_Color.rGM,
  75. Rank = 8,
  76. Model = "models/player/gideon/galacticmarine/trooper/gm_trooper.mdl",
  77. Regiment = "Galactic Marines",
  78. Clearance = "2",
  79. } )
  80.  
  81. TEAM_GM_GSGT = CreateTeam( "Gunnery Sergeant", {
  82. Weapons = {"none", "climb_swep2", "tfa_swch_dc15s", "tfa_a280_extended", "thermal_det"},
  83. Health = 100,
  84. Colour = Regiment_Color.rGM,
  85. Rank = 9,
  86. Model = "models/player/gideon/galacticmarine/trooper/gm_trooper.mdl",
  87. Regiment = "Galactic Marines",
  88. Clearance = "2",
  89. } )
  90.  
  91. TEAM_GM_MSGT = CreateTeam( "Master Sergeant", {
  92. Weapons = {"none", "climb_swep2", "tfa_swch_dc15s", "tfa_a280_extended", "thermal_det"},
  93. Health = 100,
  94. Colour = Regiment_Color.rGM,
  95. Rank = 10,
  96. Model = "models/player/gideon/galacticmarine/trooper/gm_trooper.mdl",
  97. Regiment = "Galactic Marines",
  98. Clearance = "2",
  99. } )
  100.  
  101. TEAM_GM_WO = CreateTeam( "Warrant Officer", {
  102. Weapons = {"none", "climb_swep2", "tfa_swch_dc15s", "tfa_a280_extended", "thermal_det"},
  103. Health = 100,
  104. Colour = Regiment_Color.rGM,
  105. Rank = 11,
  106. Model = "models/player/gideon/galacticmarine/trooper/gm_trooper.mdl",
  107. Regiment = "Galactic Marines",
  108. Clearance = "2",
  109. } )
  110.  
  111. TEAM_GM_2NDLT = CreateTeam( "2nd Lieutenant", {
  112. Weapons = {"none", "climb_swep2", "tfa_swch_dc15s", "tfa_a280_extended", "thermal_det", "tfa_sw_dc17dual"},
  113. Health = 100,
  114. Colour = Regiment_Color.rGM,
  115. Rank = 12,
  116. Model = "models/player/gideon/galacticmarine/officer/gm_officer.mdl",
  117. Regiment = "Galactic Marines",
  118. Clearance = "3",
  119. } )
  120.  
  121. TEAM_GM_LT = CreateTeam( " Lieutenant", {
  122. Weapons = {"none", "climb_swep2", "tfa_swch_dc15s", "tfa_a280_extended", "thermal_det", "tfa_sw_dc17dual"},
  123. Health = 100,
  124. Colour = Regiment_Color.rGM,
  125. Rank = 13,
  126. Model = "models/player/gideon/galacticmarine/officer/gm_officer.mdl",
  127. Regiment = "Galactic Marines",
  128. Clearance = "3",
  129. } )
  130.  
  131. TEAM_GM_LTCAPTAIN = CreateTeam( "Lieutenant Captain", {
  132. Weapons = {"none", "climb_swep2", "tfa_swch_dc15s", "tfa_a280_extended", "thermal_det", "tfa_sw_dc17dual"},
  133. Health = 100,
  134. Colour = Regiment_Color.rGM,
  135. Rank = 14,
  136. Model = "models/player/gideon/galacticmarine/officer/gm_officer.mdl",
  137. Regiment = "Galactic Marines",
  138. Clearance = "3",
  139. } )
  140.  
  141. TEAM_GM_CAPTAIN = CreateTeam( "Captain", {
  142. Weapons = {"none", "climb_swep2", "tfa_swch_dc15s", "tfa_a280_extended", "thermal_det", "tfa_sw_dc17dual"},
  143. Health = 100,
  144. Colour = Regiment_Color.rGM,
  145. Rank = 15,
  146. Model = "models/player/gideon/galacticmarine/officer/gm_officer.mdl",
  147. Regiment = "Galactic Marines",
  148. Clearance = "3",
  149. } )
  150.  
  151. TEAM_GM_MAJOR = CreateTeam( "Major", {
  152. Weapons = {"none", "climb_swep2", "tfa_swch_dc15s", "tfa_a280_extended", "thermal_det", "tfa_sw_dc17dual"},
  153. Health = 100,
  154. Colour = Regiment_Color.rGM,
  155. Rank = 16,
  156. Model = "models/player/gideon/galacticmarine/officer/gm_officer.mdl",
  157. Regiment = "Galactic Marines",
  158. Clearance = "3",
  159. } )
  160.  
  161. TEAM_GM_COLONEL = CreateTeam( "Colonel", {
  162. Weapons = {"none", "climb_swep2", "tfa_swch_dc15s", "tfa_a280_extended", "thermal_det", "tfa_sw_dc17dual"},
  163. Health = 100,
  164. Colour = Regiment_Color.rGM,
  165. Rank = 17,
  166. Model = "models/player/gideon/galacticmarine/officer/gm_officer.mdl",
  167. Regiment = "Galactic Marines",
  168. Clearance = "3",
  169. } )
  170.  
  171. TEAM_GM_BCOM = CreateTeam( "Battalion Commander", {
  172. Weapons = {"none", "climb_swep2", "tfa_swch_dc15s", "tfa_a280_extended", "thermal_det", "tfa_sw_dc17dual"},
  173. Health = 100,
  174. Colour = Regiment_Color.rGM,
  175. Rank = 18,
  176. Model = "models/player/gideon/bacara/gm_bacara.mdl",
  177. Regiment = "Galactic Marines",
  178. Clearance = "4",
  179. } )
  180.  
  181. TEAM_GM_FCOM = CreateTeam( "Field Commander", {
  182. Weapons = {"none", "climb_swep2", "tfa_swch_dc15s", "tfa_a280_extended", "thermal_det", "tfa_sw_dc17dual"},
  183. Health = 100,
  184. Colour = Regiment_Color.rGM,
  185. Rank = 19,
  186. Model = "models/player/gideon/bacara/gm_bacara.mdl",
  187. Regiment = "Galactic Marines",
  188. Clearance = "4",
  189. } )
  190.  
  191. TEAM_GM_COM = CreateTeam( "Commander", {
  192. Weapons = {"none", "climb_swep2", "tfa_swch_dc15s", "tfa_a280_extended", "thermal_det", "tfa_sw_dc17dual"},
  193. Health = 100,
  194. Colour = Regiment_Color.rGM,
  195. Rank = 20,
  196. Model = "models/player/gideon/bacara/gm_bacara.mdl",
  197. Regiment = "Galactic Marines",
  198. Clearance = "4",
  199. } )
  200.  
  201. TEAM_GM_MARSHCOM = CreateTeam( "Marshal Commander", {
  202. Weapons = {"none", "climb_swep2", "tfa_swch_dc15s", "tfa_a280_extended", "thermal_det", "tfa_sw_dc17dual"},
  203. Health = 100,
  204. Colour = Regiment_Color.rGM,
  205. Rank = 21,
  206. Model = "models/player/gideon/bacara/gm_bacara.mdl",
  207. Regiment = "Galactic Marines",
  208. Clearance = "4",
  209. } )
  210.  
  211. "--------- Endangerment Company ---------"
  212.  
  213. TEAM_GM_END_PVT = CreateTeam( "Private", {
  214. Weapons = {"none", "climb_swep2", "tfa_a280_extended", "tfa_sw_repsnip", "tfa_swch_dc15s", "thermal_det"},
  215. Health = 100,
  216. Colour = Regiment_Color.rGM,
  217. Rank = 1,
  218. Model = "models/player/gideon/galacticmarine/elitesupport/gm_elitesupport.mdl",
  219. Regiment = "Galactic Marines Endangerment Company",
  220. Clearance = "1",
  221. } )
  222.  
  223. TEAM_GM_END_PFC = CreateTeam( "First Class Private", {
  224. Weapons = {"none", "climb_swep2", "tfa_a280_extended", "tfa_sw_repsnip", "tfa_swch_dc15s", "thermal_det"},
  225. Health = 100,
  226. Colour = Regiment_Color.rGM,
  227. Rank = 2,
  228. Model = "models/player/gideon/galacticmarine/elitesupport/gm_elitesupport.mdl",
  229. Regiment = "Galactic Marines Endangerment Company",
  230. Clearance = "1",
  231. } )
  232.  
  233. TEAM_GM_END_LCPL = CreateTeam( "Lance Corporal", {
  234. Weapons = {"none", "climb_swep2", "tfa_a280_extended", "tfa_sw_repsnip", "tfa_swch_dc15s", "thermal_det"},
  235. Health = 100,
  236. Colour = Regiment_Color.rGM,
  237. Rank = 3,
  238. Model = "models/player/gideon/galacticmarine/elitesupport/gm_elitesupport.mdl",
  239. Regiment = "Galactic Marines Endangerment Company",
  240. Clearance = "1",
  241. } )
  242.  
  243. TEAM_GM_END_CPL = CreateTeam( "Corporal", {
  244. Weapons = {"none", "climb_swep2", "tfa_a280_extended", "tfa_sw_repsnip", "tfa_swch_dc15s", "thermal_det"},
  245. Health = 100,
  246. Colour = Regiment_Color.rGM,
  247. Rank = 4,
  248. Model = "models/player/gideon/galacticmarine/elitesupport/gm_elitesupport.mdl",
  249. Regiment = "Galactic Marines Endangerment Company",
  250. Clearance = "1",
  251. } )
  252.  
  253. TEAM_GM_END_SPC = CreateTeam( "Specialist", {
  254. Weapons = {"none", "climb_swep2", "tfa_a280_extended", "tfa_sw_repsnip", "tfa_swch_dc15s", "thermal_det"},
  255. Health = 100,
  256. Colour = Regiment_Color.rGM,
  257. Rank = 5,
  258. Model = "models/player/gideon/galacticmarine/elitesupport/gm_elitesupport.mdl",
  259. Regiment = "Galactic Marines Endangerment Company",
  260. Clearance = "1",
  261. } )
  262.  
  263. TEAM_GM_END_SGT = CreateTeam( "Sergeant", {
  264. Weapons = {"none", "climb_swep2", "tfa_a280_extended", "tfa_sw_repsnip", "tfa_swch_dc15s", "thermal_det"},
  265. Health = 100,
  266. Colour = Regiment_Color.rGM,
  267. Rank = 6,
  268. Model = "models/player/gideon/galacticmarine/elitesupport/gm_elitesupport.mdl",
  269. Regiment = "Galactic Marines Endangerment Company",
  270. Clearance = "2",
  271. } )
  272.  
  273. TEAM_GM_END_SSGT = CreateTeam( "Staff Sergeant", {
  274. Weapons = {"none", "climb_swep2", "tfa_a280_extended", "tfa_sw_repsnip", "tfa_swch_dc15s", "thermal_det"},
  275. Health = 100,
  276. Colour = Regiment_Color.rGM,
  277. Rank = 7,
  278. Model = "models/player/gideon/galacticmarine/elitesupport/gm_elitesupport.mdl",
  279. Regiment = "Galactic Marines Endangerment Company",
  280. Clearance = "2",
  281. } )
  282.  
  283. TEAM_GM_END_DSGT = CreateTeam( "Drill Sergeant", {
  284. Weapons = {"none", "climb_swep2", "tfa_a280_extended", "tfa_sw_repsnip", "tfa_swch_dc15s", "thermal_det"},
  285. Health = 100,
  286. Colour = Regiment_Color.rGM,
  287. Rank = 8,
  288. Model = "models/player/gideon/galacticmarine/elitesupport/gm_elitesupport.mdl",
  289. Regiment = "Galactic Marines Endangerment Company",
  290. Clearance = "2",
  291. } )
  292.  
  293. TEAM_GM_END_GSGT = CreateTeam( "Gunnery Sergeant", {
  294. Weapons = {"none", "climb_swep2", "tfa_a280_extended", "tfa_sw_repsnip", "tfa_swch_dc15s", "thermal_det"},
  295. Health = 100,
  296. Colour = Regiment_Color.rGM,
  297. Rank = 9,
  298. Model = "models/player/gideon/galacticmarine/elitesupport/gm_elitesupport.mdl",
  299. Regiment = "Galactic Marines Endangerment Company",
  300. Clearance = "2",
  301. } )
  302.  
  303. TEAM_GM_END_MSGT = CreateTeam( "Master Sergeant", {
  304. Weapons = {"none", "climb_swep2", "tfa_a280_extended", "tfa_sw_repsnip", "tfa_swch_dc15s", "thermal_det"},
  305. Health = 100,
  306. Colour = Regiment_Color.rGM,
  307. Rank = 10,
  308. Model = "models/player/gideon/galacticmarine/elitesupport/gm_elitesupport.mdl",
  309. Regiment = "Galactic Marines Endangerment Company",
  310. Clearance = "2",
  311. } )
  312.  
  313. TEAM_GM_END_WO = CreateTeam( "Warrant Officer", {
  314. Weapons = {"none", "climb_swep2", "tfa_a280_extended", "tfa_sw_repsnip", "tfa_swch_dc15s", "thermal_det"},
  315. Health = 100,
  316. Colour = Regiment_Color.rGM,
  317. Rank = 11,
  318. Model = "models/player/gideon/galacticmarine/elitesupport/gm_elitesupport.mdl",
  319. Regiment = "Galactic Marines Endangerment Company",
  320. Clearance = "2",
  321. } )
  322.  
  323. TEAM_GM_END_2NDLT = CreateTeam( "2nd Lieutenant", {
  324. Weapons = {"none", "climb_swep2", "tfa_a280_extended", "tfa_sw_repsnip", "tfa_swch_dc15s", "thermal_det", "tfa_sw_dc17dual"},
  325. Health = 100,
  326. Colour = Regiment_Color.rGM,
  327. Rank = 12,
  328. Model = "models/player/gideon/galacticmarine/elitesupport/gm_elitesupport.mdl",
  329. Regiment = "Galactic Marines Endangerment Company",
  330. Clearance = "3",
  331. } )
  332.  
  333. TEAM_GM_END_LT = CreateTeam( " Lieutenant", {
  334. Weapons = {"none", "climb_swep2", "tfa_a280_extended", "tfa_sw_repsnip", "tfa_swch_dc15s", "thermal_det", "tfa_sw_dc17dual"},
  335. Health = 100,
  336. Colour = Regiment_Color.rGM,
  337. Rank = 13,
  338. Model = "models/player/gideon/galacticmarine/elitesupport/gm_elitesupport.mdl",
  339. Regiment = "Galactic Marines Endangerment Company",
  340. Clearance = "3",
  341. } )
  342.  
  343. TEAM_GM_END_LTCAPTAIN = CreateTeam( "Lieutenant Captain", {
  344. Weapons = {"none", "climb_swep2", "tfa_a280_extended", "tfa_sw_repsnip", "tfa_swch_dc15s", "thermal_det", "tfa_sw_dc17dual"},
  345. Health = 100,
  346. Colour = Regiment_Color.rGM,
  347. Rank = 14,
  348. Model = "models/player/gideon/galacticmarine/elitesupport/gm_elitesupport.mdl",
  349. Regiment = "Galactic Marines Endangerment Company",
  350. Clearance = "3",
  351. } )
  352.  
  353. TEAM_GM_END_CAPTAIN = CreateTeam( "Captain", {
  354. Weapons = {"none", "climb_swep2", "tfa_a280_extended", "tfa_sw_repsnip", "tfa_swch_dc15s", "thermal_det", "tfa_sw_dc17dual"},
  355. Health = 100,
  356. Colour = Regiment_Color.rGM,
  357. Rank = 15,
  358. Model = "models/player/gideon/galacticmarine/elitesupport/gm_elitesupport.mdl",
  359. Regiment = "Galactic Marines Endangerment Company",
  360. Clearance = "3",
  361. } )
  362.  
  363. TEAM_GM_END_MAJOR = CreateTeam( "Major", {
  364. Weapons = {"none", "climb_swep2", "tfa_a280_extended", "tfa_sw_repsnip", "tfa_swch_dc15s", "thermal_det", "tfa_sw_dc17dual"},
  365. Health = 100,
  366. Colour = Regiment_Color.rGM,
  367. Rank = 16,
  368. Model = "models/player/gideon/galacticmarine/elitesupport/gm_elitesupport.mdl",
  369. Regiment = "Galactic Marines Endangerment Company",
  370. Clearance = "3",
  371. } )
  372.  
  373. TEAM_GM_END_COLONEL = CreateTeam( "Colonel", {
  374. Weapons = {"none", "climb_swep2", "tfa_a280_extended", "tfa_sw_repsnip", "tfa_swch_dc15s", "thermal_det", "tfa_sw_dc17dual"},
  375. Health = 100,
  376. Colour = Regiment_Color.rGM,
  377. Rank = 17,
  378. Model = "models/player/gideon/galacticmarine/elitesupport/gm_elitesupport.mdl",
  379. Regiment = "Galactic Marines Endangerment Company",
  380. Clearance = "3",
  381. } )
  382.  
  383. TEAM_GM_END_BCOM = CreateTeam( "Battalion Commander", {
  384. Weapons = {"none", "climb_swep2", "tfa_a280_extended", "tfa_sw_repsnip", "tfa_swch_dc15s", "thermal_det", "tfa_sw_dc17dual"},
  385. Health = 100,
  386. Colour = Regiment_Color.rGM,
  387. Rank = 18,
  388. Model = "models/player/gideon/galacticmarine/elitesupport/gm_elitesupport.mdl",
  389. Regiment = "Galactic Marines Endangerment Company",
  390. Clearance = "4",
  391. } )
  392.  
  393. TEAM_GM_END_FCOM = CreateTeam( "Field Commander", {
  394. Weapons = {"none", "climb_swep2", "tfa_a280_extended", "tfa_sw_repsnip", "tfa_swch_dc15s", "thermal_det", "tfa_sw_dc17dual"},
  395. Health = 100,
  396. Colour = Regiment_Color.rGM,
  397. Rank = 19,
  398. Model = "models/player/gideon/galacticmarine/elitesupport/gm_elitesupport.mdl",
  399. Regiment = "Galactic Marines Endangerment Company",
  400. Clearance = "4",
  401. } )
  402.  
  403. TEAM_GM_END_COM = CreateTeam( "Commander", {
  404. Weapons = {"none", "climb_swep2", "tfa_a280_extended", "tfa_sw_repsnip", "tfa_swch_dc15s", "thermal_det", "tfa_sw_dc17dual"},
  405. Health = 100,
  406. Colour = Regiment_Color.rGM,
  407. Rank = 20,
  408. Model = "models/player/gideon/galacticmarine/elitesupport/gm_elitesupport.mdl",
  409. Regiment = "Galactic Marines Endangerment Company",
  410. Clearance = "4",
  411. } )
  412.  
  413. "--------- Keller's Unit ---------"
  414.  
  415. TEAM_GM_KEL_PVT = CreateTeam( "Private", {
  416. Weapons = {"none", "climb_swep2", "tfa_dlt19_extended", "tfa_sw_repshot", "thermal_det", "m9k_knife"},
  417. Health = 100,
  418. Colour = Regiment_Color.rGM,
  419. Rank = 1,
  420. Model = "models/player/gideon/galacticmarine/kellersunit/gm_ku.mdl",
  421. Regiment = "Galactic Marines Keller's Unit",
  422. Clearance = "1",
  423. } )
  424.  
  425. TEAM_GM_KEL_PFC = CreateTeam( "First Class Private", {
  426. Weapons = {"none", "climb_swep2", "tfa_dlt19_extended", "tfa_sw_repshot", "thermal_det", "m9k_knife"},
  427. Health = 100,
  428. Colour = Regiment_Color.rGM,
  429. Rank = 2,
  430. Model = "models/player/gideon/galacticmarine/kellersunit/gm_ku.mdl",
  431. Regiment = "Galactic Marines Keller's Unit",
  432. Clearance = "1",
  433. } )
  434.  
  435. TEAM_GM_KEL_LCPL = CreateTeam( "Lance Corporal", {
  436. Weapons = {"none", "climb_swep2", "tfa_dlt19_extended", "tfa_sw_repshot", "thermal_det", "m9k_knife"},
  437. Health = 100,
  438. Colour = Regiment_Color.rGM,
  439. Rank = 3,
  440. Model = "models/player/gideon/galacticmarine/kellersunit/gm_ku.mdl",
  441. Regiment = "Galactic Marines Keller's Unit",
  442. Clearance = "1",
  443. } )
  444.  
  445. TEAM_GM_KEL_CPL = CreateTeam( "Corporal", {
  446. Weapons = {"none", "climb_swep2", "tfa_dlt19_extended", "tfa_sw_repshot", "thermal_det", "m9k_knife"},
  447. Health = 100,
  448. Colour = Regiment_Color.rGM,
  449. Rank = 4,
  450. Model = "models/player/gideon/galacticmarine/kellersunit/gm_ku.mdl",
  451. Regiment = "Galactic Marines Keller's Unit",
  452. Clearance = "1",
  453. } )
  454.  
  455. TEAM_GM_KEL_SPC = CreateTeam( "Specialist", {
  456. Weapons = {"none", "climb_swep2", "tfa_dlt19_extended", "tfa_sw_repshot", "thermal_det", "m9k_knife"},
  457. Health = 100,
  458. Colour = Regiment_Color.rGM,
  459. Rank = 5,
  460. Model = "models/player/gideon/galacticmarine/kellersunit/gm_ku.mdl",
  461. Regiment = "Galactic Marines Keller's Unit",
  462. Clearance = "1",
  463. } )
  464.  
  465. TEAM_GM_KEL_SGT = CreateTeam( "Sergeant", {
  466. Weapons = {"none", "climb_swep2", "tfa_dlt19_extended", "tfa_sw_repshot", "thermal_det", "m9k_knife"},
  467. Health = 100,
  468. Colour = Regiment_Color.rGM,
  469. Rank = 6,
  470. Model = "models/player/gideon/galacticmarine/kellersunit/gm_ku.mdl",
  471. Regiment = "Galactic Marines Keller's Unit",
  472. Clearance = "2",
  473. } )
  474.  
  475. TEAM_GM_KEL_SSGT = CreateTeam( "Staff Sergeant", {
  476. Weapons = {"none", "climb_swep2", "tfa_dlt19_extended", "tfa_sw_repshot", "thermal_det", "m9k_knife"},
  477. Health = 100,
  478. Colour = Regiment_Color.rGM,
  479. Rank = 7,
  480. Model = "models/player/gideon/galacticmarine/kellersunit/gm_ku.mdl",
  481. Regiment = "Galactic Marines Keller's Unit",
  482. Clearance = "2",
  483. } )
  484.  
  485. TEAM_GM_KEL_DSGT = CreateTeam( "Drill Sergeant", {
  486. Weapons = {"none", "climb_swep2", "tfa_dlt19_extended", "tfa_sw_repshot", "thermal_det", "m9k_knife"},
  487. Health = 100,
  488. Colour = Regiment_Color.rGM,
  489. Rank = 8,
  490. Model = "models/player/gideon/galacticmarine/kellersunit/gm_ku.mdl",
  491. Regiment = "Galactic Marines Keller's Unit",
  492. Clearance = "2",
  493. } )
  494.  
  495. TEAM_GM_KEL_GSGT = CreateTeam( "Gunnery Sergeant", {
  496. Weapons = {"none", "climb_swep2", "tfa_dlt19_extended", "tfa_sw_repshot", "thermal_det", "m9k_knife"},
  497. Health = 100,
  498. Colour = Regiment_Color.rGM,
  499. Rank = 9,
  500. Model = "models/player/gideon/galacticmarine/kellersunit/gm_ku.mdl",
  501. Regiment = "Galactic Marines Keller's Unit",
  502. Clearance = "2",
  503. } )
  504.  
  505. TEAM_GM_KEL_MSGT = CreateTeam( "Master Sergeant", {
  506. Weapons = {"none", "climb_swep2", "tfa_dlt19_extended", "tfa_sw_repshot", "thermal_det", "m9k_knife"},
  507. Health = 100,
  508. Colour = Regiment_Color.rGM,
  509. Rank = 10,
  510. Model = "models/player/gideon/galacticmarine/kellersunit/gm_ku.mdl",
  511. Regiment = "Galactic Marines Keller's Unit",
  512. Clearance = "2",
  513. } )
  514.  
  515. TEAM_GM_KEL_WO = CreateTeam( "Warrant Officer", {
  516. Weapons = {"none", "climb_swep2", "tfa_dlt19_extended", "tfa_sw_repshot", "thermal_det", "m9k_knife"},
  517. Health = 100,
  518. Colour = Regiment_Color.rGM,
  519. Rank = 11,
  520. Model = "models/player/gideon/galacticmarine/kellersunit/gm_ku.mdl",
  521. Regiment = "Galactic Marines Keller's Unit",
  522. Clearance = "2",
  523. } )
  524.  
  525. TEAM_GM_KEL_2NDLT = CreateTeam( "2nd Lieutenant", {
  526. Weapons = {"none", "climb_swep2", "tfa_dlt19_extended", "tfa_sw_repshot", "thermal_det", "m9k_knife", "tfa_sw_dc17dual"},
  527. Health = 100,
  528. Colour = Regiment_Color.rGM,
  529. Rank = 12,
  530. Model = "models/player/gideon/galacticmarine/kellersunit/gm_ku.mdl",
  531. Regiment = "Galactic Marines Keller's Unit",
  532. Clearance = "3",
  533. } )
  534.  
  535. TEAM_GM_KEL_LT = CreateTeam( " Lieutenant", {
  536. Weapons = {"none", "climb_swep2", "tfa_dlt19_extended", "tfa_sw_repshot", "thermal_det", "m9k_knife", "tfa_sw_dc17dual"},
  537. Health = 100,
  538. Colour = Regiment_Color.rGM,
  539. Rank = 13,
  540. Model = "models/player/gideon/galacticmarine/kellersunit/gm_ku.mdl",
  541. Regiment = "Galactic Marines Keller's Unit",
  542. Clearance = "3",
  543. } )
  544.  
  545. TEAM_GM_KEL_LTCAPTAIN = CreateTeam( "Lieutenant Captain", {
  546. Weapons = {"none", "climb_swep2", "tfa_dlt19_extended", "tfa_sw_repshot", "thermal_det", "m9k_knife", "tfa_sw_dc17dual"},
  547. Health = 100,
  548. Colour = Regiment_Color.rGM,
  549. Rank = 14,
  550. Model = "models/player/gideon/galacticmarine/kellersunit/gm_ku.mdl",
  551. Regiment = "Galactic Marines Keller's Unit",
  552. Clearance = "3",
  553. } )
  554.  
  555. TEAM_GM_KEL_CAPTAIN = CreateTeam( "Captain", {
  556. Weapons = {"none", "climb_swep2", "tfa_dlt19_extended", "tfa_sw_repshot", "thermal_det", "m9k_knife", "tfa_sw_dc17dual"},
  557. Health = 100,
  558. Colour = Regiment_Color.rGM,
  559. Rank = 15,
  560. Model = "models/player/gideon/galacticmarine/kellersunit/gm_ku.mdl",
  561. Regiment = "Galactic Marines Keller's Unit",
  562. Clearance = "3",
  563. } )
  564.  
  565. TEAM_GM_KEL_MAJOR = CreateTeam( "Major", {
  566. Weapons = {"none", "climb_swep2", "tfa_dlt19_extended", "tfa_sw_repshot", "thermal_det", "m9k_knife", "tfa_sw_dc17dual"},
  567. Health = 100,
  568. Colour = Regiment_Color.rGM,
  569. Rank = 16,
  570. Model = "models/player/gideon/galacticmarine/kellersunit/gm_ku.mdl",
  571. Regiment = "Galactic Marines Keller's Unit",
  572. Clearance = "3",
  573. } )
  574.  
  575. TEAM_GM_KEL_COLONEL = CreateTeam( "Colonel", {
  576. Weapons = {"none", "climb_swep2", "tfa_dlt19_extended", "tfa_sw_repshot", "thermal_det", "m9k_knife", "tfa_sw_dc17dual"},
  577. Health = 100,
  578. Colour = Regiment_Color.rGM,
  579. Rank = 17,
  580. Model = "models/player/gideon/galacticmarine/kellersunit/gm_ku.mdl",
  581. Regiment = "Galactic Marines Keller's Unit",
  582. Clearance = "3",
  583. } )
  584.  
  585. TEAM_GM_KEL_BCOM = CreateTeam( "Battalion Commander", {
  586. Weapons = {"none", "climb_swep2", "tfa_dlt19_extended", "tfa_sw_repshot", "thermal_det", "m9k_knife", "tfa_sw_dc17dual"},
  587. Health = 100,
  588. Colour = Regiment_Color.rGM,
  589. Rank = 18,
  590. Model = "models/player/gideon/galacticmarine/kellersunit/gm_ku.mdl",
  591. Regiment = "Galactic Marines Keller's Unit",
  592. Clearance = "4",
  593. } )
  594.  
  595. TEAM_GM_KEL_FCOM = CreateTeam( "Field Commander", {
  596. Weapons = {"none", "climb_swep2", "tfa_dlt19_extended", "tfa_sw_repshot", "thermal_det", "m9k_knife", "tfa_sw_dc17dual"},
  597. Health = 100,
  598. Colour = Regiment_Color.rGM,
  599. Rank = 19,
  600. Model = "models/player/gideon/galacticmarine/kellersunit/gm_ku.mdl",
  601. Regiment = "Galactic Marines Keller's Unit",
  602. Clearance = "4",
  603. } )
  604.  
  605. TEAM_GM_KEL_COM = CreateTeam( "Commander", {
  606. Weapons = {"none", "climb_swep2", "tfa_dlt19_extended", "tfa_sw_repshot", "thermal_det", "m9k_knife", "tfa_sw_dc17dual"},
  607. Health = 100,
  608. Colour = Regiment_Color.rGM,
  609. Rank = 20,
  610. Model = "models/player/gideon/galacticmarine/kellersunit/gm_ku.mdl",
  611. Regiment = "Galactic Marines Keller's Unit",
  612. Clearance = "4",
  613. } )
  614.  
  615. "--------- Beta ARC ---------"
  616.  
  617. TEAM_GM_BETA_ARC = CreateTeam( "", {
  618. Weapons = {"none", "climb_swep2", "tfa_sw_repshot", "tfa_a280_extended", "tfa_sw_arc_pistols", "m9k_knife"},
  619. Health = 100,
  620. Colour = Regiment_Color.rGM,
  621. Rank = 1,
  622. Model = "models/player/marines/marines_arc/gm_arc.mdl",
  623. Regiment = "Galactic Marines",
  624. Clearance = "2",
  625. } )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement