Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- TEAM_ABUANBAR = DarkRP.createJob("Jihadi John", {
- color = Color(255, 0, 0, 255),
- model = "models/isis/terrorist_pm.mdl",
- description = [[Dieser Character ist teil des Amaq Squad.]],
- weapons = {},
- command = "jihadi_john",
- max = 1,
- PlayerSpawn = function(ply) ply:SetArmor( 100 ) ply:SetHealth( 100 ) end,
- salary = 400,
- admin = 0,
- vote = false,
- hasLicense = false,
- sortOrder = 210,
- hasradio = true,
- candemote = false,
- category = "Islamischer Staat",
- })
- TEAM_ISDESODOGG = DarkRP.createJob("Deso Dogg", {
- color = Color(255, 0, 0, 255),
- model = "models/isis/terrorist_pm.mdl",
- description = [[Dieser Character ist teil des Amaq Squad.]],
- weapons = {},
- command = "deso_dogg",
- max = 1,
- PlayerSpawn = function(ply) ply:SetArmor( 100 ) ply:SetHealth( 100 ) end,
- salary = 400,
- admin = 0,
- vote = false,
- hasLicense = false,
- sortOrder = 220,
- hasradio = true,
- candemote = false,
- category = "Islamischer Staat",
- })
- TEAM_ABUANBAR = DarkRP.createJob("Abu Ali al-Anbari", {
- color = Color(255, 0, 0, 255),
- model = "models/isis/terrorist_pm.mdl",
- description = [[Dieser Character ist teil des Amaq Squad.]],
- weapons = {},
- command = "abu_ali_al-anbari",
- max = 1,
- PlayerSpawn = function(ply) ply:SetArmor( 100 ) ply:SetHealth( 100 ) end,
- salary = 400,
- admin = 0,
- vote = false,
- hasLicense = false,
- sortOrder = 230,
- hasradio = true,
- candemote = false,
- category = "Islamischer Staat",
- })
- TEAM_UNSANI = DarkRP.createJob("UN Sanitäter", {
- color = Color(30,144,255, 255),
- model = {"models/player/mnu_soldier.mdl"},
- description = [[Die UN Steht für Frieden und Toleranz.]],
- weapons = {},
- command = "un_sanitäter",
- max = 0,
- PlayerSpawn = function(ply) ply:SetArmor( 100 ) ply:SetHealth( 100 ) end,
- salary = 250,
- admin = 0,
- sortOrder = 10,
- vote = false,
- hasLICense = false,
- hasRadio = true,
- candemote = false,
- CanPlayerSuicide = function(ply) return false end,
- -- -- customCheck
- category = "United Nations",
- -- customCheck = function(ply)if SERVER then return PlychangeAllowed(ply,"UN Sanitäter") end if CLIENT then return true end end,
- })
Advertisement
Add Comment
Please, Sign In to add comment