Advertisement
Guest User

Untitled

a guest
Jun 24th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. Working:
  2.  
  3. TEAM_LILPUMP = DarkRP.createJob("Lil Pump", {
  4. color = Color(0, 0, 0, 255),
  5. model = {"models/player/hazmat/colorable_hazmat.mdl"},
  6. description = [[Test]],
  7. weapons = {"dan_mg34", "climb_swep2"},
  8. command = "Test",
  9. max = 1,
  10. salary = 1500,
  11. admin = 0,
  12. vote = false,
  13. hasLicense = true,
  14. candemote = false,
  15. category = "Citizens",
  16. customCheck = function(ply) return CLIENT or
  17. table.HasValue({"STEAM_0:1:80175205"}, ply:SteamID())
  18. end,
  19. CustomCheckFailMsg = "You are not Destiny!!!",
  20. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement