Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.36 KB | None | 0 0
  1. TEAM_TEAMADMIN = DarkRP.createJob("Teammitglied", {
  2. color = Color(80, 45, 0, 255),
  3. model = "models/player/swat.mdl",
  4. description = [[Dieser Beruf ist nur zum Supporten]],
  5. weapons = {},
  6. command = "admin",
  7. max = 10,
  8. salary = 0,
  9. admin = 1,
  10. vote = false,
  11. hasLicense = false,
  12. })
  13.  
  14. TEAM_MAJOR = DarkRP.createJob("Bürgermeister", {
  15. color = Color(80, 45, 0, 255),
  16. model = "models/player/swat.mdl",
  17. description = [[Du bist das Staatsoberhaupt]],
  18. weapons = {"weaponchecker"},
  19. command = "swat",
  20. max = 1,
  21. salary = 250,
  22. admin = 0,
  23. vote = true,
  24. hasLicense = true,
  25. })
  26.  
  27.  
  28. TEAM_MAJORSEC = DarkRP.createJob("Bürgermeister Security", {
  29. color = Color(80, 45, 0, 255),
  30. model = "models/player/swat.mdl",
  31. description = [[Einsatzleiter des SEK´s]],
  32. weapons = {"arrest_stick", "unarrest_stick", "stunstick", "door_ram", "weaponchecker"},
  33. command = "swat",
  34. max = 6,
  35. salary = 200,
  36. admin = 0,
  37. vote = false,
  38. hasLicense = true,
  39. })
  40.  
  41.  
  42.  
  43.  
  44.  
  45. TEAM_SWATLEADER = DarkRP.createJob("S.E.K - Leiter", {
  46. color = Color(80, 45, 0, 255),
  47. model = "models/player/swat.mdl",
  48. description = [[Einsatzleiter des SEK´s. Leitet und Koordiniert Spezialeinsätze.]],
  49. weapons = {"arrest_stick", "unarrest_stick", "stunstick", "door_ram", "weaponchecker"},
  50. command = "swatleader",
  51. max = 1,
  52. salary = 250,
  53. admin = 0,
  54. vote = false,
  55. hasLicense = true,
  56. })
  57.  
  58.  
  59. TEAM_SWATGUN = DarkRP.createJob("S.E.K - Sturmgewehr", {
  60. color = Color(80, 45, 0, 255),
  61. model = "models/player/swat.mdl",
  62. description = [[S.E.K - Sturmgewehr.]],
  63. weapons = {"arrest_stick", "unarrest_stick", "stunstick", "door_ram", "weaponchecker"},
  64. command = "swatgun",
  65. max = 2,
  66. salary = 200,
  67. admin = 0,
  68. vote = false,
  69. hasLicense = true,
  70. })
  71.  
  72.  
  73. TEAM_SWATSHOTGUN = DarkRP.createJob("S.E.K - Shotgun", {
  74. color = Color(80, 45, 0, 255),
  75. model = "models/player/swat.mdl",
  76. description = [[SEK - Shotgun]],
  77. weapons = {"arrest_stick", "unarrest_stick", "stunstick", "door_ram", "weaponchecker"},
  78. command = "swatshot",
  79. max = 2,
  80. salary = 200,
  81. admin = 0,
  82. vote = false,
  83. hasLicense = true,
  84. })
  85.  
  86. TEAM_SWATSNIPER = DarkRP.createJob("S.E.K - Scharfschütze", {
  87. color = Color(80, 45, 0, 255),
  88. model = "models/player/swat.mdl",
  89. description = [[Einsatzleiter des SEK´s]],
  90. weapons = {"arrest_stick", "unarrest_stick", "stunstick", "door_ram", "weaponchecker"},
  91. command = "swatsniper",
  92. max = 2,
  93. salary = 200,
  94. admin = 0,
  95. vote = false,
  96. hasLicense = true,
  97. })
  98.  
  99. TEAM_SWAT = DarkRP.createJob("S.E.K - Sanitäter", {
  100. color = Color(80, 45, 0, 255),
  101. model = "models/player/swat.mdl",
  102. description = [[SEK - Sanitäter]],
  103. weapons = {"arrest_stick", "unarrest_stick", "stunstick", "door_ram", "weaponchecker"},
  104. command = "swatsani",
  105. max = 1,
  106. salary = 200,
  107. admin = 0,
  108. vote = false,
  109. hasLicense = true,
  110. })
  111.  
  112. TEAM_CHIEF = DarkRP.createJob("Polizeichef", {
  113. color = Color(80, 45, 0, 255),
  114. model = "models/player/swat.mdl",
  115. description = [[Befehlshaber der Polzei.]],
  116. weapons = {"arrest_stick", "unarrest_stick", "stunstick", "door_ram", "weaponchecker"},
  117. command = "chief",
  118. max = 1,
  119. salary = 275,
  120. admin = 0,
  121. vote = true,
  122. hasLicense = true,
  123. })
  124.  
  125. TEAM_POLICE = DarkRP.createJob("Polizist", {
  126. color = Color(80, 45, 0, 255),
  127. model = "models/player/swat.mdl",
  128. description = [[Polizist]],
  129. weapons = {"arrest_stick", "unarrest_stick", "stunstick", "door_ram", "weaponchecker"},
  130. command = "police",
  131. max = 1,
  132. salary = 200,
  133. admin = 0,
  134. vote = false,
  135. hasLicense = true,
  136. })
  137.  
  138. TEAM_POLICEMEDIC = DarkRP.createJob("Polizei-Sanitäter", {
  139. color = Color(80, 45, 0, 255),
  140. model = "models/player/swat.mdl",
  141. description = [[]],
  142. weapons = {"arrest_stick", "unarrest_stick", "stunstick", "door_ram", "weaponchecker"},
  143. command = "policemedic",
  144. max = 2,
  145. salary = 200,
  146. admin = 0,
  147. vote = false,
  148. hasLicense = true,
  149. })
  150.  
  151. TEAM_CIVILPOLICE = DarkRP.createJob("Zivil-Polizist", {
  152. color = Color(80, 45, 0, 255),
  153. model = "models/player/swat.mdl",
  154. description = [[]],
  155. weapons = {"arrest_stick", "unarrest_stick", "stunstick", "door_ram", "weaponchecker"},
  156. command = "swat",
  157. max = 2,
  158. salary = 300,
  159. admin = 0,
  160. vote = false,
  161. hasLicense = true,
  162. })
  163.  
  164. TEAM_TRAFFICPOLICE = DarkRP.createJob("Verkehrspolizist", {
  165. color = Color(80, 45, 0, 255),
  166. model = "models/player/swat.mdl",
  167. description = [[]],
  168. weapons = {"arrest_stick", "unarrest_stick", "stunstick", "door_ram", "weaponchecker"},
  169. command = "swat",
  170. max = 3,
  171. salary = 200,
  172. admin = 0,
  173. vote = false,
  174. hasLicense = true,
  175. })
  176.  
  177.  
  178. TEAM_PCSECURITY = DarkRP.createJob("PD-Security", {
  179. color = Color(80, 45, 0, 255),
  180. model = "models/player/swat.mdl",
  181. description = [[]],
  182. weapons = {"arrest_stick", "unarrest_stick", "stunstick", "door_ram", "weaponchecker"},
  183. command = "swat",
  184. max = 3,
  185. salary = 200,
  186. admin = 0,
  187. vote = false,
  188. hasLicense = true,
  189. })
  190.  
  191.  
  192. TEAM_TAXIDRIVER = DarkRP.createJob("Taxifahrer", {
  193. color = Color(80, 45, 0, 255),
  194. model = "models/player/swat.mdl",
  195. description = [[]],
  196. weapons = {},
  197. command = "swat",
  198. max = 2,
  199. salary = 150,
  200. admin = 0,
  201. vote = false,
  202. hasLicense = false,
  203. })
  204.  
  205. TEAM_CITIZEN = DarkRP.createJob("Bürger", {
  206. color = Color(80, 45, 0, 255),
  207. model = "models/player/swat.mdl",
  208. description = [[]],
  209. weapons = {},
  210. command = "citizen",
  211. max = 100,
  212. salary = 100,
  213. admin = 0,
  214. vote = false,
  215. hasLicense = false,
  216. })
  217.  
  218.  
  219. TEAM_SECURITY = DarkRP.createJob("Security", {
  220. color = Color(80, 45, 0, 255),
  221. model = "models/player/swat.mdl",
  222. description = [[]],
  223. weapons = {},
  224. command = "security",
  225. max = 8,
  226. salary = 100,
  227. admin = 0,
  228. vote = false,
  229. hasLicense = false,
  230. })
  231.  
  232.  
  233. TEAM_HOBO = DarkRP.createJob("Obdachloser", {
  234. color = Color(80, 45, 0, 255),
  235. model = "models/player/swat.mdl",
  236. description = [[]],
  237. weapons = {},
  238. command = "hobo",
  239. max = 5,
  240. salary = 0,
  241. admin = 0,
  242. vote = false,
  243. hasLicense = false,
  244. })
  245.  
  246. TEAM_BANKER = DarkRP.createJob("Banker", {
  247. color = Color(80, 45, 0, 255),
  248. model = "models/player/swat.mdl",
  249. description = [[]],
  250. weapons = {},
  251. command = "banker",
  252. max = 1,
  253. salary = 500,
  254. admin = 0,
  255. vote = false,
  256. hasLicense = false,
  257. })
  258.  
  259. TEAM_MECHANIC = DarkRP.createJob("Mechaniker", {
  260. color = Color(80, 45, 0, 255),
  261. model = "models/player/swat.mdl",
  262. description = [[]],
  263. weapons = {},
  264. command = "machanic",
  265. max = 2,
  266. salary = 100,
  267. admin = 0,
  268. vote = false,
  269. hasLicense = false,
  270. })
  271.  
  272. TEAM_WEAPONDEALER = DarkRP.createJob("Waffenhändler", {
  273. color = Color(80, 45, 0, 255),
  274. model = "models/player/swat.mdl",
  275. description = [[]],
  276. weapons = {},
  277. command = "weapondealer",
  278. max = 2,
  279. salary = 150,
  280. admin = 0,
  281. vote = false,
  282. hasLicense = false,
  283. })
  284.  
  285.  
  286. TEAM_MERCHENT = DarkRP.createJob("Verkäufer", {
  287. color = Color(80, 45, 0, 255),
  288. model = "models/player/swat.mdl",
  289. description = [[]],
  290. weapons = {},
  291. command = "mercent",
  292. max = 2,
  293. salary = 150,
  294. admin = 0,
  295. vote = false,
  296. hasLicense = false,
  297. })
  298.  
  299. TEAM_BLACKMARKETDEALER = DarkRP.createJob("Schwarzmarkthändler", {
  300. color = Color(80, 45, 0, 255),
  301. model = "models/player/swat.mdl",
  302. description = [[]],
  303. weapons = {},
  304. command = "blackmarket",
  305. max = 2,
  306. salary = 150,
  307. admin = 0,
  308. vote = false,
  309. hasLicense = false,
  310. })
  311.  
  312. TEAM_MAFIABOSS = DarkRP.createJob("Mafia Boss", {
  313. color = Color(80, 45, 0, 255),
  314. model = "models/player/swat.mdl",
  315. description = [[]],
  316. weapons = {},
  317. command = "mafiaboss",
  318. max = 1,
  319. salary = 200,
  320. admin = 0,
  321. vote = false,
  322. hasLicense = false,
  323. })
  324.  
  325.  
  326. TEAM_Mafia = DarkRP.createJob("Mafia", {
  327. color = Color(80, 45, 0, 255),
  328. model = "models/player/swat.mdl",
  329. description = [[]],
  330. weapons = {},
  331. command = "mafia",
  332. max = 5,
  333. salary = 150,
  334. admin = 0,
  335. vote = false,
  336. hasLicense = false,
  337. })
  338.  
  339.  
  340. TEAM_GANGSTERBOSS = DarkRP.createJob("Gangster Boss", {
  341. color = Color(80, 45, 0, 255),
  342. model = "models/player/swat.mdl",
  343. description = [[]],
  344. weapons = {},
  345. command = "gangsterboss",
  346. max = 1,
  347. salary = 200,
  348. admin = 0,
  349. vote = false,
  350. hasLicense = false,
  351. })
  352.  
  353. TEAM_GANGSTER = DarkRP.createJob("Gangster", {
  354. color = Color(80, 45, 0, 255),
  355. model = "models/player/swat.mdl",
  356. description = [[]],
  357. weapons = {},
  358. command = "citizen",
  359. max = 5,
  360. salary = 150,
  361. admin = 0,
  362. vote = false,
  363. hasLicense = false,
  364. })
  365.  
  366. TEAM_HACKER = DarkRP.createJob("Hacker", {
  367. color = Color(80, 45, 0, 255),
  368. model = "models/player/swat.mdl",
  369. description = [[]],
  370. weapons = {},
  371. command = "hacker",
  372. max = 2,
  373. salary = 200,
  374. admin = 0,
  375. vote = false,
  376. hasLicense = false,
  377. })
  378.  
  379. TEAM_MERCENARYBOSS = DarkRP.createJob("Söldner Anfüherer", {
  380. color = Color(80, 45, 0, 255),
  381. model = "models/player/swat.mdl",
  382. description = [[]],
  383. weapons = {},
  384. command = "mercenaryboss",
  385. max = 1,
  386. salary = 250,
  387. admin = 0,
  388. vote = false,
  389. hasLicense = false,
  390. })
  391.  
  392. TEAM_MERCENARY = DarkRP.createJob("Söldner", {
  393. color = Color(80, 45, 0, 255),
  394. model = "models/player/swat.mdl",
  395. description = [[]],
  396. weapons = {},
  397. command = "citizen",
  398. max = 3,
  399. salary = 150,
  400. admin = 0,
  401. vote = false,
  402. hasLicense = false,
  403. })
  404.  
  405.  
  406. TEAM_HITMAN = DarkRP.createJob("Auftragsmörder", {
  407. color = Color(80, 45, 0, 255),
  408. model = "models/player/swat.mdl",
  409. description = [[]],
  410. weapons = {},
  411. command = "citizen",
  412. max = 1,
  413. salary = 200,
  414. admin = 0,
  415. vote = true,
  416. hasLicense = false,
  417. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement