Advertisement
Guest User

Untitled

a guest
Apr 19th, 2015
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. TEAM_SPYRO = DarkRP.createJob("Spyro", {
  2. color = Color(255, 0, 217, 255),
  3. model = {"models/player_spyro.mdl"},
  4. description = [[This is Tiger and Bedcorn's PRIVATE job! Only Tiger and Bedcorn can have it!]],
  5. weapons = {"arrest_stick","unarrest_stick","stunstick","weapon_keypadchecker","dsaur_magic_invis"},
  6. command = "spyro",
  7. max = 2,
  8. salary = 1000,
  9. admin = 2,
  10. vote = false,
  11. hasLicense = false,
  12. category = "Outsiders",
  13. customCheck = function(ply) return ply:SteamID() == "STEAM_0:1:62466314" or ply:SteamID()=="STEAM_0:1:42004348" end,
  14. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement