Advertisement
Guest User

Untitled

a guest
Oct 19th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.98 KB | None | 0 0
  1. --{ 4. German Foot Guard }--
  2.  
  3. TEAM_4_FG_SOLDAT = DarkRP.createJob("4. German Foot Guard Soldat", {
  4. color = Color(63, 127, 127, 255),
  5. model = {"models/bf1/wolfkann/ger_scout.mdl"},
  6. description = [[You are part of the 4. German Foot Guard! Fight the Dough Boys!]],
  7. weapons = {"doi_atow_k98k", "doi_atow_etoolde", "weapon_doistielhandgranate"},
  8. command = "4fgsoldat",
  9. max = 0,
  10. salary = 25,
  11. admin = 0,
  12. vote = false,
  13. hasLicense = false,
  14. candemote = false,
  15. category = "4. German Foot Guard ( Germany )",
  16. sortOrder = 1,
  17. })
  18.  
  19. TEAM_4_FG_KRANK = DarkRP.createJob("4. German Foot Guard Krankentrager", {
  20. color = Color(63, 127, 127, 255),
  21. model = {"models/bf1/wolfkann/ger_medic.mdl"},
  22. description = [[You are part of the 4. German Foot Guard! Fight the Dough Boys!]],
  23. weapons = {"doi_atow_k98k", "doi_atow_etoolde", "weapon_doistielhandgranate", "fas2_ifak"},
  24. command = "4fgkrank",
  25. max = 0,
  26. salary = 50,
  27. admin = 0,
  28. vote = false,
  29. hasLicense = false,
  30. candemote = false,
  31. category = "4. German Foot Guard ( Germany )",
  32. sortOrder = 2,
  33. })
  34.  
  35. TEAM_4_FG_MG = DarkRP.createJob("4. German Foot Guard Maschinengunner", {
  36. color = Color(63, 127, 127, 255),
  37. model = {"models/bf1/wolfkann/ger_support.mdl"},
  38. description = [[You are part of the 4. German Foot Guard! Fight the Dough Boys!]],
  39. weapons = {"doi_atow_mg34", "doi_atow_p08", "doi_atow_etoolde", "weapon_doistielhandgranate", "fas2_ifak"},
  40. command = "4fgmg",
  41. max = 0,
  42. salary = 50,
  43. admin = 0,
  44. vote = false,
  45. hasLicense = false,
  46. candemote = false,
  47. category = "4. German Foot Guard ( Germany )",
  48. sortOrder = 3,
  49. })
  50.  
  51. TEAM_4_FG_FT = DarkRP.createJob("4. German Foot Guard Flammtruppen", {
  52. color = Color(63, 127, 127, 255),
  53. model = {"models/bf1/wolfkann/ger_support.mdl"},
  54. description = [[You are part of the 4. German Foot Guard! Fight the Dough Boys!]],
  55. weapons = {"weapon_752_m2_flamethrower", "doi_atow_p08", "doi_atow_etoolde", "weapon_doistielhandgranate", "fas2_ifak"},
  56. command = "4fgft",
  57. max = 0,
  58. salary = 50,
  59. admin = 0,
  60. vote = false,
  61. hasLicense = false,
  62. candemote = false,
  63. category = "4. German Foot Guard ( Germany )",
  64. sortOrder = 4,
  65. })
  66.  
  67. TEAM_4_FG_NCO = DarkRP.createJob("4. German Foot Guard Nicht Kommissionerter Offizier", {
  68. color = Color(63, 127, 127, 255),
  69. model = {"models/bf1/wolfkann/ger_scout.mdl"},
  70. description = [[You are part of the 4. German Foot Guard! Fight the Dough Boys!]],
  71. weapons = {"doi_atow_k98k", "doi_atow_etoolde", "weapon_doistielhandgranate"},
  72. command = "4fgnco",
  73. max = 0,
  74. salary = 50,
  75. admin = 0,
  76. vote = false,
  77. hasLicense = false,
  78. candemote = false,
  79. category = "4. German Foot Guard ( Germany )",
  80. sortOrder = 5,
  81. })
  82.  
  83. TEAM_4_FG_CO = DarkRP.createJob("4. German Foot Guard Kompanieoffizier", {
  84. color = Color(63, 127, 127, 255),
  85. model = {"models/bf1/wolfkann/ger_scout.mdl"},
  86. description = [[You are part of the 4. German Foot Guard! Fight the Dough Boys!]],
  87. weapons = {"doi_atow_k98k", "doi_atow_etoolde", "weapon_doistielhandgranate", "doi_atow_binocularsde"},
  88. command = "4fgco",
  89. max = 0,
  90. salary = 75,
  91. admin = 0,
  92. vote = false,
  93. hasLicense = false,
  94. candemote = false,
  95. category = "4. German Foot Guard ( Germany )",
  96. sortOrder = 5,
  97. })
  98.  
  99. TEAM_4_FG_CMO = DarkRP.createJob("4. German Foot Guard Kommandant", {
  100. color = Color(63, 127, 127, 255),
  101. model = {"models/bf1/wolfkann/ger_scout.mdl"},
  102. description = [[You are part of the 4. German Foot Guard! Fight the Dough Boys!]],
  103. weapons = {"doi_atow_p08", "doi_atow_etoolde", "weapon_doistielhandgranate", "doi_atow_binocularsde", "weapon_cuff_elastic"},
  104. command = "4fgcmo",
  105. max = 0,
  106. salary = 150,
  107. admin = 0,
  108. vote = false,
  109. hasLicense = false,
  110. candemote = false,
  111. category = "4. German Foot Guard ( Germany )",
  112. sortOrder = 7,
  113. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement