Advertisement
KimonK

Untitled

Dec 12th, 2017
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 52.34 KB | None | 0 0
  1. -- Uninitiated
  2. TEAM_UNINITIATED = DarkRP.createJob("Uninitiated", {
  3. color = Color(112, 128, 144),
  4. model = {"models/player/Group01/male_01.mdl","models/player/Group01/male_02.mdl","models/player/Group01/male_03.mdl","models/player/Group01/male_04.mdl","models/player/Group01/male_05.mdl","models/player/Group01/male_06.mdl","models/player/Group01/male_07.mdl","models/player/Group01/male_08.mdl","models/player/Group01/male_09.mdl"},
  5. description = [[You haven't decided which side to join yet.]],
  6. weapons = {},
  7. command = "Uninitiated",
  8. max = 0,
  9. salary = 0,
  10. admin = 0,
  11. vote = false,
  12. hasLicense = false,
  13. candemote = false,
  14. category = "Other",
  15. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  16. ply:SetHealth(100)
  17. ply:SetMaxHealth(100)
  18. ply:SetArmor(0)
  19. end,
  20. ammo = {
  21. ["pistol"] = 1000,
  22. ["ar2"] = 1000,
  23. ["357"] = 1000,
  24. ["smg"] = 1000,
  25. },
  26. })
  27. TEAM_GRECRUIT = DarkRP.createJob("German Recruit", {
  28. color = Color(0, 70, 0),
  29. model = {"models/player/rusty/natguard/male_02.mdl", "models/player/rusty/natguard/male_04.mdl", "models/player/rusty/natguard/male_05.mdl", "models/player/rusty/natguard/male_06.mdl", "models/player/rusty/natguard/male_07.mdl", "models/player/rusty/natguard/male_08.mdl", "models/player/rusty/natguard/male_09.mdl"},
  30. description = [[You are a recruit of the Axis, please wait in your spawn area for a trainer.]],
  31. weapons = {},
  32. command = "GRecruit",
  33. max = 0,
  34. salary = 0,
  35. admin = 0,
  36. vote = false,
  37. hasLicense = false,
  38. candemote = false,
  39. category = "Other",
  40. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  41. ply:SetHealth(100)
  42. ply:SetMaxHealth(100)
  43. ply:SetArmor(0)
  44. end,
  45. ammo = {
  46. ["pistol"] = 1000,
  47. ["ar2"] = 1000,
  48. ["357"] = 1000,
  49. ["smg"] = 1000,
  50. },
  51. })
  52. TEAM_SRECRUIT = DarkRP.createJob("Soviet Recruit", {
  53. color = Color(128, 0, 0),
  54. model = {"models/player/rusty/natguard/male_01.mdl", "models/player/rusty/natguard/male_02.mdl", "models/player/rusty/natguard/male_03.mdl", "models/player/rusty/natguard/male_04.mdl", "models/player/rusty/natguard/male_05.mdl", "models/player/rusty/natguard/male_06.mdl", "models/player/rusty/natguard/male_07.mdl", "models/player/rusty/natguard/male_08.mdl", "models/player/rusty/natguard/male_09.mdl"},
  55. description = [[You are a recruit of the Axis, please wait in your spawn area for a trainer.]],
  56. weapons = {},
  57. command = "SRecruit",
  58. max = 0,
  59. salary = 0,
  60. admin = 0,
  61. vote = false,
  62. hasLicense = false,
  63. candemote = false,
  64. category = "Other",
  65. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  66. ply:SetHealth(100)
  67. ply:SetMaxHealth(100)
  68. ply:SetArmor(0)
  69. end,
  70. ammo = {
  71. ["pistol"] = 1000,
  72. ["ar2"] = 1000,
  73. ["357"] = 1000,
  74. ["smg"] = 1000,
  75. },
  76. })
  77.  
  78. -- Kommandozentrale
  79.  
  80. TEAM_AXISFM = DarkRP.createJob("Axis Kommandozentrale: Generalfeldmarschall", {
  81. color = Color(0, 70, 0),
  82. model = {"models/kriegsyntax/germans/wehrmacht/cos/generalfieldmarshall/playermodel.mdl"},
  83. description = [[You are the Field Marshall of the Axis forces.]],
  84. weapons = {"doi_atow_lugerp08", "doi_atow_k98bayonet", "doi_atow_debinoculars", "wep_jack_job_drpradio", "sieghail"},
  85. command = "AXISFM",
  86. max = 1,
  87. salary = 0,
  88. admin = 0,
  89. vote = false,
  90. hasLicense = false,
  91. candemote = false,
  92. category = "Kommandozentrale",
  93. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  94. ply:SetHealth(100)
  95. ply:SetMaxHealth(100)
  96. ply:SetArmor(0)
  97. end,
  98. ammo = {
  99. ["pistol"] = 1000,
  100. ["ar2"] = 1000,
  101. ["357"] = 1000,
  102. ["smg"] = 1000,
  103. },
  104. })
  105. TEAM_AXISGEN = DarkRP.createJob("Axis Kommandozentrale: General", {
  106. color = Color(0, 70, 0),
  107. model = {"models/kriegsyntax/germans/wehrmacht/cos/generalderinfanterie/playermodel.mdl"},
  108. description = [[You are the Field Marshall of the Axis forces.]],
  109. weapons = {"doi_atow_lugerp08", "doi_atow_k98bayonet", "doi_atow_debinoculars", "wep_jack_job_drpradio", "sieghail"},
  110. command = "AXISGEN",
  111. max = 1,
  112. salary = 0,
  113. admin = 0,
  114. vote = false,
  115. hasLicense = false,
  116. candemote = false,
  117. category = "Kommandozentrale",
  118. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  119. ply:SetHealth(100)
  120. ply:SetMaxHealth(100)
  121. ply:SetArmor(0)
  122. end,
  123. ammo = {
  124. ["pistol"] = 1000,
  125. ["ar2"] = 1000,
  126. ["357"] = 1000,
  127. ["smg"] = 1000,
  128. },
  129. })
  130. TEAM_AXISGENLT = DarkRP.createJob("Axis Kommandozentrale: Generalleutnant", {
  131. color = Color(0, 70, 0),
  132. model = {"models/kriegsyntax/germans/wehrmacht/cos/generalleutnant/playermodel.mdl"},
  133. description = [[You are the General Lieutenant of the Axis forces.]],
  134. weapons = {"doi_atow_lugerp08", "doi_atow_k98bayonet", "doi_atow_debinoculars", "wep_jack_job_drpradio", "sieghail"},
  135. command = "AXISGENLT",
  136. max = 1,
  137. salary = 0,
  138. admin = 0,
  139. vote = false,
  140. hasLicense = false,
  141. candemote = false,
  142. category = "Kommandozentrale",
  143. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  144. ply:SetHealth(100)
  145. ply:SetMaxHealth(100)
  146. ply:SetArmor(0)
  147. end,
  148. ammo = {
  149. ["pistol"] = 1000,
  150. ["ar2"] = 1000,
  151. ["357"] = 1000,
  152. ["smg"] = 1000,
  153. },
  154. })
  155. TEAM_AXISGENMAJ = DarkRP.createJob("Axis Kommandozentrale: Generalmajor", {
  156. color = Color(0, 70, 0),
  157. model = {"models/kriegsyntax/germans/wehrmacht/cos/generalleutnant/playermodel.mdl"},
  158. description = [[You are the General Major of the Axis forces.]],
  159. weapons = {"doi_atow_lugerp08", "doi_atow_k98bayonet", "doi_atow_debinoculars", "wep_jack_job_drpradio", "sieghail"},
  160. command = "AXISGENMAJ",
  161. max = 1,
  162. salary = 0,
  163. admin = 0,
  164. vote = false,
  165. hasLicense = false,
  166. candemote = false,
  167. category = "Kommandozentrale",
  168. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  169. ply:SetHealth(100)
  170. ply:SetMaxHealth(100)
  171. ply:SetArmor(0)
  172. end,
  173. ammo = {
  174. ["pistol"] = 1000,
  175. ["ar2"] = 1000,
  176. ["357"] = 1000,
  177. ["smg"] = 1000,
  178. },
  179. })
  180.  
  181. -- Infranterie Zug
  182.  
  183. TEAM_AXISINFCOMM = DarkRP.createJob("Axis Infanterie Zug: Oberst", {
  184. color = Color(0, 70, 0),
  185. model = {"models/kriegsyntax/germans/wehrmacht/cos/hauptmann/playermodel.mdl", "models/kriegsyntax/germans/wehrmacht/cos/hauptmann/playermodel_2.mdl"},
  186. description = [[You are the Commander of the Axis Infantry.]],
  187. weapons = {"doi_atow_stg44", "doi_atow_lugerp08", "doi_atow_k98bayonet", "doi_atow_debinoculars", "weapon_doistielhandgranate", "sieghail"},
  188. command = "AXISINFCOMM",
  189. max = 1,
  190. salary = 0,
  191. admin = 0,
  192. vote = false,
  193. hasLicense = false,
  194. candemote = false,
  195. category = "Infanterie Zug",
  196. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  197. ply:SetHealth(100)
  198. ply:SetMaxHealth(100)
  199. ply:SetArmor(50)
  200. end,
  201. ammo = {
  202. ["pistol"] = 1000,
  203. ["ar2"] = 1000,
  204. ["357"] = 1000,
  205. ["smg"] = 1000,
  206. },
  207. })
  208. TEAM_AXISINFCO = DarkRP.createJob("Axis Infanterie Zug: Feld Offizier", {
  209. color = Color(0, 70, 0),
  210. model = {"models/kriegsyntax/germans/wehrmacht/cos/hauptmann/playermodel.mdl", "models/kriegsyntax/germans/wehrmacht/cos/hauptmann/playermodel_2.mdl"},
  211. description = [[You are a Field Officer of the Axis Infantry.]],
  212. weapons = {"doi_atow_stg44", "doi_atow_lugerp08", "doi_atow_k98bayonet", "doi_atow_debinoculars", "weapon_doistielhandgranate", "sieghail"},
  213. command = "AXISINFCO",
  214. max = 8,
  215. salary = 0,
  216. admin = 0,
  217. vote = false,
  218. hasLicense = false,
  219. candemote = false,
  220. category = "Infanterie Zug",
  221. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  222. ply:SetHealth(100)
  223. ply:SetMaxHealth(100)
  224. ply:SetArmor(50)
  225. end,
  226. ammo = {
  227. ["pistol"] = 1000,
  228. ["ar2"] = 1000,
  229. ["357"] = 1000,
  230. ["smg"] = 1000,
  231. },
  232. })
  233. TEAM_AXISINFMARK = DarkRP.createJob("Axis Infanterie Zug: Scarfschutze", {
  234. color = Color(0, 70, 0),
  235. model = {"models/kriegsyntax/germans/waffenss_summer/enlisted/sturmmann/playermodel_2.mdl"},
  236. description = [[You are a marksman of the Axis Infantry.]],
  237. weapons = {"doi_atow_kar98k", "doi_atow_lugerp08", "doi_atow_k98bayonet", "doi_atow_debinoculars", "sieghail"},
  238. command = "AXISINFMARK",
  239. max = 10,
  240. salary = 0,
  241. admin = 0,
  242. vote = false,
  243. hasLicense = false,
  244. candemote = false,
  245. category = "Infanterie Zug",
  246. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  247. ply:SetHealth(100)
  248. ply:SetMaxHealth(100)
  249. ply:SetArmor(25)
  250. end,
  251. ammo = {
  252. ["pistol"] = 1000,
  253. ["ar2"] = 1000,
  254. ["357"] = 1000,
  255. ["smg"] = 1000,
  256. },
  257. })
  258. TEAM_AXISINFRADIOOP = DarkRP.createJob("Axis Infanterie Zug: Funker", {
  259. color = Color(0, 70, 0),
  260. model = {"models/kriegsyntax/germans/wehrmacht/enlisted/oberschutze/playermodel_fu.mdl"},
  261. description = [[You are a radio operator of the Axis Infantry.]],
  262. weapons = {"doi_atow_mp40", "doi_atow_lugerp08", "doi_atow_k98bayonet", "m9k_ww2artillery", "wep_jack_job_drpradio", "sieghail"},
  263. command = "AXISINFRADIOOP",
  264. max = 2,
  265. salary = 0,
  266. admin = 0,
  267. vote = false,
  268. hasLicense = false,
  269. candemote = false,
  270. category = "Infanterie Zug",
  271. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  272. ply:SetHealth(100)
  273. ply:SetMaxHealth(100)
  274. ply:SetArmor(25)
  275. end,
  276. ammo = {
  277. ["pistol"] = 1000,
  278. ["ar2"] = 1000,
  279. ["357"] = 1000,
  280. ["smg"] = 1000,
  281. },
  282. })
  283. TEAM_AXISINFMG = DarkRP.createJob("Axis Infanterie Zug: Maschinengewehrschutze", {
  284. color = Color(0, 70, 0),
  285. model = {"models/kriegsyntax/germans/wehrmacht/enlisted/oberschutze/playermodel_mg.mdl"},
  286. description = [[You are a machine gunner of the Axis Infantry.]],
  287. weapons = {"doi_atow_mg42", "doi_atow_lugerp08", "doi_atow_k98bayonet", "sieghail"},
  288. command = "AXISINFMG",
  289. max = 1,
  290. salary = 0,
  291. admin = 0,
  292. vote = false,
  293. hasLicense = false,
  294. candemote = false,
  295. category = "Infanterie Zug",
  296. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  297. ply:SetHealth(100)
  298. ply:SetMaxHealth(100)
  299. ply:SetArmor(75)
  300. end,
  301. ammo = {
  302. ["pistol"] = 1000,
  303. ["ar2"] = 1000,
  304. ["357"] = 1000,
  305. ["smg"] = 1000,
  306. },
  307. })
  308. TEAM_AXISINFMED = DarkRP.createJob("Axis Infanterie Zug: Feldarzt", {
  309. color = Color(0, 70, 0),
  310. model = {"models/kriegsyntax/germans/wehrmacht/enlisted/medic/playermodel.mdl"},
  311. description = [[You are a medic of the Axis Infantry.]],
  312. weapons = {"doi_ws_atow_mp34", "doi_atow_lugerp08", "doi_atow_k98bayonet", "mrd_bandages", "weapon_medkit", "sieghail"},
  313. command = "AXISINFMED",
  314. max = 10,
  315. salary = 0,
  316. admin = 0,
  317. vote = false,
  318. hasLicense = false,
  319. candemote = false,
  320. category = "Infanterie Zug",
  321. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  322. ply:SetHealth(100)
  323. ply:SetMaxHealth(100)
  324. ply:SetArmor(35)
  325. end,
  326. ammo = {
  327. ["pistol"] = 1000,
  328. ["ar2"] = 1000,
  329. ["357"] = 1000,
  330. ["smg"] = 1000,
  331. },
  332. })
  333. TEAM_AXISINFSPC = DarkRP.createJob("Axis Infanterie Zug: Spezialist", {
  334. color = Color(0, 70, 0),
  335. model = {"models/kriegsyntax/germans/wehrmacht/enlisted/oberschutze/playermodel.mdl"},
  336. description = [[You are a specialist of the Axis Infantry.]],
  337. weapons = {"doi_atow_stg44", "doi_atow_lugerp08", "doi_atow_k98bayonet", "weapon_doipanzerfaust", "sieghail"},
  338. command = "AXISINFSPC",
  339. max = 5,
  340. salary = 0,
  341. admin = 0,
  342. vote = false,
  343. hasLicense = false,
  344. candemote = false,
  345. category = "Infanterie Zug",
  346. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  347. ply:SetHealth(100)
  348. ply:SetMaxHealth(100)
  349. ply:SetArmor(35)
  350. end,
  351. ammo = {
  352. ["pistol"] = 1000,
  353. ["ar2"] = 1000,
  354. ["357"] = 1000,
  355. ["smg"] = 1000,
  356. },
  357. })
  358. TEAM_AXISINFTRP = DarkRP.createJob("Axis Infanterie Zug: Truppe", {
  359. color = Color(0, 70, 0),
  360. model = {"models/kriegsyntax/germans/wehrmacht/enlisted/schutze/playermodel.mdl"},
  361. description = [[You are a trooper of the Axis Infantry.]],
  362. weapons = {"doi_atow_gewehr43", "doi_atow_lugerp08", "doi_atow_k98bayonet", "sieghail"},
  363. command = "AXISINFTRP",
  364. max = 0,
  365. salary = 0,
  366. admin = 0,
  367. vote = false,
  368. hasLicense = false,
  369. candemote = false,
  370. category = "Infanterie Zug",
  371. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  372. ply:SetHealth(100)
  373. ply:SetMaxHealth(100)
  374. ply:SetArmor(50)
  375. end,
  376. ammo = {
  377. ["pistol"] = 1000,
  378. ["ar2"] = 1000,
  379. ["357"] = 1000,
  380. ["smg"] = 1000,
  381. },
  382. })
  383.  
  384. -- Panzer Korps
  385.  
  386. TEAM_AXISPKCOMM = DarkRP.createJob("Axis Panzer Korps: Oberst", {
  387. color = Color(0, 70, 0),
  388. model = {"models/kriegsyntax/germans/wehrmacht/panzer/ncos/stabsfeldwebel/playermodel_2.mdl"},
  389. description = [[You are the Commander of the Axis Tank Corps.]],
  390. weapons = {"doi_atow_mp40", "doi_atow_lugerp08", "doi_atow_etoolde", "doi_atow_debinoculars", "sieghail"},
  391. command = "AXISPKCOMM",
  392. max = 1,
  393. salary = 0,
  394. admin = 0,
  395. vote = false,
  396. hasLicense = false,
  397. candemote = false,
  398. category = "Panzer Korps",
  399. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  400. ply:SetHealth(100)
  401. ply:SetMaxHealth(100)
  402. ply:SetArmor(25)
  403. end,
  404. ammo = {
  405. ["pistol"] = 1000,
  406. ["ar2"] = 1000,
  407. ["357"] = 1000,
  408. ["smg"] = 1000,
  409. },
  410. })
  411. TEAM_AXISPKFO = DarkRP.createJob("Axis Panzer Korps: Feld Offizier", {
  412. color = Color(0, 70, 0),
  413. model = {"models/kriegsyntax/germans/wehrmacht/panzer/ncos/oberfeldwebel/playermodel_2.mdl"},
  414. description = [[You are a Field Officer of the Axis Tank Corps.]],
  415. weapons = {"doi_atow_mp40", "doi_atow_lugerp08", "doi_atow_etoolde", "doi_atow_debinoculars", "sieghail"},
  416. command = "AXISPKFO",
  417. max = 8,
  418. salary = 0,
  419. admin = 0,
  420. vote = false,
  421. hasLicense = false,
  422. candemote = false,
  423. category = "Panzer Korps",
  424. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  425. ply:SetHealth(100)
  426. ply:SetMaxHealth(100)
  427. ply:SetArmor(25)
  428. end,
  429. ammo = {
  430. ["pistol"] = 1000,
  431. ["ar2"] = 1000,
  432. ["357"] = 1000,
  433. ["smg"] = 1000,
  434. },
  435. })
  436. TEAM_AXISPKENGINE = DarkRP.createJob("Axis Panzer Korps: Ingenieur", {
  437. color = Color(0, 70, 0),
  438. model = {"models/kriegsyntax/germans/wehrmacht/panzer/ncos/unteroffizer/playermodel_2.mdl"},
  439. description = [[You are an Engineer of the Axis Tank Corps.]],
  440. weapons = {"doi_ws_atow_mp34", "doi_atow_lugerp08", "doi_atow_etoolde", "weapon_simrepair", "sieghail"},
  441. command = "AXISPKENGINE",
  442. max = 10,
  443. salary = 0,
  444. admin = 0,
  445. vote = false,
  446. hasLicense = false,
  447. candemote = false,
  448. category = "Panzer Korps",
  449. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  450. ply:SetHealth(100)
  451. ply:SetMaxHealth(100)
  452. ply:SetArmor(35)
  453. end,
  454. ammo = {
  455. ["pistol"] = 1000,
  456. ["ar2"] = 1000,
  457. ["357"] = 1000,
  458. ["smg"] = 1000,
  459. },
  460. })
  461. TEAM_AXISPKFU = DarkRP.createJob("Axis Panzer Korps: Funker", {
  462. color = Color(0, 70, 0),
  463. model = {"models/kriegsyntax/germans/wehrmacht/panzer/ncos/feldwebel/playermodel_2.mdl"},
  464. description = [[You are a radio operator of the Axis Tank Corps.]],
  465. weapons = {"doi_ws_atow_mp34", "doi_atow_lugerp08", "doi_atow_etoolde", "m9k_ww2artillery", "wep_jack_job_drpradio", "sieghail"},
  466. command = "AXISPKFU",
  467. max = 2,
  468. salary = 0,
  469. admin = 0,
  470. vote = false,
  471. hasLicense = false,
  472. candemote = false,
  473. category = "Panzer Korps",
  474. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  475. ply:SetHealth(100)
  476. ply:SetMaxHealth(100)
  477. ply:SetArmor(25)
  478. end,
  479. ammo = {
  480. ["pistol"] = 1000,
  481. ["ar2"] = 1000,
  482. ["357"] = 1000,
  483. ["smg"] = 1000,
  484. },
  485. })
  486. TEAM_AXISPKMG = DarkRP.createJob("Axis Panzer Korps: Jager", {
  487. color = Color(0, 70, 0),
  488. model = {"models/kriegsyntax/germans/wehrmacht/panzer/enlisted/obergefreiter/playermodel.mdl"},
  489. description = [[You are a rifleman of the Axis Tank Corps.]],
  490. weapons = {"doi_atow_fg42", "doi_atow_lugerp08", "doi_atow_etoolde", "sieghail"},
  491. command = "AXISPKMG",
  492. max = 2,
  493. salary = 0,
  494. admin = 0,
  495. vote = false,
  496. hasLicense = false,
  497. candemote = false,
  498. category = "Panzer Korps",
  499. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  500. ply:SetHealth(100)
  501. ply:SetMaxHealth(100)
  502. ply:SetArmor(40)
  503. end,
  504. ammo = {
  505. ["pistol"] = 1000,
  506. ["ar2"] = 1000,
  507. ["357"] = 1000,
  508. ["smg"] = 1000,
  509. },
  510. })
  511. TEAM_AXISPKMED = DarkRP.createJob("Axis Panzer Korps: Feldarzt", {
  512. color = Color(0, 70, 0),
  513. model = {"models/kriegsyntax/germans/wehrmacht/panzer/enlisted/oberschutze/playermodel.mdl"},
  514. description = [[You are a medic of the Axis Tank Corps.]],
  515. weapons = {"doi_atow_mp40", "doi_atow_lugerp08", "doi_atow_etoolde", "mrd_bandages", "weapon_medkit", "sieghail"},
  516. command = "AXISPKMED",
  517. max = 10,
  518. salary = 0,
  519. admin = 0,
  520. vote = false,
  521. hasLicense = false,
  522. candemote = false,
  523. category = "Panzer Korps",
  524. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  525. ply:SetHealth(100)
  526. ply:SetMaxHealth(100)
  527. ply:SetArmor(25)
  528. end,
  529. ammo = {
  530. ["pistol"] = 1000,
  531. ["ar2"] = 1000,
  532. ["357"] = 1000,
  533. ["smg"] = 1000,
  534. },
  535. })
  536. TEAM_AXISPKSPC = DarkRP.createJob("Axis Panzer Korps: Spezialist", {
  537. color = Color(0, 70, 0),
  538. model = {"models/kriegsyntax/germans/wehrmacht/panzer/enlisted/obergefreiter/playermodel.mdl"},
  539. description = [[You are a specialist of the Axis Tank Corps.]],
  540. weapons = {"doi_atow_mp40", "doi_atow_lugerp08", "doi_atow_etoolde", "weapon_doipanzerfaust", "sieghail"},
  541. command = "AXISPKSPC",
  542. max = 5,
  543. salary = 0,
  544. admin = 0,
  545. vote = false,
  546. hasLicense = false,
  547. candemote = false,
  548. category = "Panzer Korps",
  549. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  550. ply:SetHealth(100)
  551. ply:SetMaxHealth(100)
  552. ply:SetArmor(50)
  553. end,
  554. ammo = {
  555. ["pistol"] = 1000,
  556. ["ar2"] = 1000,
  557. ["357"] = 1000,
  558. ["smg"] = 1000,
  559. },
  560. })
  561. TEAM_AXISPKTRP = DarkRP.createJob("Axis Panzer Korps: Truppe", {
  562. color = Color(0, 70, 0),
  563. model = {"models/kriegsyntax/germans/wehrmacht/panzer/enlisted/schutze/playermodel.mdl"},
  564. description = [[You are a trooper of the Axis Tank Corps.]],
  565. weapons = {"doi_atow_mp40", "doi_atow_lugerp08", "doi_atow_etoolde", "sieghail"},
  566. command = "AXISPKTRP",
  567. max = 0,
  568. salary = 0,
  569. admin = 0,
  570. vote = false,
  571. hasLicense = false,
  572. candemote = false,
  573. category = "Panzer Korps",
  574. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  575. ply:SetHealth(100)
  576. ply:SetMaxHealth(100)
  577. ply:SetArmor(35)
  578. end,
  579. ammo = {
  580. ["pistol"] = 1000,
  581. ["ar2"] = 1000,
  582. ["357"] = 1000,
  583. ["smg"] = 1000,
  584. },
  585. })
  586.  
  587. -- Waffen SS
  588.  
  589. TEAM_AXISWSSCOMM = DarkRP.createJob("Axis Waffen-SS: Standartenfuhrer", {
  590. color = Color(0, 70, 0),
  591. model = {"models/kriegsyntax/germans/ss/cos/obersturmbannfuhrer/playermodel.mdl"},
  592. description = [[You are the Commander of the Axis Waffen-SS.]],
  593. weapons = {"doi_atow_stg44", "doi_atow_lugerp08", "doi_atow_k98bayonet", "doi_atow_debinoculars", "weapon_doistielhandgranate", "sieghail"},
  594. command = "AXISWSSCOMM",
  595. max = 1,
  596. salary = 0,
  597. admin = 0,
  598. vote = false,
  599. hasLicense = false,
  600. candemote = false,
  601. category = "Waffen-SS",
  602. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  603. ply:SetHealth(100)
  604. ply:SetMaxHealth(100)
  605. ply:SetArmor(65)
  606. end,
  607. ammo = {
  608. ["pistol"] = 1000,
  609. ["ar2"] = 1000,
  610. ["357"] = 1000,
  611. ["smg"] = 1000,
  612. },
  613. })
  614.  
  615. TEAM_AXISWSSLT = DarkRP.createJob("Axis Waffen-SS: Feld Offizier", {
  616. color = Color(0, 70, 0),
  617. model = {"models/kriegsyntax/germans/ss/cos/sturmbannfuhrer/playermodel.mdl"},
  618. description = [[You are a Field Officer of the Axis Waffen-SS.]],
  619. weapons = {"doi_atow_stg44", "doi_atow_lugerp08", "doi_atow_k98bayonet", "doi_atow_debinoculars", "weapon_doistielhandgranate", "sieghail"},
  620. command = "AXISWSSLT",
  621. max = 8,
  622. salary = 0,
  623. admin = 0,
  624. vote = false,
  625. hasLicense = false,
  626. candemote = false,
  627. category = "Waffen-SS",
  628. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  629. ply:SetHealth(100)
  630. ply:SetMaxHealth(100)
  631. ply:SetArmor(65)
  632. end,
  633. ammo = {
  634. ["pistol"] = 1000,
  635. ["ar2"] = 1000,
  636. ["357"] = 1000,
  637. ["smg"] = 1000,
  638. },
  639. })
  640. TEAM_AXISWSSMARK = DarkRP.createJob("Axis Waffen-SS: Scarfschutze", {
  641. color = Color(0, 70, 0),
  642. model = {"models/kriegsyntax/germans/wehrmacht/winter/enlisted/oberschutze/playermodel_2.mdl"},
  643. description = [[You are a marksman of the Axis Waffen-SS.]],
  644. weapons = {"doi_atow_kar98k", "doi_atow_lugerp08", "doi_atow_k98bayonet", "doi_atow_debinoculars", "sieghail"},
  645. command = "AXISWSSMARK",
  646. max = 8,
  647. salary = 0,
  648. admin = 0,
  649. vote = false,
  650. hasLicense = false,
  651. candemote = false,
  652. category = "Waffen-SS",
  653. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  654. ply:SetHealth(100)
  655. ply:SetMaxHealth(100)
  656. ply:SetArmor(35)
  657. end,
  658. ammo = {
  659. ["pistol"] = 1000,
  660. ["ar2"] = 1000,
  661. ["357"] = 1000,
  662. ["smg"] = 1000,
  663. },
  664. })
  665. TEAM_AXISWSSRO = DarkRP.createJob("Axis Waffen-SS: Funker", {
  666. color = Color(0, 70, 0),
  667. model = {"models/kriegsyntax/germans/wehrmacht/winter/enlisted/oberschutze/playermodel_fu.mdl"},
  668. description = [[You are a radio operator of the Axis Waffen-SS.]],
  669. weapons = {"doi_ws_atow_mp34", "doi_atow_lugerp08", "doi_atow_k98bayonet", "m9k_ww2artillery", "wep_jack_job_drpradio", "sieghail"},
  670. command = "AXISWSSRO",
  671. max = 2,
  672. salary = 0,
  673. admin = 0,
  674. vote = false,
  675. hasLicense = false,
  676. candemote = false,
  677. category = "Waffen-SS",
  678. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  679. ply:SetHealth(100)
  680. ply:SetMaxHealth(100)
  681. ply:SetArmor(50)
  682. end,
  683. ammo = {
  684. ["pistol"] = 1000,
  685. ["ar2"] = 1000,
  686. ["357"] = 1000,
  687. ["smg"] = 1000,
  688. },
  689. })
  690. TEAM_AXISWSSMG = DarkRP.createJob("Axis Waffen-SS: Maschinengewehrschutze", {
  691. color = Color(0, 70, 0),
  692. model = {"models/kriegsyntax/germans/waffenss_summer/enlisted/schutze/playermodel.mdl"},
  693. description = [[You are a machine gunner of the Axis Waffen-SS.]],
  694. weapons = {"doi_atow_mg34", "doi_atow_lugerp08", "doi_atow_k98bayonet", "sieghail"},
  695. command = "AXISWSSMG",
  696. max = 1,
  697. salary = 0,
  698. admin = 0,
  699. vote = false,
  700. hasLicense = false,
  701. candemote = false,
  702. category = "Waffen-SS",
  703. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  704. ply:SetHealth(100)
  705. ply:SetMaxHealth(100)
  706. ply:SetArmor(75)
  707. end,
  708. ammo = {
  709. ["pistol"] = 1000,
  710. ["ar2"] = 1000,
  711. ["357"] = 1000,
  712. ["smg"] = 1000,
  713. },
  714. })
  715. TEAM_AXISWSSMED = DarkRP.createJob("Axis Waffen-SS: Feldarzt", {
  716. color = Color(0, 70, 0),
  717. model = {"models/kriegsyntax/germans/waffenss_summer/enlisted/schutze/playermodel_2.mdl"},
  718. description = [[You are a medic of the Axis Waffen-SS.]],
  719. weapons = {"doi_atow_mp40", "doi_atow_lugerp08", "doi_atow_k98bayonet", "mrd_bandages", "weapon_medkit", "sieghail"},
  720. command = "AXISWSSMED",
  721. max = 10,
  722. salary = 0,
  723. admin = 0,
  724. vote = false,
  725. hasLicense = false,
  726. candemote = false,
  727. category = "Waffen-SS",
  728. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  729. ply:SetHealth(100)
  730. ply:SetMaxHealth(100)
  731. ply:SetArmor(45)
  732. end,
  733. ammo = {
  734. ["pistol"] = 1000,
  735. ["ar2"] = 1000,
  736. ["357"] = 1000,
  737. ["smg"] = 1000,
  738. },
  739. })
  740. TEAM_AXISWSSSPC = DarkRP.createJob("Axis Waffen-SS: Spezialist", {
  741. color = Color(0, 70, 0),
  742. model = {"models/kriegsyntax/germans/waffenss_summer/enlisted/oberschutze/playermodel.mdl"},
  743. description = [[You are a specialist of the Axis Waffen-SS.]],
  744. weapons = {"doi_atow_fg42", "doi_atow_lugerp08", "doi_atow_k98bayonet", "weapon_doipanzerfaust", "sieghail"},
  745. command = "AXISWSSSPC",
  746. max = 5,
  747. salary = 0,
  748. admin = 0,
  749. vote = false,
  750. hasLicense = false,
  751. candemote = false,
  752. category = "Waffen-SS",
  753. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  754. ply:SetHealth(100)
  755. ply:SetMaxHealth(100)
  756. ply:SetArmor(50)
  757. end,
  758. ammo = {
  759. ["pistol"] = 1000,
  760. ["ar2"] = 1000,
  761. ["357"] = 1000,
  762. ["smg"] = 1000,
  763. },
  764. })
  765. TEAM_AXISWSSTRP = DarkRP.createJob("Axis Waffen-SS: Truppe", {
  766. color = Color(0, 70, 0),
  767. model = {"models/kriegsyntax/germans/waffenss_summer/enlisted/rottenfuhrer/playermodel.mdl"},
  768. description = [[You are a trooper of the Axis Waffen-SS.]],
  769. weapons = {"doi_atow_fg42", "doi_atow_lugerp08", "doi_atow_k98bayonet", "sieghail"},
  770. command = "AXISWSSTRP",
  771. max = 0,
  772. salary = 0,
  773. admin = 0,
  774. vote = false,
  775. hasLicense = false,
  776. candemote = false,
  777. category = "Waffen-SS",
  778. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  779. ply:SetHealth(100)
  780. ply:SetMaxHealth(100)
  781. ply:SetArmor(45)
  782. end,
  783. ammo = {
  784. ["pistol"] = 1000,
  785. ["ar2"] = 1000,
  786. ["357"] = 1000,
  787. ["smg"] = 1000,
  788. },
  789. })
  790.  
  791. -- Komandnyy Tsentr
  792.  
  793. TEAM_ALLIESGA = DarkRP.createJob("Allies Komandnyy Tsentr: General Armii", {
  794. color = Color(128, 0, 0),
  795. model = {"models/half-dead/red orchestra 2/sov/hero.mdl"},
  796. description = [[You are the Army General of the Allied forces.]],
  797. weapons = {"doi_atow_sw1917", "doi_atow_kabar", "doi_atow_debinoculars", "wep_jack_job_drpradio"},
  798. command = "ALLIESGA",
  799. max = 1,
  800. salary = 0,
  801. admin = 0,
  802. vote = false,
  803. hasLicense = false,
  804. candemote = false,
  805. category = "Komandnyy Tsentr",
  806. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  807. ply:SetHealth(100)
  808. ply:SetMaxHealth(100)
  809. ply:SetArmor(0)
  810. end,
  811. ammo = {
  812. ["pistol"] = 1000,
  813. ["ar2"] = 1000,
  814. ["357"] = 1000,
  815. ["smg"] = 1000,
  816. },
  817. })
  818. TEAM_ALLIESCG = DarkRP.createJob("Allies Komandnyy Tsentr: General Polkovnik", {
  819. color = Color(128, 0, 0),
  820. model = {"models/half-dead/red orchestra 2/sov/hero.mdl"},
  821. description = [[You are the Colonel General of the Allied forces.]],
  822. weapons = {"doi_atow_sw1917", "doi_atow_kabar", "doi_atow_debinoculars", "wep_jack_job_drpradio"},
  823. command = "ALLIESCG",
  824. max = 1,
  825. salary = 0,
  826. admin = 0,
  827. vote = false,
  828. hasLicense = false,
  829. candemote = false,
  830. category = "Komandnyy Tsentr",
  831. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  832. ply:SetHealth(100)
  833. ply:SetMaxHealth(100)
  834. ply:SetArmor(0)
  835. end,
  836. ammo = {
  837. ["pistol"] = 1000,
  838. ["ar2"] = 1000,
  839. ["357"] = 1000,
  840. ["smg"] = 1000,
  841. },
  842. })
  843. TEAM_ALLIESLTG = DarkRP.createJob("Allies Komandnyy Tsentr: General Leytenant", {
  844. color = Color(128, 0, 0),
  845. model = {"models/half-dead/red orchestra 2/sov/hero.mdl"},
  846. description = [[You are the Lieutenant General of the Allied forces.]],
  847. weapons = {"doi_atow_sw1917", "doi_atow_kabar", "doi_atow_debinoculars", "wep_jack_job_drpradio"},
  848. command = "ALLIESLTG",
  849. max = 1,
  850. salary = 0,
  851. admin = 0,
  852. vote = false,
  853. hasLicense = false,
  854. candemote = false,
  855. category = "Komandnyy Tsentr",
  856. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  857. ply:SetHealth(100)
  858. ply:SetMaxHealth(100)
  859. ply:SetArmor(0)
  860. end,
  861. ammo = {
  862. ["pistol"] = 1000,
  863. ["ar2"] = 1000,
  864. ["357"] = 1000,
  865. ["smg"] = 1000,
  866. },
  867. })
  868. TEAM_ALLIESMAJG = DarkRP.createJob("Allies Komandnyy Tsentr: General Mayor", {
  869. color = Color(128, 0, 0),
  870. model = {"models/half-dead/red orchestra 2/sov/hero.mdl"},
  871. description = [[You are the Major General of the Allied forces.]],
  872. weapons = {"doi_atow_sw1917", "doi_atow_kabar", "doi_atow_debinoculars", "wep_jack_job_drpradio"},
  873. command = "ALLIESMAJG",
  874. max = 1,
  875. salary = 0,
  876. admin = 0,
  877. vote = false,
  878. hasLicense = false,
  879. candemote = false,
  880. category = "Komandnyy Tsentr",
  881. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  882. ply:SetHealth(100)
  883. ply:SetMaxHealth(100)
  884. ply:SetArmor(0)
  885. end,
  886. ammo = {
  887. ["pistol"] = 1000,
  888. ["ar2"] = 1000,
  889. ["357"] = 1000,
  890. ["smg"] = 1000,
  891. },
  892. })
  893.  
  894. -- Pehota Vzvody
  895.  
  896. TEAM_ALLIESPVCO = DarkRP.createJob("Allies Pehota Vzvody: Polkovnik", {
  897. color = Color(128, 0, 0),
  898. model = {"models/half-dead/red orchestra 2/sov/rawrecruit.mdl"},
  899. description = [[You are the Commander of the Allied Infantry.]],
  900. weapons = {"doi_atow_m1918a2", "doi_atow_sw1917", "doi_atow_kabar", "doi_atow_usbinoculars", "weapon_doimk2", "salute"},
  901. command = "ALLIESPVCO",
  902. max = 1,
  903. salary = 0,
  904. admin = 0,
  905. vote = false,
  906. hasLicense = false,
  907. candemote = false,
  908. category = "Pehota Vzvody",
  909. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  910. ply:SetHealth(100)
  911. ply:SetMaxHealth(100)
  912. ply:SetArmor(50)
  913. end,
  914. ammo = {
  915. ["pistol"] = 1000,
  916. ["ar2"] = 1000,
  917. ["357"] = 1000,
  918. ["smg"] = 1000,
  919. },
  920. })
  921. TEAM_ALLIESPVLT = DarkRP.createJob("Allies Pehota Vzvody: Polevoy Ofitser", {
  922. color = Color(128, 0, 0),
  923. model = {"models/half-dead/red orchestra 2/sov/rawrecruit.mdl"},
  924. description = [[You are a Field Officer of the Allied Infantry.]],
  925. weapons = {"doi_atow_m1918a2", "doi_atow_sw1917", "doi_atow_kabar", "doi_atow_usbinoculars", "weapon_doimk2", "salute"},
  926. command = "ALLIESPVLT",
  927. max = 8,
  928. salary = 0,
  929. admin = 0,
  930. vote = false,
  931. hasLicense = false,
  932. candemote = false,
  933. category = "Pehota Vzvody",
  934. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  935. ply:SetHealth(100)
  936. ply:SetMaxHealth(100)
  937. ply:SetArmor(50)
  938. end,
  939. ammo = {
  940. ["pistol"] = 1000,
  941. ["ar2"] = 1000,
  942. ["357"] = 1000,
  943. ["smg"] = 1000,
  944. },
  945. })
  946. TEAM_ALLIESPVMARK = DarkRP.createJob("Allies Pehota Vzvody: Metkiy Strelok", {
  947. color = Color(128, 0, 0),
  948. model = {"models/half-dead/red orchestra 2/sov/rawrecruit.mdl"},
  949. description = [[You are a marksman of the Allied Infantry.]],
  950. weapons = {"doi_atow_m1903a3", "doi_atow_m1911", "doi_atow_kabar", "doi_atow_usbinoculars", "salute"},
  951. command = "ALLIESPVMARK",
  952. max = 10,
  953. salary = 0,
  954. admin = 0,
  955. vote = false,
  956. hasLicense = false,
  957. candemote = false,
  958. category = "Pehota Vzvody",
  959. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  960. ply:SetHealth(100)
  961. ply:SetMaxHealth(100)
  962. ply:SetArmor(25)
  963. end,
  964. ammo = {
  965. ["pistol"] = 1000,
  966. ["ar2"] = 1000,
  967. ["357"] = 1000,
  968. ["smg"] = 1000,
  969. },
  970. })
  971. TEAM_ALLIESPVRADIOOP = DarkRP.createJob("Allied Pehota Vzvody: Radist", {
  972. color = Color(128, 0, 0),
  973. model = {"models/half-dead/red orchestra 2/sov/rawrecruit.mdl"},
  974. description = [[You are a radio operator of the Allied Infantry.]],
  975. weapons = {"doi_atow_m1a1", "doi_atow_m1911", "doi_atow_etoolcw", "m9k_ww2artillery", "wep_jack_job_drpradio", "salute"},
  976. command = "ALLIESPVRADIOOP",
  977. max = 2,
  978. salary = 0,
  979. admin = 0,
  980. vote = false,
  981. hasLicense = false,
  982. candemote = false,
  983. category = "Pehota Vzvody",
  984. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  985. ply:SetHealth(100)
  986. ply:SetMaxHealth(100)
  987. ply:SetArmor(25)
  988. end,
  989. ammo = {
  990. ["pistol"] = 1000,
  991. ["ar2"] = 1000,
  992. ["357"] = 1000,
  993. ["smg"] = 1000,
  994. },
  995. })
  996. TEAM_ALLIESPVMG = DarkRP.createJob("Allies Pehota Vzvody: Pulemetchik", {
  997. color = Color(128, 0, 0),
  998. model = {"models/half-dead/red orchestra 2/sov/rawrecruit.mdl"},
  999. description = [[You are a machine gunner of the Allied Infantry.]],
  1000. weapons = {"doi_atow_m1919a6", "doi_atow_m1911", "doi_atow_etoolcw", "salute"},
  1001. command = "ALLIESPVMG",
  1002. max = 1,
  1003. salary = 0,
  1004. admin = 0,
  1005. vote = false,
  1006. hasLicense = false,
  1007. candemote = false,
  1008. category = "Pehota Vzvody",
  1009. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1010. ply:SetHealth(100)
  1011. ply:SetMaxHealth(100)
  1012. ply:SetArmor(75)
  1013. end,
  1014. ammo = {
  1015. ["pistol"] = 1000,
  1016. ["ar2"] = 1000,
  1017. ["357"] = 1000,
  1018. ["smg"] = 1000,
  1019. },
  1020. })
  1021. TEAM_ALLIESPVMED = DarkRP.createJob("Allies Pehota Vzvody: Medik", {
  1022. color = Color(128, 0, 0),
  1023. model = {"models/half-dead/red orchestra 2/sov/rawrecruit.mdl"},
  1024. description = [[You are a medic of the Allied Infantry.]],
  1025. weapons = {"doi_atow_m1928a1", "doi_atow_m1911", "doi_atow_etoolcw", "mrd_bandages", "weapon_medkit", "salute"},
  1026. command = "ALLIESPVMED",
  1027. max = 10,
  1028. salary = 0,
  1029. admin = 0,
  1030. vote = false,
  1031. hasLicense = false,
  1032. candemote = false,
  1033. category = "Pehota Vzvody",
  1034. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1035. ply:SetHealth(100)
  1036. ply:SetMaxHealth(100)
  1037. ply:SetArmor(35)
  1038. end,
  1039. ammo = {
  1040. ["pistol"] = 1000,
  1041. ["ar2"] = 1000,
  1042. ["357"] = 1000,
  1043. ["smg"] = 1000,
  1044. },
  1045. })
  1046. TEAM_ALLIESPVSPC = DarkRP.createJob("Allies Pehota Vzvody: Spetsialist", {
  1047. color = Color(128, 0, 0),
  1048. model = {"models/half-dead/red orchestra 2/sov/rawrecruit.mdl"},
  1049. description = [[You are a specialist of the Allied Infantry.]],
  1050. weapons = {"doi_atow_brenmk2", "doi_atow_m1911", "doi_atow_etoolcw", "weapon_doibazooka", "salute"},
  1051. command = "ALLIESPVSPC",
  1052. max = 5,
  1053. salary = 0,
  1054. admin = 0,
  1055. vote = false,
  1056. hasLicense = false,
  1057. candemote = false,
  1058. category = "Pehota Vzvody",
  1059. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1060. ply:SetHealth(100)
  1061. ply:SetMaxHealth(100)
  1062. ply:SetArmor(35)
  1063. end,
  1064. ammo = {
  1065. ["pistol"] = 1000,
  1066. ["ar2"] = 1000,
  1067. ["357"] = 1000,
  1068. ["smg"] = 1000,
  1069. },
  1070. })
  1071. TEAM_ALLIESPVTRP = DarkRP.createJob("Allies Pehota Vzvody: Soldat", {
  1072. color = Color(128, 0, 0),
  1073. model = {"models/half-dead/red orchestra 2/sov/rawrecruit.mdl"},
  1074. description = [[You are a trooper of the Allied Infantry.]],
  1075. weapons = {"doi_atow_m1carbine", "doi_atow_m1911", "doi_atow_etoolcw", "salute"},
  1076. command = "ALLIESPVTRP",
  1077. max = 0,
  1078. salary = 0,
  1079. admin = 0,
  1080. vote = false,
  1081. hasLicense = false,
  1082. candemote = false,
  1083. category = "Pehota Vzvody",
  1084. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1085. ply:SetHealth(100)
  1086. ply:SetMaxHealth(100)
  1087. ply:SetArmor(50)
  1088. end,
  1089. ammo = {
  1090. ["pistol"] = 1000,
  1091. ["ar2"] = 1000,
  1092. ["357"] = 1000,
  1093. ["smg"] = 1000,
  1094. },
  1095. })
  1096.  
  1097. -- Mekhanizironaiy Korpus
  1098.  
  1099. TEAM_ALLIESMKCOMM = DarkRP.createJob("Allies Mekhanizironaiy Korpus: Polkovnik", {
  1100. color = Color(128, 0, 0),
  1101. model = {"models/half-dead/red orchestra 2/sov/tanker.mdl"},
  1102. description = [[You are the Commander of the Allied Tank Corps.]],
  1103. weapons = {"doi_atow_stenmk2", "doi_atow_webley", "doi_atow_etoolcw", "doi_atow_usbinoculars", "salute"},
  1104. command = "ALLIESMKCO",
  1105. max = 1,
  1106. salary = 0,
  1107. admin = 0,
  1108. vote = false,
  1109. hasLicense = false,
  1110. candemote = false,
  1111. category = "Mekhanizironaiy Korpus",
  1112. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1113. ply:SetHealth(100)
  1114. ply:SetMaxHealth(100)
  1115. ply:SetArmor(25)
  1116. end,
  1117. ammo = {
  1118. ["pistol"] = 1000,
  1119. ["ar2"] = 1000,
  1120. ["357"] = 1000,
  1121. ["smg"] = 1000,
  1122. },
  1123. })
  1124. TEAM_ALLIESMKFO = DarkRP.createJob("Allies Mekhanizironaiy Korpus: Polevoy Ofitser", {
  1125. color = Color(128, 0, 0),
  1126. model = {"models/half-dead/red orchestra 2/sov/tanker.mdl"},
  1127. description = [[You are a Field Officer of the Allied Tank Corps.]],
  1128. weapons = {"doi_atow_stenmk2", "doi_atow_webley", "doi_atow_etoolcw", "doi_atow_usbinoculars", "salute"},
  1129. command = "ALLIESMKFO",
  1130. max = 8,
  1131. salary = 0,
  1132. admin = 0,
  1133. vote = false,
  1134. hasLicense = false,
  1135. candemote = false,
  1136. category = "Mekhanizironaiy Korpus",
  1137. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1138. ply:SetHealth(100)
  1139. ply:SetMaxHealth(100)
  1140. ply:SetArmor(25)
  1141. end,
  1142. ammo = {
  1143. ["pistol"] = 1000,
  1144. ["ar2"] = 1000,
  1145. ["357"] = 1000,
  1146. ["smg"] = 1000,
  1147. },
  1148. })
  1149. TEAM_ALLIESMKENGINE = DarkRP.createJob("Allies Mekhanizironaiy Korpus: Inzhener", {
  1150. color = Color(128, 0, 0),
  1151. model = {"models/half-dead/red orchestra 2/sov/tanker.mdl"},
  1152. description = [[You are an Engineer of the Allied Tank Corps.]],
  1153. weapons = {"doi_atow_m1a1", "doi_atow_browninghp", "doi_atow_etoolcw", "weapon_simrepair", "salute"},
  1154. command = "ALLIESMKENGINE",
  1155. max = 10,
  1156. salary = 0,
  1157. admin = 0,
  1158. vote = false,
  1159. hasLicense = false,
  1160. candemote = false,
  1161. category = "Mekhanizironaiy Korpus",
  1162. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1163. ply:SetHealth(100)
  1164. ply:SetMaxHealth(100)
  1165. ply:SetArmor(35)
  1166. end,
  1167. ammo = {
  1168. ["pistol"] = 1000,
  1169. ["ar2"] = 1000,
  1170. ["357"] = 1000,
  1171. ["smg"] = 1000,
  1172. },
  1173. })
  1174. TEAM_ALLIESMKRO = DarkRP.createJob("Allies Mekhanizironaiy Korpus: Radist", {
  1175. color = Color(128, 0, 0),
  1176. model = {"models/half-dead/red orchestra 2/sov/tanker.mdl"},
  1177. description = [[You are a radio operator of the Allied Tank Corps.]],
  1178. weapons = {"doi_atow_m3greasegun", "doi_atow_sw1917", "doi_atow_etoolcw", "m9k_ww2artillery", "wep_jack_job_drpradio", "salute"},
  1179. command = "ALLIESMKRO",
  1180. max = 2,
  1181. salary = 0,
  1182. admin = 0,
  1183. vote = false,
  1184. hasLicense = false,
  1185. candemote = false,
  1186. category = "Mekhanizironaiy Korpus",
  1187. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1188. ply:SetHealth(100)
  1189. ply:SetMaxHealth(100)
  1190. ply:SetArmor(25)
  1191. end,
  1192. ammo = {
  1193. ["pistol"] = 1000,
  1194. ["ar2"] = 1000,
  1195. ["357"] = 1000,
  1196. ["smg"] = 1000,
  1197. },
  1198. })
  1199. TEAM_ALLIESMKMG = DarkRP.createJob("Allies Mekhanizironaiy Korpus: Strelok", {
  1200. color = Color(128, 0, 0),
  1201. model = {"models/half-dead/red orchestra 2/sov/tanker.mdl"},
  1202. description = [[You are a rifleman of the Allied Tank Corps.]],
  1203. weapons = {"doi_atow_brenmk2", "doi_atow_browninghp", "doi_atow_etoolcw", "salute"},
  1204. command = "ALLIESMKMG",
  1205. max = 2,
  1206. salary = 0,
  1207. admin = 0,
  1208. vote = false,
  1209. hasLicense = false,
  1210. candemote = false,
  1211. category = "Mekhanizironaiy Korpus",
  1212. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1213. ply:SetHealth(100)
  1214. ply:SetMaxHealth(100)
  1215. ply:SetArmor(40)
  1216. end,
  1217. ammo = {
  1218. ["pistol"] = 1000,
  1219. ["ar2"] = 1000,
  1220. ["357"] = 1000,
  1221. ["smg"] = 1000,
  1222. },
  1223. })
  1224. TEAM_ALLIESMKMED = DarkRP.createJob("Allies Mekhanizironaiy Korpus: Medik", {
  1225. color = Color(128, 0, 0),
  1226. model = {"models/half-dead/red orchestra 2/sov/tanker.mdl"},
  1227. description = [[You are a medic of the Allied Tank Corps.]],
  1228. weapons = {"doi_atow_m1928a1", "doi_atow_browninghp", "doi_atow_etoolcw", "mrd_bandages", "weapon_medkit", "salute"},
  1229. command = "ALLIESMKMED",
  1230. max = 10,
  1231. salary = 0,
  1232. admin = 0,
  1233. vote = false,
  1234. hasLicense = false,
  1235. candemote = false,
  1236. category = "Mekhanizironaiy Korpus",
  1237. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1238. ply:SetHealth(100)
  1239. ply:SetMaxHealth(100)
  1240. ply:SetArmor(25)
  1241. end,
  1242. ammo = {
  1243. ["pistol"] = 1000,
  1244. ["ar2"] = 1000,
  1245. ["357"] = 1000,
  1246. ["smg"] = 1000,
  1247. },
  1248. })
  1249. TEAM_ALLIESMKSPC = DarkRP.createJob("Allies Mekhanizironaiy Korpus: Spetsialist", {
  1250. color = Color(128, 0, 0),
  1251. model = {"models/half-dead/red orchestra 2/sov/tanker.mdl"},
  1252. description = [[You are a specialist of the Allied Tank Corps.]],
  1253. weapons = {"doi_atow_m1928a1", "doi_atow_browninghp", "doi_atow_etoolcw", "weapon_doibazooka", "salute"},
  1254. command = "ALLIESMKSPC",
  1255. max = 5,
  1256. salary = 0,
  1257. admin = 0,
  1258. vote = false,
  1259. hasLicense = false,
  1260. candemote = false,
  1261. category = "Mekhanizironaiy Korpus",
  1262. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1263. ply:SetHealth(100)
  1264. ply:SetMaxHealth(100)
  1265. ply:SetArmor(50)
  1266. end,
  1267. ammo = {
  1268. ["pistol"] = 1000,
  1269. ["ar2"] = 1000,
  1270. ["357"] = 1000,
  1271. ["smg"] = 1000,
  1272. },
  1273. })
  1274. TEAM_ALLIESMKTRP = DarkRP.createJob("Allies Mekhanizironaiy Korpus: Soldat", {
  1275. color = Color(128, 0, 0),
  1276. model = {"models/half-dead/red orchestra 2/sov/tanker.mdl"},
  1277. description = [[You are a trooper of the Allied Tank Corps.]],
  1278. weapons = {"doi_atow_m1928a1", "doi_atow_browninghp", "doi_atow_etoolcw", "salute"},
  1279. command = "ALLIESMKTRP",
  1280. max = 0,
  1281. salary = 0,
  1282. admin = 0,
  1283. vote = false,
  1284. hasLicense = false,
  1285. candemote = false,
  1286. category = "Mekhanizironaiy Korpus",
  1287. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1288. ply:SetHealth(100)
  1289. ply:SetMaxHealth(100)
  1290. ply:SetArmor(35)
  1291. end,
  1292. ammo = {
  1293. ["pistol"] = 1000,
  1294. ["ar2"] = 1000,
  1295. ["357"] = 1000,
  1296. ["smg"] = 1000,
  1297. },
  1298. })
  1299.  
  1300. -- NKVD
  1301.  
  1302. TEAM_ALLIESNKVDCOMM = DarkRP.createJob("Allies NKVD: Polkovnik", {
  1303. color = Color(128, 0, 0),
  1304. model = {"models/half-dead/red orchestra 2/sov/greatcoat.mdl"},
  1305. description = [[You are the Commander of the Allied NKVD.]],
  1306. weapons = {"doi_atow_m1918a2", "doi_atow_webley", "doi_atow_kabar", "doi_atow_usbinoculars", "weapon_doimk2", "salute"},
  1307. command = "ALLIESNKVDCOMM",
  1308. max = 1,
  1309. salary = 0,
  1310. admin = 0,
  1311. vote = false,
  1312. hasLicense = false,
  1313. candemote = false,
  1314. category = "NKVD",
  1315. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1316. ply:SetHealth(100)
  1317. ply:SetMaxHealth(100)
  1318. ply:SetArmor(65)
  1319. end,
  1320. ammo = {
  1321. ["pistol"] = 1000,
  1322. ["ar2"] = 1000,
  1323. ["357"] = 1000,
  1324. ["smg"] = 1000,
  1325. },
  1326. })
  1327.  
  1328. TEAM_ALLIESNKVDLT = DarkRP.createJob("Allies NKVD: Polevoy Ofitser", {
  1329. color = Color(128, 0, 0),
  1330. model = {"models/half-dead/red orchestra 2/sov/greatcoat.mdl"},
  1331. description = [[You are a Field Officer of the Allied NKVD.]],
  1332. weapons = {"doi_atow_m1918a2", "doi_atow_webley", "doi_atow_kabar", "doi_atow_usbinoculars", "weapon_doimk2", "salute"},
  1333. command = "ALLIESNKVDLT",
  1334. max = 8,
  1335. salary = 0,
  1336. admin = 0,
  1337. vote = false,
  1338. hasLicense = false,
  1339. candemote = false,
  1340. category = "NKVD",
  1341. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1342. ply:SetHealth(100)
  1343. ply:SetMaxHealth(100)
  1344. ply:SetArmor(65)
  1345. end,
  1346. ammo = {
  1347. ["pistol"] = 1000,
  1348. ["ar2"] = 1000,
  1349. ["357"] = 1000,
  1350. ["smg"] = 1000,
  1351. },
  1352. })
  1353. TEAM_ALLIESNKVDMARK = DarkRP.createJob("Allies NKVD: Metkiy Strelok", {
  1354. color = Color(128, 0, 0),
  1355. model = {"models/half-dead/red orchestra 2/sov/greatcoat.mdl"},
  1356. description = [[You are a marksman of the Allied NKVD.]],
  1357. weapons = {"cw_ws_mosin", "doi_atow_browninghp", "doi_atow_kabar", "doi_atow_usbinoculars", "salute"},
  1358. command = "ALLIESNKVDMARK",
  1359. max = 8,
  1360. salary = 0,
  1361. admin = 0,
  1362. vote = false,
  1363. hasLicense = false,
  1364. candemote = false,
  1365. category = "NKVD",
  1366. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1367. ply:SetHealth(100)
  1368. ply:SetMaxHealth(100)
  1369. ply:SetArmor(35)
  1370. end,
  1371. ammo = {
  1372. ["pistol"] = 1000,
  1373. ["ar2"] = 1000,
  1374. ["357"] = 1000,
  1375. ["smg"] = 1000,
  1376. },
  1377. })
  1378. TEAM_ALLIESNKVDRO = DarkRP.createJob("Allies NKVD: Radist", {
  1379. color = Color(128, 0, 0),
  1380. model = {"models/half-dead/red orchestra 2/sov/greatcoat.mdl"},
  1381. description = [[You are a radio operator of the Allied NKVD.]],
  1382. weapons = {"doi_atow_m1a1", "doi_atow_browninghp", "doi_atow_kabar", "m9k_ww2artillery", "wep_jack_job_drpradio", "salute"},
  1383. command = "ALLIESNKVDRO",
  1384. max = 2,
  1385. salary = 0,
  1386. admin = 0,
  1387. vote = false,
  1388. hasLicense = false,
  1389. candemote = false,
  1390. category = "NKVD",
  1391. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1392. ply:SetHealth(100)
  1393. ply:SetMaxHealth(100)
  1394. ply:SetArmor(50)
  1395. end,
  1396. ammo = {
  1397. ["pistol"] = 1000,
  1398. ["ar2"] = 1000,
  1399. ["357"] = 1000,
  1400. ["smg"] = 1000,
  1401. },
  1402. })
  1403. TEAM_ALLIESNKVDMG = DarkRP.createJob("Allies NKVD: Pulemetchik", {
  1404. color = Color(128, 0, 0),
  1405. model = {"models/half-dead/red orchestra 2/sov/greatcoat.mdl"},
  1406. description = [[You are a machine gunner of the Allied NKVD.]],
  1407. weapons = {"doi_atow_lewisgun", "doi_atow_browninghp", "doi_atow_kabar", "salute"},
  1408. command = "ALLIESNKVDMG",
  1409. max = 1,
  1410. salary = 0,
  1411. admin = 0,
  1412. vote = false,
  1413. hasLicense = false,
  1414. candemote = false,
  1415. category = "NKVD",
  1416. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1417. ply:SetHealth(100)
  1418. ply:SetMaxHealth(100)
  1419. ply:SetArmor(75)
  1420. end,
  1421. ammo = {
  1422. ["pistol"] = 1000,
  1423. ["ar2"] = 1000,
  1424. ["357"] = 1000,
  1425. ["smg"] = 1000,
  1426. },
  1427. })
  1428. TEAM_ALLIESNKVDMED = DarkRP.createJob("Allies NKVD: Medik", {
  1429. color = Color(128, 0, 0),
  1430. model = {"models/half-dead/red orchestra 2/sov/greatcoat.mdl"},
  1431. description = [[You are a medic of the Allied NKVD.]],
  1432. weapons = {"doi_atow_m3greasegun", "doi_atow_browninghp", "doi_atow_kabar", "mrd_bandages", "weapon_medkit", "salute"},
  1433. command = "ALLIESNKVDMED",
  1434. max = 10,
  1435. salary = 0,
  1436. admin = 0,
  1437. vote = false,
  1438. hasLicense = false,
  1439. candemote = false,
  1440. category = "NKVD",
  1441. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1442. ply:SetHealth(100)
  1443. ply:SetMaxHealth(100)
  1444. ply:SetArmor(45)
  1445. end,
  1446. ammo = {
  1447. ["pistol"] = 1000,
  1448. ["ar2"] = 1000,
  1449. ["357"] = 1000,
  1450. ["smg"] = 1000,
  1451. },
  1452. })
  1453. TEAM_ALLIESNKVDSPC = DarkRP.createJob("Allies NKVD: Spetsialist", {
  1454. color = Color(128, 0, 0),
  1455. model = {"models/half-dead/red orchestra 2/sov/greatcoat.mdl"},
  1456. description = [[You are a specialist of the Allied NKVD.]],
  1457. weapons = {"doi_atow_owengun", "doi_atow_browninghp", "doi_atow_kabar", "weapon_doibazooka", "salute"},
  1458. command = "ALLIESNKVDSPC",
  1459. max = 5,
  1460. salary = 0,
  1461. admin = 0,
  1462. vote = false,
  1463. hasLicense = false,
  1464. candemote = false,
  1465. category = "NKVD",
  1466. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1467. ply:SetHealth(100)
  1468. ply:SetMaxHealth(100)
  1469. ply:SetArmor(50)
  1470. end,
  1471. ammo = {
  1472. ["pistol"] = 1000,
  1473. ["ar2"] = 1000,
  1474. ["357"] = 1000,
  1475. ["smg"] = 1000,
  1476. },
  1477. })
  1478. TEAM_ALLIESNKVDTRP = DarkRP.createJob("Allies NKVD: Soldat", {
  1479. color = Color(128, 0, 0),
  1480. model = {"models/half-dead/red orchestra 2/sov/greatcoat.mdl"},
  1481. description = [[You are a trooper of the Allied NKVD.]],
  1482. weapons = {"doi_atow_owengun", "doi_atow_browninghp", "doi_atow_kabar", "salute"},
  1483. command = "ALLIESNKVDTRP",
  1484. max = 0,
  1485. salary = 0,
  1486. admin = 0,
  1487. vote = false,
  1488. hasLicense = false,
  1489. candemote = false,
  1490. category = "NKVD",
  1491. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1492. ply:SetHealth(100)
  1493. ply:SetMaxHealth(100)
  1494. ply:SetArmor(45)
  1495. end,
  1496. ammo = {
  1497. ["pistol"] = 1000,
  1498. ["ar2"] = 1000,
  1499. ["357"] = 1000,
  1500. ["smg"] = 1000,
  1501. },
  1502. })
  1503.  
  1504. -- LSSAH
  1505.  
  1506. TEAM_AXISGENLT = DarkRP.createJob("Leibstandarte SS Adolf Hitler: Truppe", {
  1507. color = Color(0, 70, 0),
  1508. model = {"models/kriegsyntax/germans/ss/lss/enlisted/sturmmann/playermodel.mdl"},
  1509. description = [[You are supposed to guard the generals.]],
  1510. weapons = {"doi_atow_stg44", "doi_atow_waltherp38", "doi_atow_k98bayonet", "doi_atow_debinoculars", "weapon_doistielhandgranate", "sieghail"},
  1511. command = "AXISLSSAH",
  1512. max = 1,
  1513. salary = 0,
  1514. admin = 0,
  1515. vote = false,
  1516. hasLicense = false,
  1517. candemote = false,
  1518. category = "Kommandozentrale",
  1519. PlayerLoadout = function(ply) -- this line is added. Remember a comma at the end of above line if it is not there.
  1520. ply:SetHealth(100)
  1521. ply:SetMaxHealth(100)
  1522. ply:SetArmor(65)
  1523. end,
  1524. ammo = {
  1525. ["pistol"] = 1000,
  1526. ["ar2"] = 1000,
  1527. ["357"] = 1000,
  1528. ["smg"] = 1000,
  1529. },
  1530. })
  1531.  
  1532. GAMEMODE.DefaultTeam = TEAM_UNINITIATED
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement