Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. --[[
  2. Generated using: DarkRP | Job Generator
  3. https://csite.io/tools/gmod-darkrp-job
  4. --]]
  5. TEAM_VIGILANTE = DarkRP.createJob("Strażnik obywatelski", {
  6. color = Color(95, 140, 103, 255),
  7. model = {"models/tfre/gensec_player_jungle.mdl"},
  8. description = [[tak]],
  9. weapons = {"m9k_acr"},
  10. command = "vigilante",
  11. max = 1,
  12. salary = 1,
  13. admin = 2,
  14. vote = false,
  15. hasLicense = true,
  16. candemote = false,
  17. ammo = {
  18. ["AR2"] = 9999
  19. },
  20. PlayerSpawn = function(ply)
  21. ply:SetMaxHealth(250)
  22. ply:SetHealth(250)
  23. ply:SetArmor(255)
  24. end,
  25. customCheck = function(ply) return
  26. table.HasValue({"STEAM_0:0:125343512"}, ply:SteamID())
  27. end,
  28. CustomCheckFailMsg = "u can't",
  29. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement