Advertisement
Guest User

Untitled

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