ZechiNigga

Untitled

Jul 22nd, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. --[[
  2. Generated using: DarkRP | Job Generator
  3. https://csite.io/tools/gmod-darkrp-job
  4. --]]
  5. Assface = DarkRP.createJob("Testing Job", {
  6. color = Color(102, 31, 31, 255),
  7. model = {"models/player/guerilla.mdl"},
  8. description = [[You have absolutely no worth since you are a test job and are just begin used in tests and to do tests and stuff like tests]],
  9. weapons = {"weapon_fiveseven2", "weapon_ak472", "weapon_glock2"},
  10. command = "/ttestt",
  11. max = 1,
  12. salary = 9000,
  13. admin = 0,
  14. vote = true,
  15. hasLicense = true,
  16. candemote = false,
  17. category = "Citezens",
  18. NeedToChangeFrom = Citizen
  19. })
Add Comment
Please, Sign In to add comment