Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- TEAM_PRACA = DarkRP.createJob("Legenda", {
- color = Color(0, 108, 0, 255),
- model = {"models/ms13/slow_2.mdl"},
- description = [[Legendarny mieszkaniec Grove Street.]],
- weapons = {"tfa_nmrih_sledge", "csgo_bowie"},
- command = "lgs",
- max = 1,
- salary = 50,
- admin = 0,
- vote = false,
- hasLicense = false,
- candemote = false,
- PlayerSpawn = function(ply) ply:SetHealth(1000) ply:SetMaxHealth(1000) return CLIENT end,
- category = "Grove Street",
- customCheck = function(ply) return PlychangeAllowed(ply,"Legenda") end,
- CustomCheckFailMsg = "Nie pochodzisz z Grove Street!"
- })
- TEAM_PRACA = DarkRP.createJob("Zaufany", {
- color = Color(0, 108, 0, 255),
- model = {"models/ms13/slow_3.mdl"},
- description = [[Zaufany mieszkaniec Grove Street.]],
- weapons = {"tfa_nmrih_bat", "csgo_bowie"},
- command = "zgs",
- max = 2,
- salary = 50,
- admin = 0,
- vote = false,
- hasLicense = false,
- candemote = false,
- PlayerSpawn = function(ply) ply:SetHealth(600) ply:SetMaxHealth(600) return CLIENT end,
- category = "Grove Street",
- customCheck = function(ply) return PlychangeAllowed(ply,"Zaufany") end,
- CustomCheckFailMsg = "Nie pochodzisz z Grove Street!"
- })
- TEAM_PRACA = DarkRP.createJob("Nowy", {
- color = Color(0, 108, 0, 255),
- model = {"models/ms13/slow_1.mdl"},
- description = [[Nowy mieszkaniec Grove Street.]],
- weapons = {"tfa_nmrih_crowbar", "csgo_bowie"},
- command = "ngs",
- max = 5,
- salary = 50,
- admin = 0,
- vote = false,
- hasLicense = false,
- candemote = false,
- PlayerSpawn = function(ply) ply:SetHealth(250) ply:SetMaxHealth(250) return CLIENT end,
- category = "Grove Street",
- customCheck = function(ply) return PlychangeAllowed(ply,"Nowy") end,
- CustomCheckFailMsg = "Nie pochodzisz z Grove Street!"
- })
- TEAM_PRACA = DarkRP.createJob("Szarak", {
- color = Color(0, 108, 0, 255),
- model = {"models/ms13/slow_1.mdl"},
- description = [[Zwyczajny mieszkaniec Grove Street.]],
- weapons = {"tfa_nmrih_wrench", "csgo_bowie"},
- command = "zgs",
- max = 10,
- salary = 50,
- admin = 0,
- vote = false,
- hasLicense = false,
- candemote = false,
- PlayerSpawn = function(ply) ply:SetHealth(350) ply:SetMaxHealth(350) return CLIENT end,
- category = "Grove Street",
- customCheck = function(ply) return PlychangeAllowed(ply,"Szarak") end,
- CustomCheckFailMsg = "Nie pochodzisz z Grove Street!"
- })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement