Advertisement
Guest User

Untitled

a guest
Apr 18th, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.97 KB | None | 0 0
  1. TEAM_442ND_PVT = CreateTeam( "Private", {
  2. Weapons = {"none", "climb_swep2", "tfa_e11_extended", "tfa_scoutblaster_extended", "clone_card_c1"},
  3. Health = 100,
  4. Colour = Regiment_Color.r442nd,
  5. Rank = 1,
  6. Model = "models/player/hydro/442nd_stormtrooper/442nd_stormtrooper.mdl",
  7. Regiment = "442nd Siege Battalion",
  8. } )
  9.  
  10. TEAM_442ND_PFC = CreateTeam( "Private First Class", {
  11. Weapons = {"none", "climb_swep2", "tfa_e11_extended", "tfa_scoutblaster_extended", "clone_card_c1"},
  12. Health = 100,
  13. Colour = Regiment_Color.r442nd,
  14. Rank = 2,
  15. Model = "models/player/hydro/442nd_stormtrooper/442nd_stormtrooper.mdl",
  16. Regiment = "442nd Siege Battalion",
  17. } )
  18.  
  19. TEAM_442ND_LCPL = CreateTeam( "Lance Corporal", {
  20. Weapons = {"none", "climb_swep2", "tfa_e11_extended", "tfa_scoutblaster_extended", "clone_card_c1"},
  21. Health = 100,
  22. Colour = Regiment_Color.r442nd,
  23. Rank = 3,
  24. Model = "models/player/hydro/442nd_stormtrooper/442nd_stormtrooper.mdl",
  25. Regiment = "442nd Siege Battalion",
  26. } )
  27.  
  28. TEAM_442ND_CPL = CreateTeam( "Corporal", {
  29. Weapons = {"none", "climb_swep2", "tfa_e11_extended", "tfa_scoutblaster_extended", "clone_card_c1"},
  30. Health = 100,
  31. Colour = Regiment_Color.r442nd,
  32. Rank = 4,
  33. Model = "models/player/hydro/442nd_stormtrooper/442nd_stormtrooper.mdl",
  34. Regiment = "442nd Siege Battalion",
  35. } )
  36.  
  37. TEAM_442ND_SGT = CreateTeam( "Sergeant", {
  38. Weapons = {"none", "climb_swep2", "tfa_e11_extended", "tfa_scoutblaster_extended", "clone_card_c1"},
  39. Health = 100,
  40. Colour = Regiment_Color.r442nd,
  41. Rank = 5,
  42. Model = "models/player/hydro/442nd_stormtrooper/442nd_stormtrooper.mdl",
  43. Regiment = "442nd Siege Battalion",
  44. } )
  45.  
  46. TEAM_442ND_SSGT = CreateTeam( "Staff Sergeant", {
  47. Weapons = {"none", "climb_swep2", "tfa_e11_extended", "tfa_scoutblaster_extended", "clone_card_c1"},
  48. Health = 100,
  49. Colour = Regiment_Color.r442nd,
  50. Rank = 6,
  51. Model = "models/player/hydro/442nd_stormtrooper/442nd_stormtrooper.mdl",
  52. Regiment = "442nd Siege Battalion",
  53. } )
  54.  
  55. TEAM_442ND_GSGT = CreateTeam( "Gunnery Sergeant", {
  56. Weapons = {"none", "climb_swep2", "tfa_e11_extended", "tfa_scoutblaster_extended", "clone_card_c1"},
  57. Health = 100,
  58. Colour = Regiment_Color.r442nd,
  59. Rank = 7,
  60. Model = "models/player/hydro/442nd_stormtrooper/442nd_stormtrooper.mdl",
  61. Regiment = "442nd Siege Battalion",
  62. } )
  63.  
  64. TEAM_442ND_MSGT = CreateTeam( "Master Sergeant", {
  65. Weapons = {"none", "climb_swep2", "tfa_e11_extended", "tfa_scoutblaster_extended", "clone_card_c1"},
  66. Health = 100,
  67. Colour = Regiment_Color.r442nd,
  68. Rank = 8,
  69. Model = "models/player/hydro/442nd_stormtrooper/442nd_stormtrooper.mdl",
  70. Regiment = "442nd Siege Battalion",
  71. } )
  72.  
  73. TEAM_442ND_SGM = CreateTeam( "Sergeant Major", {
  74. Weapons = {"none", "climb_swep2", "tfa_e11_extended", "tfa_scoutblaster_extended", "clone_card_c1"},
  75. Health = 100,
  76. Colour = Regiment_Color.r442nd,
  77. Rank = 9,
  78. Model = "models/player/hydro/442nd_stormtrooper/442nd_stormtrooper.mdl",
  79. Regiment = "442nd Siege Battalion",
  80. } )
  81.  
  82. TEAM_442ND_WO = CreateTeam( "Warrant Officer", {
  83. Weapons = {"none", "climb_swep2", "tfa_e11_extended", "tfa_scoutblaster_extended", "clone_card_c1"},
  84. Health = 100,
  85. Colour = Regiment_Color.r442nd,
  86. Rank = 10,
  87. Model = "models/player/hydro/442nd_stormtrooper/442nd_stormtrooper.mdl",
  88. Regiment = "442nd Siege Battalion",
  89. } )
  90.  
  91. TEAM_442ND_CWO = CreateTeam( "Chief Warrant Officer", {
  92. Weapons = {"none", "climb_swep2", "tfa_e11_extended", "tfa_scoutblaster_extended", "clone_card_c2", "tfa_sw_dc17dual"},
  93. Health = 100,
  94. Colour = Regiment_Color.r442nd,
  95. Rank = 11,
  96. Model = "models/player/hydro/442nd_stormtrooper/442nd_stormtrooper.mdl",
  97. Regiment = "442nd Siege Battalion",
  98. } )
  99.  
  100. TEAM_442ND_OC = CreateTeam( "Officer Cadet", {
  101. Weapons = {"none", "climb_swep2", "tfa_e11_extended", "tfa_scoutblaster_extended", "clone_card_c2", "tfa_sw_dc17dual"},
  102. Health = 100,
  103. Colour = Regiment_Color.r442nd,
  104. Rank = 12,
  105. Model = "models/player/hydro/442nd_stormtrooper/442nd_stormtrooper.mdl",
  106. Regiment = "442nd Siege Battalion",
  107. } )
  108.  
  109. TEAM_442ND_2NDLT = CreateTeam( "2nd Lieutenant", {
  110. Weapons = {"none", "climb_swep2", "tfa_e11_extended", "tfa_scoutblaster_extended", "clone_card_c2", "tfa_sw_dc17dual"},
  111. Health = 100,
  112. Colour = Regiment_Color.r442nd,
  113. Rank = 13,
  114. Model = "models/player/hydro/442nd_stormtrooper/442nd_stormtrooper.mdl",
  115. Regiment = "442nd Siege Battalion",
  116. } )
  117.  
  118. TEAM_442ND_LT = CreateTeam( "Lieutenant", {
  119. Weapons = {"none", "climb_swep2", "tfa_e11_extended", "tfa_scoutblaster_extended", "clone_card_c2", "tfa_sw_dc17dual"},
  120. Health = 100,
  121. Colour = Regiment_Color.r442nd,
  122. Rank = 14,
  123. Model = "models/player/hydro/442nd_stormtrooper/442nd_stormtrooper.mdl",
  124. Regiment = "442nd Siege Battalion",
  125. } )
  126.  
  127. TEAM_442ND_CAPTAIN = CreateTeam( "Captain", {
  128. Weapons = {"none", "climb_swep2", "tfa_e11_extended", "tfa_scoutblaster_extended", "clone_card_c2", "tfa_sw_dc17dual"},
  129. Health = 100,
  130. Colour = Regiment_Color.r442nd,
  131. Rank = 15,
  132. Model = "models/player/hydro/442nd_stormtrooper/442nd_stormtrooper.mdl",
  133. Regiment = "442nd Siege Battalion",
  134. } )
  135.  
  136. TEAM_442ND_MAJOR = CreateTeam( "Major", {
  137. Weapons = {"none", "climb_swep2", "tfa_e11_extended", "tfa_scoutblaster_extended", "clone_card_c2", "tfa_sw_dc17dual"},
  138. Health = 100,
  139. Colour = Regiment_Color.r442nd,
  140. Rank = 16,
  141. Model = "models/player/hydro/442nd_stormtrooper/442nd_stormtrooper.mdl",
  142. Regiment = "442nd Siege Battalion",
  143. } )
  144.  
  145. TEAM_442ND_LTCOL = CreateTeam( "Lieutenant Colonel", {
  146. Weapons = {"none", "climb_swep2", "tfa_e11_extended", "tfa_scoutblaster_extended", "clone_card_c3", "tfa_sw_dc17dual"},
  147. Health = 100,
  148. Colour = Regiment_Color.r442nd,
  149. Rank = 17,
  150. Model = "models/player/hydro/442nd_stormtrooper/442nd_stormtrooper.mdl",
  151. Regiment = "442nd Siege Battalion",
  152. } )
  153.  
  154. TEAM_442ND_COL = CreateTeam( "Colonel", {
  155. Weapons = {"none", "climb_swep2", "tfa_e11_extended", "tfa_scoutblaster_extended", "clone_card_c3", "tfa_sw_dc17dual"},
  156. Health = 100,
  157. Colour = Regiment_Color.r442nd,
  158. Rank = 18,
  159. Model = "models/player/hydro/442nd_stormtrooper/442nd_stormtrooper.mdl",
  160. Regiment = "442nd Siege Battalion",
  161. } )
  162.  
  163. TEAM_442ND_HCOL = CreateTeam( "High Colonel", {
  164. Weapons = {"none", "climb_swep2", "tfa_e11_extended", "tfa_scoutblaster_extended", "clone_card_c3", "tfa_sw_dc17dual"},
  165. Health = 100,
  166. Colour = Regiment_Color.r442nd,
  167. Rank = 19,
  168. Model = "models/player/hydro/442nd_stormtrooper/442nd_stormtrooper.mdl",
  169. Regiment = "442nd Siege Battalion",
  170. } )
  171.  
  172. TEAM_442ND_BRIG = CreateTeam( "Brigadier", {
  173. Weapons = {"none", "climb_swep2", "tfa_e11_extended", "tfa_scoutblaster_extended", "clone_card_c3", "tfa_sw_dc17dual"},
  174. Health = 100,
  175. Colour = Regiment_Color.r442nd,
  176. Rank = 20,
  177. Model = "models/player/hydro/442nd_stormtrooper/442nd_stormtrooper.mdl",
  178. Regiment = "442nd Siege Battalion",
  179. } )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement