Callexpa

abu2

Feb 9th, 2018
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. TEAM_ABUANBAR = DarkRP.createJob("Jihadi John", {
  2. color = Color(255, 0, 0, 255),
  3. model = "models/isis/terrorist_pm.mdl",
  4. description = [[Dieser Character ist teil des Amaq Squad.]],
  5. weapons = {},
  6. command = "jihadi_john",
  7. max = 1,
  8. PlayerSpawn = function(ply) ply:SetArmor( 100 ) ply:SetHealth( 100 ) end,
  9. salary = 400,
  10. admin = 0,
  11. vote = false,
  12. hasLicense = false,
  13. sortOrder = 210,
  14. hasradio = true,
  15. candemote = false,
  16. category = "Islamischer Staat",
  17. })
  18. TEAM_ISDESODOGG = DarkRP.createJob("Deso Dogg", {
  19. color = Color(255, 0, 0, 255),
  20. model = "models/isis/terrorist_pm.mdl",
  21. description = [[Dieser Character ist teil des Amaq Squad.]],
  22. weapons = {},
  23. command = "deso_dogg",
  24. max = 1,
  25. PlayerSpawn = function(ply) ply:SetArmor( 100 ) ply:SetHealth( 100 ) end,
  26. salary = 400,
  27. admin = 0,
  28. vote = false,
  29. hasLicense = false,
  30. sortOrder = 220,
  31. hasradio = true,
  32. candemote = false,
  33. category = "Islamischer Staat",
  34. })
  35. TEAM_ABUANBAR = DarkRP.createJob("Abu Ali al-Anbari", {
  36. color = Color(255, 0, 0, 255),
  37. model = "models/isis/terrorist_pm.mdl",
  38. description = [[Dieser Character ist teil des Amaq Squad.]],
  39. weapons = {},
  40. command = "abu_ali_al-anbari",
  41. max = 1,
  42. PlayerSpawn = function(ply) ply:SetArmor( 100 ) ply:SetHealth( 100 ) end,
  43. salary = 400,
  44. admin = 0,
  45. vote = false,
  46. hasLicense = false,
  47. sortOrder = 230,
  48. hasradio = true,
  49. candemote = false,
  50. category = "Islamischer Staat",
  51. })
  52. TEAM_UNSANI = DarkRP.createJob("UN Sanitäter", {
  53. color = Color(30,144,255, 255),
  54. model = {"models/player/mnu_soldier.mdl"},
  55. description = [[Die UN Steht für Frieden und Toleranz.]],
  56. weapons = {},
  57. command = "un_sanitäter",
  58. max = 0,
  59. PlayerSpawn = function(ply) ply:SetArmor( 100 ) ply:SetHealth( 100 ) end,
  60. salary = 250,
  61. admin = 0,
  62. sortOrder = 10,
  63. vote = false,
  64. hasLICense = false,
  65. hasRadio = true,
  66. candemote = false,
  67. CanPlayerSuicide = function(ply) return false end,
  68. -- -- customCheck
  69. category = "United Nations",
  70. -- customCheck = function(ply)if SERVER then return PlychangeAllowed(ply,"UN Sanitäter") end if CLIENT then return true end end,
  71. })
Advertisement
Add Comment
Please, Sign In to add comment