Advertisement
Guest User

Untitled

a guest
Feb 7th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. TEAM_HOBO = DarkRP.createJob("Hobo", {
  2. color = Color(80, 45, 0, 255),
  3. model = "models/player/corpse1.mdl",
  4. description = [[The lowest member of society. All people see you laugh. You have no home. Beg for your food and money Sing for everyone who passes to get money Make your own wooden home]],
  5. weapons = {"weapon_bugbait"},
  6. command = "hobo",
  7. max = 5,
  8. salary = 0,
  9. admin = 0,
  10. vote = false,
  11. customCheck = function(ply) return SimpleXPGetLevel(ply) >= 20 end,
  12. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement