Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. TEAM_MURLOC = DarkRP.createJob("Murloc", {
  2. color = Color(110, 255, 0, 255),
  3. model = {"models/mailer/wow_characters/wowanim_murloc.mdl"},
  4. description = [[Gnarl's custom job.]],
  5. weapons = {"weapon_medkit"},
  6. command = "murloc",
  7. max = 1,
  8. salary = 500,
  9. admin = 0,
  10. vote = false,
  11. hasLicense = true,
  12. candemote = false,
  13. category = "Custom Jobs",
  14. customCheck = function(ply) return
  15. table.HasValue({"STEAM_1:1:37143031"}, ply:SteamID())
  16. end,
  17. CustomCheckFailMsg = "This is Gnarl's custom job..",
  18. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement