Advertisement
Guest User

Untitled

a guest
Feb 21st, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.09 KB | None | 0 0
  1. --[[---------------------------------------------------------------------------
  2. DarkRP custom jobs
  3. ---------------------------------------------------------------------------
  4. This file contains your custom jobs.
  5. This file should also contain jobs from DarkRP that you edited.
  6.  
  7. Note: If you want to edit a default DarkRP job, first disable it in darkrp_config/disabled_defaults.lua
  8. Once you've done that, copy and paste the job to this file and edit it.
  9.  
  10. The default jobs can be found here:
  11. https://github.com/FPtje/DarkRP/blob/master/gamemode/config/jobrelated.lua
  12.  
  13. For examples and explanation please visit this wiki page:
  14. http://wiki.darkrp.com/index.php/DarkRP:CustomJobFields
  15.  
  16. Add your custom jobs under the following line:
  17. ---------------------------------------------------------------------------]]
  18.  
  19. TEAM_GOD = DarkRP.createJob("God - VIP", {
  20. color = Color(0, 0, 0, 255),
  21. model = {"models/player/daedric.mdl"},
  22. description = [[Lead the holy order to victory.]],
  23. weapons = {"blink_swep", "god_hand", "flight_swep", "gods_little_finger_v4", "weapon_bs_longsword"},
  24. command = "god",
  25. max = 1,
  26. salary = 400,
  27. admin = 0,
  28. vote = false,
  29. hasLicense = false,
  30. candemote = false,
  31. category = "Holy Order",
  32. PlayerSpawn = function(ply)
  33. ply:SetMaxHealth(1000)
  34. ply:SetHealth(1000)
  35. ply:SetArmor(250)
  36. ply:SetNWBool( "BuuSwords_Has_Kite", true )
  37. ply:SetNWInt( "BuuSwords_StartingShield", 5 )
  38. end,
  39. customCheck = function(ply) return CLIENT or
  40. table.HasValue({"vip", "superadmin", "headadmin", "staffmanager", "owner"}, ply:GetNWString("usergroup"))
  41. end,
  42. CustomCheckFailMsg = "This job is VIP only!",
  43. })
  44.  
  45.  
  46. TEAM_GODSMESSENGER = DarkRP.createJob("God's Messenger - VIP", {
  47. color = Color(0, 0, 0, 255),
  48. model = {"models/player/mh/armor.mdl"},
  49. description = [[Deliver messages to the masses from God.]],
  50. weapons = {"weapon_bs_longsword", "god_hand"},
  51. command = "godsmessenger",
  52. max = 1,
  53. salary = 350,
  54. admin = 0,
  55. vote = false,
  56. hasLicense = false,
  57. candemote = false,
  58. category = "Holy Order",
  59. PlayerSpawn = function(ply)
  60. ply:SetMaxHealth(500)
  61. ply:SetHealth(500)
  62. ply:SetArmor(100)
  63. ply:SetNWBool( "BuuSwords_Has_Kite", true )
  64. ply:SetNWInt( "BuuSwords_StartingShield", 5 )
  65. end,
  66. customCheck = function(ply) return CLIENT or
  67. table.HasValue({"vip", "superadmin", "headadmin", "staffmanager", "owner"}, ply:GetNWString("usergroup"))
  68. end,
  69. CustomCheckFailMsg = "This job is VIP only!",
  70. })
  71.  
  72.  
  73. TEAM_HOCHAMPION = DarkRP.createJob("Holy Order Champion", {
  74. color = Color(255, 255, 255),
  75. model = { "models/havel/havel.mdl" },
  76. description = [[ Champion of the Holy Order, you must spread the religion! ]],
  77. weapons = {"weapon_bs_greatsword"},
  78. PlayerSpawn = function(ply) ply:SetNWBool( "BuuSwords_Has_Kite", true )
  79. ply:SetNWInt( "BuuSwords_StartingShield", 5 ) end,
  80. command = "hochampion",
  81. max = 2.000000,
  82. salary = 300.000000,
  83. admin = 0,
  84. vote = nil,
  85. hasLicense = nil,
  86. modelScale = 1.000000,
  87. maxpocket = 1.000000,
  88. candemote = true,
  89. mayor = nil,
  90. chief = nil,
  91. medic = nil,
  92. cook = nil,
  93. category = "Holy Order",
  94. sortOrder = 100,
  95. PlayerLoadout = function(ply) if SERVER then ply:SetHealth(300) ply:SetArmor(200) end end ,
  96. level = 30,
  97. custom = true,
  98. })
  99.  
  100.  
  101. TEAM_HOPRIEST = DarkRP.createJob("Holy Order Priest", {
  102. color = Color(255, 255, 255),
  103. model = { "models/hgn/cru/assassin2.mdl" },
  104. description = [[ Spread the religion! ]],
  105. weapons = { },
  106. command = "hopriest",
  107. max = 2.000000,
  108. salary = 200.000000,
  109. admin = 0,
  110. vote = nil,
  111. hasLicense = nil,
  112. modelScale = 1.000000,
  113. maxpocket = 1.000000,
  114. candemote = true,
  115. mayor = nil,
  116. chief = nil,
  117. medic = nil,
  118. cook = nil,
  119. category = "Holy Order",
  120. sortOrder = 100,
  121. PlayerLoadout = function(ply) if SERVER then ply:SetHealth(200) ply:SetArmor(0) end end ,
  122. level = 25,
  123. custom = true,
  124. })
  125.  
  126.  
  127. TEAM_HOKNIGHT = DarkRP.createJob("Holy Order Knight", {
  128. color = Color(255, 255, 255),
  129. model = { "models/humans/oro_knight.mdl" },
  130. description = [[ Defend and attack for the Holy Order! ]],
  131. weapons = {"weapon_bs_longsword"},
  132. PlayerSpawn = function(ply) ply:SetNWBool( "BuuSwords_Has_Kite", true )
  133. ply:SetNWInt( "BuuSwords_StartingShield", 5 ) end,
  134. command = "hoknight",
  135. max = 3.000000,
  136. salary = 150.000000,
  137. admin = 0,
  138. vote = nil,
  139. hasLicense = nil,
  140. modelScale = 1.000000,
  141. maxpocket = 1.000000,
  142. candemote = true,
  143. mayor = nil,
  144. chief = nil,
  145. medic = nil,
  146. cook = nil,
  147. category = "Holy Order",
  148. sortOrder = 100,
  149. PlayerLoadout = function(ply) if SERVER then ply:SetHealth(200) ply:SetArmor(200) end end ,
  150. level = 25,
  151. custom = true,
  152. })
  153.  
  154.  
  155. TEAM_CULTISTLEADER = DarkRP.createJob("Cultist Leader", {
  156. color = Color(255, 255, 255),
  157. model = { "models/player/slow/amberlyn/lotr/nazgul/slow.mdl" },
  158. description = [[ Lead the cultists! ]],
  159. weapons = {"weapon_bs_scimitar"},
  160. PlayerSpawn = function(ply) ply:SetNWBool( "BuuSwords_Has_Heater", true )
  161. ply:SetNWInt( "BuuSwords_StartingShield", 4 ) end,
  162. command = "cultistleader",
  163. max = 1.000000,
  164. salary = 450.000000,
  165. admin = 0,
  166. vote = nil,
  167. hasLicense = nil,
  168. modelScale = 1.000000,
  169. maxpocket = 1.000000,
  170. candemote = true,
  171. mayor = nil,
  172. chief = nil,
  173. medic = nil,
  174. cook = nil,
  175. category = "Cultists",
  176. sortOrder = 100,
  177. PlayerLoadout = function(ply) if SERVER then ply:SetHealth(100) ply:SetArmor(0) end end ,
  178. level = 40,
  179. custom = true,
  180. })
  181.  
  182.  
  183. TEAM_CULTISTHARBRINGER = DarkRP.createJob("Cultist Harbringer", {
  184. color = Color(255, 255, 255),
  185. model = { "models/player/slow/amberlyn/lotr/grima/slow.mdl" },
  186. description = [[ Bring the pain for the Cultists! ]],
  187. weapons = {"weapon_bs_scimitar"},
  188. PlayerSpawn = function(ply) ply:SetNWBool( "BuuSwords_Has_Heater", true )
  189. ply:SetNWInt( "BuuSwords_StartingShield", 4 ) end,
  190. command = "cultistharbringer",
  191. max = 3.000000,
  192. salary = 250.000000,
  193. admin = 0,
  194. vote = nil,
  195. hasLicense = nil,
  196. modelScale = 1.000000,
  197. maxpocket = 1.000000,
  198. candemote = true,
  199. mayor = nil,
  200. chief = nil,
  201. medic = nil,
  202. cook = nil,
  203. category = "Cultists",
  204. sortOrder = 100,
  205. PlayerLoadout = function(ply) if SERVER then ply:SetHealth(200) ply:SetArmor(300) end end ,
  206. level = 30,
  207. custom = true,
  208. })
  209.  
  210.  
  211. TEAM_PROTHIEF = DarkRP.createJob("Pro Thief - VIP", {
  212. color = Color(0, 0, 0, 255),
  213. model = {"models/characters/geralt_of_rivianpc2.mdl"},
  214. description = [[You have become a professional at thievery!]],
  215. weapons = {"weapon_bs_katana", "eoti_disg_hide", "weapon_dagger"},
  216. command = "prothief",
  217. max = 2,
  218. salary = 200,
  219. admin = 0,
  220. vote = false,
  221. hasLicense = false,
  222. candemote = false,
  223. category = "Citizens",
  224. PlayerSpawn = function(ply)
  225. ply:SetMaxHealth(100)
  226. ply:SetHealth(100)
  227. ply:SetArmor(100)
  228. ply:SetNWBool( "BuuSwords_Has_Targe", true )
  229. ply:SetNWInt( "BuuSwords_StartingShield", 7 )
  230. end,
  231. customCheck = function(ply) return CLIENT or
  232. table.HasValue({"vip", "superadmin", "headadmin", "staffmanager", "owner"}, ply:GetNWString("usergroup"))
  233. end,
  234. CustomCheckFailMsg = "This job is VIP only!",
  235. })
  236.  
  237. TEAM_JESTER = DarkRP.createJob("Jester", {
  238. color = Color(255, 255, 255),
  239. model = {"models/harlequins/male.mdl"},
  240. description = [[Tell some jokes!]],
  241. weapons = {"guitar_stalker"},
  242. command = "jester",
  243. max = 3.000000,
  244. salary = 100.000000,
  245. admin = 0,
  246. vote = nil,
  247. hasLicense = nil,
  248. modelScale = 1.000000,
  249. maxpocket = 1.000000,
  250. candemote = true,
  251. mayor = nil,
  252. chief = nil,
  253. medic = nil,
  254. cook = nil,
  255. category = "Citizens",
  256. sortOrder = 100,
  257. PlayerLoadout = function(ply) if SERVER then ply:SetHealth(100) ply:SetArmor(0) end end ,
  258. level = 5,
  259. custom = true
  260. })
  261.  
  262.  
  263. TEAM_PENUMBRADEMON = DarkRP.createJob("Penumbra Demon", {
  264. color = Color(255, 255, 255),
  265. model = { "models/player/hots_diablo.mdl" },
  266. description = [[ You are a Penumbra Demon, one of the most powerful Penumbra. ]],
  267. weapons = {"swep_am_monster"},
  268. command = "pdemon",
  269. max = 1.000000,
  270. salary = 300.000000,
  271. admin = 0,
  272. vote = nil,
  273. hasLicense = nil,
  274. modelScale = 1.000000,
  275. maxpocket = 1.000000,
  276. candemote = true,
  277. mayor = nil,
  278. chief = nil,
  279. medic = nil,
  280. cook = nil,
  281. category = "Penumbras",
  282. sortOrder = 100,
  283. PlayerLoadout = function(ply) if SERVER then ply:SetHealth(400) ply:SetArmor(100) end end ,
  284. level = 30,
  285. custom = true
  286. })
  287.  
  288.  
  289. TEAM_MAGUSCOMMANDER = DarkRP.createJob("Magus Commander", {
  290. color = Color(255, 255, 255),
  291. model = { "models/player/Gabranth/Gabranth.mdl" },
  292. description = [[ Command the Magus Order to their fullest ability. ]],
  293. weapons = {"weapon_hpwr_stick", "weapon_bs_greatsword"},
  294. PlayerSpawn = function(ply) ply:SetNWBool( "BuuSwords_Has_Crest", true )
  295. ply:SetNWInt( "BuuSwords_StartingShield", 3 ) end,
  296. command = "mcommander",
  297. max = 1.000000,
  298. salary = 400.000000,
  299. admin = 0,
  300. vote = nil,
  301. hasLicense = nil,
  302. modelScale = 1.000000,
  303. maxpocket = 1.000000,
  304. candemote = true,
  305. mayor = nil,
  306. chief = nil,
  307. medic = nil,
  308. cook = nil,
  309. category = "Magus Order",
  310. sortOrder = 100,
  311. PlayerLoadout = function(ply) if SERVER then ply:SetHealth(400) ply:SetArmor(200) end end ,
  312. level = 50,
  313. custom = true,
  314. })
  315.  
  316.  
  317. TEAM_CLMAGE = DarkRP.createJob("Crimson Legion Mage", {
  318. color = Color(255, 255, 255),
  319. model = { "models/blades_player.mdl" },
  320. description = [[ You are a mage for the Crimson Legion, protect them at all costs! ]],
  321. weapons = {"weapon_hpwr_stick"},
  322. command = "clmage",
  323. max = 2.000000,
  324. salary = 250.000000,
  325. admin = 0,
  326. vote = nil,
  327. hasLicense = nil,
  328. modelScale = 1.000000,
  329. maxpocket = 1.000000,
  330. candemote = true,
  331. mayor = nil,
  332. chief = nil,
  333. medic = nil,
  334. cook = nil,
  335. category = "Crimson Legion",
  336. sortOrder = 100,
  337. PlayerLoadout = function(ply) if SERVER then ply:SetHealth(100) ply:SetArmor(0) end end ,
  338. level = 25,
  339. custom = true,
  340. })
  341.  
  342.  
  343. TEAM_MAGUSSHAPELING = DarkRP.createJob("Magus Shapeling", {
  344. color = Color(255, 255, 255),
  345. model = { "models/player/moon_knight/slow_v2.mdl" },
  346. description = [[ You are the sneakiest boi ]],
  347. weapons = {"weapon_bs_greatsword"},
  348. PlayerSpawn = function(ply) ply:SetNWBool( "BuuSwords_Has_Crest", true )
  349. ply:SetNWInt( "BuuSwords_StartingShield", 3 ) end,
  350. command = "mshapeling",
  351. max = 2.000000,
  352. salary = 350.000000,
  353. admin = 0,
  354. vote = nil,
  355. hasLicense = nil,
  356. modelScale = 1.000000,
  357. maxpocket = 1.000000,
  358. candemote = true,
  359. mayor = nil,
  360. chief = nil,
  361. medic = nil,
  362. cook = nil,
  363. category = "Magus Order",
  364. sortOrder = 100,
  365. PlayerLoadout = function(ply) if SERVER then ply:SetHealth(100) ply:SetArmor(0) end end ,
  366. level = 20,
  367. custom = true,
  368. })
  369.  
  370.  
  371. TEAM_BARD = DarkRP.createJob("Bard", {
  372. color = Color(255, 255, 255),
  373. model = { "models/hgn/cru/crossbowman.mdl" },
  374. description = [[ Play your music for the people! ]],
  375. weapons = { },
  376. command = "bard",
  377. max = 3.000000,
  378. salary = 75.000000,
  379. admin = 0,
  380. vote = nil,
  381. hasLicense = nil,
  382. modelScale = 1.000000,
  383. maxpocket = 1.000000,
  384. candemote = true,
  385. mayor = nil,
  386. chief = nil,
  387. medic = nil,
  388. cook = nil,
  389. category = "Citizens",
  390. sortOrder = 100,
  391. PlayerLoadout = function(ply) if SERVER then ply:SetHealth(100) ply:SetArmor(0) end end ,
  392. level = 5,
  393. custom = true
  394. })
  395.  
  396.  
  397. TEAM_CULTIST = DarkRP.createJob("Cultist", {
  398. color = Color(255, 255, 255),
  399. model = { "models/player/popfs_skeleton.mdl" },
  400. description = [[ You are a cultist, preform some rituals! ]],
  401. weapons = {"weapon_bs_scimitar"},
  402. command = "cultist",
  403. max = 5.000000,
  404. salary = 100.000000,
  405. admin = 0,
  406. vote = nil,
  407. hasLicense = nil,
  408. modelScale = 1.000000,
  409. maxpocket = 1.000000,
  410. candemote = true,
  411. mayor = nil,
  412. chief = nil,
  413. medic = nil,
  414. cook = nil,
  415. category = "Cultists",
  416. sortOrder = 100,
  417. PlayerLoadout = function(ply) if SERVER then ply:SetHealth(100) ply:SetArmor(0) end end ,
  418. level = 5,
  419. custom = true
  420. })
  421.  
  422.  
  423. TEAM_CLSOLDIER = DarkRP.createJob("Crimson Legion Soldier", {
  424. color = Color(255, 255, 255),
  425. model = { "models/aoc_player/eknight.mdl" },
  426. description = [[ You are a soldier for the Crimson Legion, protect them at all costs! ]],
  427. weapons = {"weapon_bs_scimitar"},
  428. PlayerSpawn = function(ply) ply:SetNWBool( "BuuSwords_Has_Scutum", true )
  429. ply:SetNWInt( "BuuSwords_StartingShield", 6 ) end,
  430. command = "clsoldier",
  431. max = 4.000000,
  432. salary = 100.000000,
  433. admin = 0,
  434. vote = nil,
  435. hasLicense = nil,
  436. modelScale = 1.000000,
  437. maxpocket = 1.000000,
  438. candemote = true,
  439. mayor = nil,
  440. chief = nil,
  441. medic = nil,
  442. cook = nil,
  443. category = "Crimson Legion",
  444. sortOrder = 100,
  445. PlayerLoadout = function(ply) if SERVER then ply:SetHealth(100) ply:SetArmor(50) end end ,
  446. level = 10,
  447. custom = true,
  448. })
  449.  
  450. TEAM_THIEF = DarkRP.createJob("Thief", {
  451. color = Color(255, 255, 255),
  452. model = { "models/player/greenarrow.mdl" },
  453. description = [[ Rob anyone you can! ]],
  454. weapons = {"weapon_bs_katana", "eoti_disg_hide"},
  455. PlayerSpawn = function(ply) ply:SetNWBool( "BuuSwords_Has_Targe", true )
  456. ply:SetNWInt( "BuuSwords_StartingShield", 7 ) end,
  457. command = "thief",
  458. max = 3.000000,
  459. salary = 100.000000,
  460. admin = 0,
  461. vote = nil,
  462. hasLicense = nil,
  463. modelScale = 1.000000,
  464. maxpocket = 1.000000,
  465. candemote = true,
  466. mayor = nil,
  467. chief = nil,
  468. medic = nil,
  469. cook = nil,
  470. category = "Citizens",
  471. sortOrder = 100,
  472. PlayerLoadout = function(ply) if SERVER then ply:SetHealth(100) ply:SetArmor(0) end end ,
  473. level = 5,
  474. custom = true,
  475. })
  476.  
  477.  
  478. TEAM_MERCHANT = DarkRP.createJob("Merchant", {
  479. color = Color(255, 255, 255),
  480. model = { "models/nikout/darksouls2/characters/blackdragon.mdl" },
  481. description = [[ Sell your wares! ]],
  482. weapons = {"weapon_bs_shortsword"},
  483. PlayerSpawn = function(ply) ply:SetNWBool( "BuuSwords_Has_Targe", true )
  484. ply:SetNWInt( "BuuSwords_StartingShield", 7 ) end,
  485. command = "merchant",
  486. max = 2.000000,
  487. salary = 150.000000,
  488. admin = 0,
  489. vote = nil,
  490. hasLicense = nil,
  491. modelScale = 1.000000,
  492. maxpocket = 1.000000,
  493. candemote = true,
  494. mayor = nil,
  495. chief = nil,
  496. medic = nil,
  497. cook = nil,
  498. category = "Citizens",
  499. sortOrder = 100,
  500. PlayerLoadout = function(ply) if SERVER then ply:SetHealth(100) ply:SetArmor(0) end end ,
  501. level = 5,
  502. custom = true,
  503. })
  504.  
  505.  
  506. TEAM_PETDRAGON = DarkRP.createJob("Pet Dragon", {
  507. color = Color(255, 255, 255),
  508. model = { "models/deathclaw_player/deathclaw_player_proporti_glowing.mdl" },
  509. description = [[ Fly around, be peoples pets! ]],
  510. weapons = { },
  511. command = "petdragon",
  512. max = 2.000000,
  513. salary = 100.000000,
  514. admin = 0,
  515. vote = nil,
  516. hasLicense = nil,
  517. modelScale = 1.000000,
  518. maxpocket = 1.000000,
  519. candemote = true,
  520. mayor = nil,
  521. chief = nil,
  522. medic = nil,
  523. cook = nil,
  524. category = "Citizens",
  525. sortOrder = 100,
  526. PlayerLoadout = function(ply) if SERVER then ply:SetHealth(100) ply:SetArmor(0) end end ,
  527. level = 20,
  528. custom = true
  529. })
  530.  
  531.  
  532. TEAM_GOBLIN = DarkRP.createJob("Goblin", {
  533. color = Color(255, 255, 255),
  534. model = { "models/player/goblin/goblin.mdl" },
  535. description = [[ Serve the Orcs. ]],
  536. weapons = {"weapon_bs_shortsword"},
  537. PlayerSpawn = function(ply) ply:SetNWBool( "BuuSwords_Has_Buckler", true )
  538. ply:SetNWInt( "BuuSwords_StartingShield", 2 ) end,
  539. command = "goblin",
  540. max = 4.000000,
  541. salary = 75.000000,
  542. admin = 0,
  543. vote = nil,
  544. hasLicense = nil,
  545. modelScale = 1.000000,
  546. maxpocket = 1.000000,
  547. candemote = true,
  548. mayor = nil,
  549. chief = nil,
  550. medic = nil,
  551. cook = nil,
  552. category = "Orcs",
  553. sortOrder = 100,
  554. PlayerLoadout = function(ply) if SERVER then ply:SetHealth(100) ply:SetArmor(0) end end ,
  555. level = 5,
  556. custom = true,
  557. })
  558.  
  559.  
  560. TEAM_ORC = DarkRP.createJob("Orc Warrior", {
  561. color = Color(255, 255, 255),
  562. model = { "models/krall/slow.mdl" },
  563. description = [[ Command the goblins. ]],
  564. weapons = {"weapon_bs_broadsword"},
  565. PlayerSpawn = function(ply) ply:SetNWBool( "BuuSwords_Has_Buckler", true )
  566. ply:SetNWInt( "BuuSwords_StartingShield", 2 ) end,
  567. command = "orcwarrior",
  568. max = 2.000000,
  569. salary = 75.000000,
  570. admin = 0,
  571. vote = nil,
  572. hasLicense = nil,
  573. modelScale = 1.000000,
  574. maxpocket = 1.000000,
  575. candemote = true,
  576. mayor = nil,
  577. chief = nil,
  578. medic = nil,
  579. cook = nil,
  580. category = "Orcs",
  581. sortOrder = 100,
  582. PlayerLoadout = function(ply) if SERVER then ply:SetHealth(300) ply:SetArmor(0) end end ,
  583. level = 15,
  584. custom = true,
  585. })
  586.  
  587.  
  588. TEAM_CLLADY = DarkRP.createJob("Crimson Legion Lady", {
  589. color = Color(255, 255, 255),
  590. model = { "models/jazzmcfly/bgs/bgs.mdl" },
  591. description = [[ You are the wife of the Jarl! Command the Crimson Legion when he is absent. ]],
  592. weapons = { },
  593. command = "cllady",
  594. max = 1.000000,
  595. salary = 250.000000,
  596. admin = 0,
  597. vote = nil,
  598. hasLicense = nil,
  599. modelScale = 1.000000,
  600. maxpocket = 1.000000,
  601. candemote = true,
  602. mayor = nil,
  603. chief = nil,
  604. medic = nil,
  605. cook = nil,
  606. category = "Crimson Legion",
  607. sortOrder = 100,
  608. PlayerLoadout = function(ply) if SERVER then ply:SetHealth(100) ply:SetArmor(0) end end ,
  609. level = 10,
  610. custom = true
  611. })
  612.  
  613.  
  614. TEAM_CULTISTPRIEST = DarkRP.createJob("Cultist Priest", {
  615. color = Color(255, 255, 255),
  616. model = { "models/dwdarksouls/models/darkwraith.mdl" },
  617. description = [[ You are a cultist! Perform rituals on people. ]],
  618. weapons = {"weapon_bs_scimitar"},
  619. command = "cultistpriest",
  620. max = 3.000000,
  621. salary = 150.000000,
  622. admin = 0,
  623. vote = nil,
  624. hasLicense = nil,
  625. modelScale = 1.000000,
  626. maxpocket = 1.000000,
  627. candemote = true,
  628. mayor = nil,
  629. chief = nil,
  630. medic = nil,
  631. cook = nil,
  632. category = "Cultists",
  633. sortOrder = 100,
  634. PlayerLoadout = function(ply) if SERVER then ply:SetHealth(100) ply:SetArmor(0) end end ,
  635. level = 20,
  636. custom = true
  637. })
  638.  
  639.  
  640. TEAM_PENUMBRAASSASSIN = DarkRP.createJob("Penumbra Assassin", {
  641. color = Color(255, 255, 255),
  642. model = { "models/darksouls/characters/hollow_thief.mdl" },
  643. description = [[ Assassinate people, kill everyone! ]],
  644. weapons = {"eoti_disg_hide"},
  645. command = "passassin",
  646. max = 1,
  647. salary = 75.000000,
  648. admin = 0,
  649. vote = nil,
  650. hasLicense = nil,
  651. modelScale = 1.000000,
  652. maxpocket = 1.000000,
  653. candemote = true,
  654. mayor = nil,
  655. chief = nil,
  656. medic = nil,
  657. cook = nil,
  658. category = "Penumbras",
  659. sortOrder = 100,
  660. PlayerLoadout = function(ply) if SERVER then ply:SetHealth(100) ply:SetArmor(0) end end ,
  661. level = 40,
  662. custom = true
  663. })
  664.  
  665.  
  666. TEAM_KARCHER = DarkRP.createJob("Kingdom Archer", {
  667. color = Color(255, 255, 255),
  668. model = { "models/koz/lotr/eowyn/eowyn.mdl" },
  669. description = [[ Sick scopes bro ]],
  670. weapons = {"weapon_bs_broadsword", "weapon_archerxbow"},
  671. PlayerSpawn = function(ply) ply:SetNWBool( "BuuSwords_Has_Bouche", true )
  672. ply:SetNWInt( "BuuSwords_StartingShield", 1 ) end,
  673. command = "karcher",
  674. max = 1.000000,
  675. salary = 200.000000,
  676. admin = 0,
  677. vote = nil,
  678. hasLicense = nil,
  679. modelScale = 1.000000,
  680. maxpocket = 1.000000,
  681. candemote = true,
  682. mayor = nil,
  683. chief = nil,
  684. medic = nil,
  685. cook = nil,
  686. category = "Kingdom",
  687. sortOrder = 100,
  688. PlayerLoadout = function(ply) if SERVER then ply:SetHealth(100) ply:SetArmor(0) end end ,
  689. level = 25,
  690. custom = true
  691. })
  692.  
  693.  
  694. TEAM_CLARCHER = DarkRP.createJob("Crimson Legion Archer", {
  695. color = Color(255, 255, 255),
  696. model = { "models/aoc_player/e_archer.mdl" },
  697. description = [[ shooty shoot ]],
  698. weapons = {"weapon_bs_scimitar", "weapon_archerxbow"},
  699. PlayerSpawn = function(ply) ply:SetNWBool( "BuuSwords_Has_Scutum", true )
  700. ply:SetNWInt( "BuuSwords_StartingShield", 6 ) end,
  701. command = "clarcher",
  702. max = 4,
  703. salary = 75.000000,
  704. admin = 0,
  705. vote = nil,
  706. hasLicense = nil,
  707. modelScale = 1.000000,
  708. maxpocket = 1.000000,
  709. candemote = true,
  710. mayor = nil,
  711. chief = nil,
  712. medic = nil,
  713. cook = nil,
  714. category = "Crimson Legion",
  715. sortOrder = 100,
  716. PlayerLoadout = function(ply) if SERVER then ply:SetHealth(100) ply:SetArmor(0) end end ,
  717. level = 10,
  718. custom = true,
  719. })
  720.  
  721.  
  722. TEAM_DOKTOR = DarkRP.createJob("Doktor", {
  723. color = Color(255, 255, 255),
  724. model = { "models/player/plague_doktor/PLAYER_Plague_Doktor.mdl" },
  725. description = [[ Heal the town for money! ]],
  726. weapons = { },
  727. command = "doktor",
  728. max = 2.000000,
  729. salary = 150.000000,
  730. admin = 0,
  731. vote = nil,
  732. hasLicense = nil,
  733. modelScale = 1.000000,
  734. maxpocket = 1.000000,
  735. candemote = true,
  736. mayor = nil,
  737. chief = nil,
  738. medic = nil,
  739. cook = nil,
  740. category = "Citizens",
  741. sortOrder = 100,
  742. PlayerLoadout = function(ply) if SERVER then ply:SetHealth(100) ply:SetArmor(0) end end ,
  743. level = 5,
  744. custom = true
  745. })
  746.  
  747.  
  748.  
  749.  
  750. TEAM_KINGDOMRECRUIT = DarkRP.createJob("Kingdom Recruit", {
  751. color = Color(255, 255, 255),
  752. model = { "models/player_solaire.mdl" },
  753. description = [[ You are new to the kingdom! Can you prove yourself to advance in the kingdom? ]],
  754. weapons = {"weapon_bs_broadsword"},
  755. PlayerSpawn = function(ply) ply:SetNWBool( "BuuSwords_Has_Bouche", true )
  756. ply:SetNWInt( "BuuSwords_StartingShield", 1 ) end,
  757. command = "krecruit",
  758. max = 6,
  759. salary = 100.000000,
  760. admin = 0,
  761. vote = nil,
  762. hasLicense = nil,
  763. modelScale = 1.000000,
  764. maxpocket = 1.000000,
  765. candemote = true,
  766. mayor = nil,
  767. chief = nil,
  768. medic = nil,
  769. cook = nil,
  770. category = "Kingdom",
  771. sortOrder = 100,
  772. PlayerLoadout = function(ply) if SERVER then ply:SetHealth(100) ply:SetArmor(0) end end ,
  773. level = 5,
  774. custom = true,
  775. })
  776.  
  777.  
  778. TEAM_KING = DarkRP.createJob("Kingdom King", {
  779. color = Color(255, 255, 255),
  780. model = { "models/player/got_jonsnow.mdl" },
  781. description = [[ Rule the kingdom! ]],
  782. weapons = {"weapon_bs_broadsword"},
  783. PlayerSpawn = function(ply) ply:SetNWBool( "BuuSwords_Has_Bouche", true )
  784. ply:SetNWInt( "BuuSwords_StartingShield", 1 ) end,
  785. command = "kking",
  786. max = 1,
  787. salary = 75.000000,
  788. admin = 0,
  789. vote = true,
  790. hasLicense = nil,
  791. modelScale = 1.000000,
  792. maxpocket = 1.000000,
  793. candemote = true,
  794. mayor = true,
  795. chief = nil,
  796. medic = nil,
  797. cook = nil,
  798. category = "Kingdom",
  799. sortOrder = 100,
  800. PlayerLoadout = function(ply) if SERVER then ply:SetHealth(100) ply:SetArmor(0) end end ,
  801. level = 30,
  802. custom = true,
  803. })
  804.  
  805.  
  806. TEAM_KNIGHT = DarkRP.createJob("Kingdom Knight", {
  807. color = Color(255, 255, 255),
  808. model = { "models/player/knight.mdl" },
  809. description = [[ Protect the kingdom at all costs! ]],
  810. weapons = {"weapon_bs_broadsword"},
  811. PlayerSpawn = function(ply) ply:SetNWBool( "BuuSwords_Has_Bouche", true )
  812. ply:SetNWInt( "BuuSwords_StartingShield", 1 ) end,
  813. command = "kknight",
  814. max = 2,
  815. salary = 150.000000,
  816. admin = 0,
  817. vote = nil,
  818. hasLicense = nil,
  819. modelScale = 1.000000,
  820. maxpocket = 1.000000,
  821. candemote = true,
  822. mayor = nil,
  823. chief = nil,
  824. medic = nil,
  825. cook = nil,
  826. category = "Kingdom",
  827. sortOrder = 100,
  828. PlayerLoadout = function(ply) if SERVER then ply:SetHealth(100) ply:SetArmor(100) end end ,
  829. level = 20,
  830. custom = true,
  831. })
  832.  
  833.  
  834. TEAM_ROYALGUARD = DarkRP.createJob("Royal Guard", {
  835. color = Color(255, 255, 255),
  836. model = { "models/cakez/got/gotknight4_p.mdl" },
  837. description = [[ Protect the royalty at all costs. ]],
  838. weapons = {"weapon_bs_longsword"},
  839. PlayerSpawn = function(ply) ply:SetNWBool( "BuuSwords_Has_Bouche", true )
  840. ply:SetNWInt( "BuuSwords_StartingShield", 1 ) end,
  841. command = "kroyalguard",
  842. max = 1,
  843. salary = 200.000000,
  844. admin = 0,
  845. vote = nil,
  846. hasLicense = nil,
  847. modelScale = 1.000000,
  848. maxpocket = 1.000000,
  849. candemote = true,
  850. mayor = nil,
  851. chief = nil,
  852. medic = nil,
  853. cook = nil,
  854. category = "Kingdom",
  855. sortOrder = 100,
  856. PlayerLoadout = function(ply) if SERVER then ply:SetHealth(100) ply:SetArmor(0) end end ,
  857. level = 40,
  858. custom = true,
  859. })
  860.  
  861.  
  862. TEAM_PENUMBRAWARRIOR = DarkRP.createJob("Penumbra Warrior", {
  863. color = Color(255, 255, 255),
  864. model = { "Models/player/ravenwarriorplayer.mdl" },
  865. description = [[ You are a warrior of the Penumbra ]],
  866. weapons = {"swep_am_monster"},
  867. command = "pwarrior",
  868. max = 3,
  869. salary = 150.000000,
  870. admin = 0,
  871. vote = nil,
  872. hasLicense = nil,
  873. modelScale = 1.000000,
  874. maxpocket = 1.000000,
  875. candemote = true,
  876. mayor = nil,
  877. chief = nil,
  878. medic = nil,
  879. cook = nil,
  880. category = "Penumbras",
  881. sortOrder = 100,
  882. PlayerLoadout = function(ply) if SERVER then ply:SetHealth(100) ply:SetArmor(0) end end ,
  883. level = 10,
  884. custom = true
  885. })
  886.  
  887.  
  888. TEAM_PENUMBRACHAMPION = DarkRP.createJob("Penumbra Champion", {
  889. color = Color(255, 255, 255),
  890. model = { "models/player/stalker/packboy.mdl" },
  891. description = [[ You are the champion of the Penumbra! ]],
  892. weapons = {"swep_am_monster"},
  893. command = "pchampion",
  894. max = 1,
  895. salary = 200.000000,
  896. admin = 0,
  897. vote = nil,
  898. hasLicense = nil,
  899. modelScale = 1.000000,
  900. maxpocket = 1.000000,
  901. candemote = true,
  902. mayor = nil,
  903. chief = nil,
  904. medic = nil,
  905. cook = nil,
  906. category = "Penumbras",
  907. sortOrder = 100,
  908. PlayerLoadout = function(ply) if SERVER then ply:SetHealth(100) ply:SetArmor(0) end end ,
  909. level = 25,
  910. custom = true
  911. })
  912.  
  913.  
  914. TEAM_ASSASSIN = DarkRP.createJob("Assassin", {
  915. color = Color(255, 255, 255),
  916. model = { "models/dwdarksouls/models/steelknight.mdl" },
  917. description = [[ Assassinate people for money. ]],
  918. weapons = { },
  919. command = "assassin",
  920. max = 3,
  921. salary = 150.000000,
  922. admin = 0,
  923. vote = nil,
  924. hasLicense = nil,
  925. modelScale = 1.000000,
  926. maxpocket = 1.000000,
  927. candemote = true,
  928. mayor = nil,
  929. chief = nil,
  930. medic = nil,
  931. cook = nil,
  932. category = "Citizens",
  933. sortOrder = 100,
  934. PlayerLoadout = function(ply) if SERVER then ply:SetHealth(100) ply:SetArmor(0) end end ,
  935. level = 30,
  936. custom = true
  937. })
  938.  
  939.  
  940. TEAM_CLKNIGHT = DarkRP.createJob("Crimson Legion Knight", {
  941. color = Color(255, 255, 255),
  942. model = { "models/nikout/darksouls/characters/darkmoonknightess.mdl" },
  943. description = [[ You are a knight of the Crimson Legion. ]],
  944. weapons = {"weapon_bs_scimitar"},
  945. PlayerSpawn = function(ply) ply:SetNWBool( "BuuSwords_Has_Scutum", true )
  946. ply:SetNWInt( "BuuSwords_StartingShield", 6 ) end,
  947. command = "clknight",
  948. max = 4,
  949. salary = 75.000000,
  950. admin = 0,
  951. vote = nil,
  952. hasLicense = nil,
  953. modelScale = 1.000000,
  954. maxpocket = 1.000000,
  955. candemote = true,
  956. mayor = nil,
  957. chief = nil,
  958. medic = nil,
  959. cook = nil,
  960. category = "Crimson Legion",
  961. sortOrder = 100,
  962. PlayerLoadout = function(ply) if SERVER then ply:SetHealth(100) ply:SetArmor(0) end end ,
  963. level = 10,
  964. custom = true,
  965. })
  966.  
  967.  
  968. TEAM_CLJARL = DarkRP.createJob("Crimson Legion Jarl", {
  969. color = Color(255, 255, 255),
  970. model = { "models/player/shay_cormac.mdl" },
  971. description = [[ You are the Jarl of the Crimson Legion, lead them to victory! ]],
  972. weapons = {"weapon_bs_scimitar"},
  973. PlayerSpawn = function(ply) ply:SetNWBool( "BuuSwords_Has_Scutum", true )
  974. ply:SetNWInt( "BuuSwords_StartingShield", 6 ) end,
  975. command = "cljarl",
  976. max = 1,
  977. salary = 200.000000,
  978. admin = 0,
  979. vote = nil,
  980. hasLicense = nil,
  981. modelScale = 1.000000,
  982. maxpocket = 1.000000,
  983. candemote = true,
  984. mayor = nil,
  985. chief = nil,
  986. medic = nil,
  987. cook = nil,
  988. category = "Crimson Legion",
  989. sortOrder = 100,
  990. PlayerLoadout = function(ply) if SERVER then ply:SetHealth(100) ply:SetArmor(0) end end ,
  991. level = 25,
  992. custom = true,
  993. })
  994.  
  995.  
  996. TEAM_PENUMBRA = DarkRP.createJob("Penumbra", {
  997. color = Color(255, 255, 255),
  998. model = { "models/player/Penumbra/infected.mdl" },
  999. description = [[ You are a Penumbra! Kill any kingdom you see outside. ]],
  1000. weapons = {"swep_am_monster"},
  1001. command = "p",
  1002. max = 3,
  1003. salary = 100.000000,
  1004. admin = 0,
  1005. vote = nil,
  1006. hasLicense = nil,
  1007. modelScale = 1.000000,
  1008. maxpocket = 1.000000,
  1009. candemote = true,
  1010. mayor = nil,
  1011. chief = nil,
  1012. medic = nil,
  1013. cook = nil,
  1014. category = "Penumbras",
  1015. sortOrder = 100,
  1016. PlayerLoadout = function(ply) if SERVER then ply:SetHealth(100) ply:SetArmor(0) end end ,
  1017. level = 1,
  1018. custom = true
  1019. })
  1020.  
  1021. TEAM_WIZARD = DarkRP.createJob("Wizard", {
  1022. color = Color(255, 255, 255),
  1023. model = { "models/koz/lotr/gandalf/gandalf.mdl" },
  1024. description = [[ Cast Magical Spells ]],
  1025. weapons = { },
  1026. command = "wizard",
  1027. max = 3,
  1028. salary = 75.000000,
  1029. admin = 0,
  1030. vote = nil,
  1031. hasLicense = nil,
  1032. modelScale = 1.000000,
  1033. maxpocket = 1.000000,
  1034. candemote = true,
  1035. mayor = nil,
  1036. chief = nil,
  1037. medic = nil,
  1038. cook = nil,
  1039. category = "Citizens",
  1040. sortOrder = 100,
  1041. PlayerLoadout = function(ply) if SERVER then ply:SetHealth(100) ply:SetArmor(0) end end ,
  1042. level = 15,
  1043. custom = true
  1044. })
  1045.  
  1046.  
  1047. TEAM_MASTERWIZARD = DarkRP.createJob("Master Wizard", {
  1048. color = Color(255, 255, 255),
  1049. model = { "models/koz/lotr/saruman/saruman.mdl" },
  1050. description = [[ Like a Wizard but with a cooler name! ]],
  1051. weapons = { },
  1052. command = "masterwizard",
  1053. max = 1,
  1054. salary = 75.000000,
  1055. admin = 0,
  1056. vote = nil,
  1057. hasLicense = nil,
  1058. modelScale = 1.000000,
  1059. maxpocket = 1.000000,
  1060. candemote = true,
  1061. mayor = nil,
  1062. chief = nil,
  1063. medic = nil,
  1064. cook = nil,
  1065. category = "Citizens",
  1066. sortOrder = 100,
  1067. PlayerLoadout = function(ply) if SERVER then ply:SetHealth(100) ply:SetArmor(0) end end ,
  1068. level = 25,
  1069. custom = true
  1070. })
  1071.  
  1072.  
  1073. TEAM_ELVENMERCENARY = DarkRP.createJob("Elven Mercenary", {
  1074. color = Color(255, 255, 255),
  1075. model = { "models/koz/lotr/legolas/legolas.mdl" },
  1076. description = [[ A fierce warrior that gets paid to do other peoples dirty work. ]],
  1077. weapons = {"weapon_bs_katana"},
  1078. PlayerSpawn = function(ply) ply:SetNWBool( "BuuSwords_Has_Targe", true )
  1079. ply:SetNWInt( "BuuSwords_StartingShield", 7 ) end,
  1080. command = "elvenmercenary",
  1081. max = 2,
  1082. salary = 75.000000,
  1083. admin = 0,
  1084. vote = nil,
  1085. hasLicense = nil,
  1086. modelScale = 1.000000,
  1087. maxpocket = 1.000000,
  1088. candemote = true,
  1089. mayor = nil,
  1090. chief = nil,
  1091. medic = nil,
  1092. cook = nil,
  1093. category = "Citizens",
  1094. sortOrder = 100,
  1095. PlayerLoadout = function(ply) if SERVER then ply:SetHealth(100) ply:SetArmor(0) end end ,
  1096. level = 30,
  1097. custom = true,
  1098. })
  1099.  
  1100.  
  1101. TEAM_PENUMBRAKING = DarkRP.createJob("Penumbra King", {
  1102. color = Color(255, 255, 255),
  1103. model = { "models/player/Lich_King_WoW_masked.mdl" },
  1104. description = [[ Evilest and creepiest boi ]],
  1105. weapons = { },
  1106. command = "pking",
  1107. max = 1,
  1108. salary = 75.000000,
  1109. admin = 0,
  1110. vote = nil,
  1111. hasLicense = nil,
  1112. modelScale = 1.000000,
  1113. maxpocket = 1.000000,
  1114. candemote = true,
  1115. mayor = nil,
  1116. chief = nil,
  1117. medic = nil,
  1118. cook = nil,
  1119. category = "Penumbras",
  1120. sortOrder = 100,
  1121. PlayerLoadout = function(ply) if SERVER then ply:SetHealth(100) ply:SetArmor(0) end end ,
  1122. level = 30,
  1123. custom = true
  1124. })
  1125.  
  1126.  
  1127. TEAM_KINGDOMSOLDIER = DarkRP.createJob("Kingdom Soldier", {
  1128. color = Color(255, 255, 255),
  1129. model = { "models/7beat/brignite.mdl" },
  1130. description = [[ Protect your kingdom. ]],
  1131. weapons = {"weapon_bs_broadsword"},
  1132. PlayerSpawn = function(ply) ply:SetNWBool( "BuuSwords_Has_Bouche", true )
  1133. ply:SetNWInt( "BuuSwords_StartingShield", 1 ) end,
  1134. command = "ksoldier",
  1135. max = 3,
  1136. salary = 75.000000,
  1137. admin = 0,
  1138. vote = nil,
  1139. hasLicense = nil,
  1140. modelScale = 1.000000,
  1141. maxpocket = 1.000000,
  1142. candemote = true,
  1143. mayor = nil,
  1144. chief = nil,
  1145. medic = nil,
  1146. cook = nil,
  1147. category = "Kingdom",
  1148. sortOrder = 100,
  1149. PlayerLoadout = function(ply) if SERVER then ply:SetHealth(100) ply:SetArmor(0) end end ,
  1150. level = 10,
  1151. custom = true,
  1152. })
  1153.  
  1154.  
  1155. TEAM_QUEEN = DarkRP.createJob("Kingdom Queen", {
  1156. color = Color(255, 255, 255),
  1157. model = { "models/player_elsa.mdl" },
  1158. description = [[ Queen of the kingdom, Wife of the king. ]],
  1159. weapons = { },
  1160. command = "kqueen",
  1161. max = 1,
  1162. salary = 75.000000,
  1163. admin = 0,
  1164. vote = nil,
  1165. hasLicense = nil,
  1166. modelScale = 1.000000,
  1167. maxpocket = 1.000000,
  1168. candemote = true,
  1169. mayor = nil,
  1170. chief = nil,
  1171. medic = nil,
  1172. cook = nil,
  1173. category = "Kingdom",
  1174. sortOrder = 100,
  1175. PlayerLoadout = function(ply) if SERVER then ply:SetHealth(100) ply:SetArmor(0) end end ,
  1176. level = 15,
  1177. custom = true
  1178. })
  1179.  
  1180.  
  1181. TEAM_PRINCESS = DarkRP.createJob("Kingdom Princess", {
  1182. color = Color(255, 255, 255),
  1183. model = { "models/player_anna.mdl" },
  1184. description = [[ Princess of the kingdom, daughter of the king and queen. ]],
  1185. weapons = { },
  1186. command = "kprincess",
  1187. max = 1,
  1188. salary = 75.000000,
  1189. admin = 0,
  1190. vote = nil,
  1191. hasLicense = nil,
  1192. modelScale = 1.000000,
  1193. maxpocket = 1.000000,
  1194. candemote = true,
  1195. mayor = nil,
  1196. chief = nil,
  1197. medic = nil,
  1198. cook = nil,
  1199. category = "Kingdom",
  1200. sortOrder = 100,
  1201. PlayerLoadout = function(ply) if SERVER then ply:SetHealth(100) ply:SetArmor(0) end end ,
  1202. level = 15,
  1203. custom = true
  1204. })
  1205.  
  1206. TEAM_KINGPERSONALWIZARD = DarkRP.createJob("King's Personal Wizard", {
  1207. color = Color(255, 255, 255),
  1208. model = { "models/player/miraak.mdl" },
  1209. description = [[ You are to serve the king! ]],
  1210. weapons = {"weapon_elderwand" },
  1211. command = "kpersonalwizard",
  1212. max = 1,
  1213. salary = 250.000000,
  1214. admin = 0,
  1215. vote = nil,
  1216. hasLicense = nil,
  1217. modelScale = 1.000000,
  1218. maxpocket = 1.000000,
  1219. candemote = true,
  1220. mayor = nil,
  1221. chief = nil,
  1222. medic = nil,
  1223. cook = nil,
  1224. category = "Kingdom",
  1225. sortOrder = 100,
  1226. PlayerLoadout = function(ply) if SERVER then ply:SetHealth(200) ply:SetArmor(100) end end ,
  1227. level = 80,
  1228. custom = true
  1229. })
  1230.  
  1231.  
  1232. TEAM_PRINCE = DarkRP.createJob("Kingdom Prince", {
  1233. color = Color(255, 255, 255),
  1234. model = { "models/koz/lotr/aragorn/aragorn.mdl" },
  1235. description = [[ You are the prince! Help rule the Kingdom. ]],
  1236. weapons = {"weapon_bs_broadsword"},
  1237. PlayerSpawn = function(ply) ply:SetNWBool( "BuuSwords_Has_Bouche", true )
  1238. ply:SetNWInt( "BuuSwords_StartingShield", 1 ) end,
  1239. command = "kprince",
  1240. max = 1,
  1241. salary = 150.000000,
  1242. admin = 0,
  1243. vote = nil,
  1244. hasLicense = nil,
  1245. modelScale = 1.000000,
  1246. maxpocket = 1.000000,
  1247. candemote = true,
  1248. mayor = nil,
  1249. chief = nil,
  1250. medic = nil,
  1251. cook = nil,
  1252. category = "Kingdom",
  1253. sortOrder = 50,
  1254. PlayerLoadout = function(ply) if SERVER then ply:SetHealth(100) ply:SetArmor(100) end end ,
  1255. level = 10,
  1256. custom = true,
  1257. })
  1258.  
  1259.  
  1260. TEAM_SHADE = DarkRP.createJob("Shade", {
  1261. color = Color(255, 255, 255),
  1262. model = { "models/koz/lotr/nazgul/nazgul.mdl" },
  1263. description = [[ ]],
  1264. weapons = { "climb_swep2", "blink_swep", "god_hand", "flight_swep", "gods_little_finger_v4", "impaler_xp", "m9k_harpoon", "m9k_machete","weapon_hpwr_stick" },
  1265. command = "event1",
  1266. max = 0,
  1267. salary = 1000.000000,
  1268. admin = 1,
  1269. vote = nil,
  1270. hasLicense = nil,
  1271. modelScale = 1.000000,
  1272. maxpocket = 1.000000,
  1273. candemote = true,
  1274. mayor = nil,
  1275. chief = nil,
  1276. medic = nil,
  1277. cook = nil,
  1278. category = "Event",
  1279. sortOrder = 2,
  1280. PlayerLoadout = function(ply) if SERVER then ply:SetHealth(1000) ply:SetArmor(10000) end end ,
  1281. level = 500,
  1282. custom = true
  1283. })
  1284.  
  1285.  
  1286.  
  1287. TEAM_ANCIENTWARRIOR = DarkRP.createJob("Ancient Warrior", {
  1288. color = Color(145, 145, 145),
  1289. model = { "models/dwdarksouls/models/artorias.mdl" },
  1290. description = [[ Not much is known about you except stories of your immense power. You may side with whichever faction you wish. ]],
  1291. weapons = { "climb_swep2", "frostmourne", "weapon_nautilus" },
  1292. command = "ancientwarrior",
  1293. max = 2,
  1294. salary = 100.000000,
  1295. admin = 0,
  1296. vote = nil,
  1297. hasLicense = nil,
  1298. modelScale = 1.000000,
  1299. maxpocket = 1.000000,
  1300. candemote = true,
  1301. mayor = nil,
  1302. chief = nil,
  1303. medic = nil,
  1304. cook = nil,
  1305. category = "Citizens",
  1306. sortOrder = 100,
  1307. PlayerLoadout = function(ply) if SERVER then ply:SetHealth(500) ply:SetArmor(200) end end ,
  1308. level = 80,
  1309. custom = true
  1310. })
  1311.  
  1312. TEAM_CITIZEN = DarkRP.createJob("Commoner", {
  1313. color = Color(0, 255, 4),
  1314. model = { "models/humans/group1m/male_01.mdl", "models/humans/group1m/male_02.mdl", "models/humans/group1m/male_03.mdl", "models/humans/group1m/male_04.mdl", "models/humans/group1m/male_05.mdl", "models/humans/group1m/male_06.mdl", "models/humans/group1m/male_07.mdl", "models/humans/group1m/male_08.mdl", "models/humans/group1m/male_09.mdl" },
  1315. description = [[ You are the citizen of the kingdom! Roam and be free! ]],
  1316. weapons = { },
  1317. command = "commoner",
  1318. max = 0.000000,
  1319. salary = 50.000000,
  1320. admin = 0,
  1321. vote = nil,
  1322. hasLicense = nil,
  1323. modelScale = 1.000000,
  1324. maxpocket = 1.000000,
  1325. candemote = true,
  1326. mayor = nil,
  1327. chief = nil,
  1328. medic = nil,
  1329. cook = nil,
  1330. category = "Citizens",
  1331. sortOrder = 0,
  1332. PlayerLoadout = function(ply) if SERVER then ply:SetHealth(100) ply:SetArmor(0) end end ,
  1333. level = 1,
  1334. custom = true
  1335. })
  1336.  
  1337. TEAM_STAFF = DarkRP.createJob("Staff on Duty", {
  1338. color = Color(0, 0, 0, 255),
  1339. model = {"models/player/anon/anon.mdl"},
  1340. description = [[Staff on Duty.]],
  1341. weapons = {},
  1342. command = "staffonduty",
  1343. max = 0,
  1344. salary = 0,
  1345. admin = 0,
  1346. vote = false,
  1347. hasLicense = false,
  1348. candemote = false,
  1349. category = "Staff",
  1350. customCheck = function(ply) return
  1351. table.HasValue({"trialmoderator", "moderator", "admin", "superadmin", "headadmin", "staffmanager", "owner"}, ply:GetNWString("usergroup"))
  1352. end,
  1353. CustomCheckFailMsg = "Staff only.",
  1354. })
  1355.  
  1356. --[[---------------------------------------------------------------------------
  1357. Define which team joining players spawn into and what team you change to if demoted
  1358. ---------------------------------------------------------------------------]]
  1359. GAMEMODE.DefaultTeam = TEAM_CITIZEN
  1360. --[[---------------------------------------------------------------------------
  1361. Define which teams belong to civil protection
  1362. Civil protection can set warrants, make people wanted and do some other police related things
  1363. ---------------------------------------------------------------------------]]
  1364. GAMEMODE.CivilProtection = {
  1365. [TEAM_POLICE] = true,
  1366. }
  1367.  
  1368. --[[---------------------------------------------------------------------------
  1369. Jobs that are hitmen (enables the hitman menu)
  1370. ---------------------------------------------------------------------------]]
  1371. DarkRP.addHitmanTeam(TEAM_HITMAN)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement