Advertisement
TronichalZ

My own Gov class

Dec 31st, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. TEAM_TRONNY = DarkRP.createJob("TronnyGovy", {
  2. color = Color(255,0,255,255),
  3. model = {"models/fbi_pack/fbi_09.mdl"},
  4. description = [[ Here is your very own Government Custom Class Made By - Tron ]],
  5. weapons = {"m9k_usas", "m9k_scar", "arrest_stick", "unarrest_stick", "dsr_taser", "med_kit", "weaponchecker", "stunstick", "door_ram", "hoverbootsv1"},
  6. command = "tronny",
  7. max = 1,
  8. salary = 200,
  9. admin = 0,
  10. vote = false,
  11. hasLicense = true,
  12. candemote = false,
  13. mayor = false,
  14. category = "Custom Jobs",
  15. PlayerSpawn = function(ply)
  16. ply:SetMaxHealth(200)
  17. ply:SetHealth(200)
  18. ply:SetArmor(100)
  19. end,
  20. customCheck = function(ply) return table.HasValue({"STEAM_0:1:117297530"}, ply:SteamID()) end,
  21. CustomCheckFailMsg = "Whoa there this is Trons Custom Class consider donating for your own:)"
  22. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement