Advertisement
Guest User

GoZa's Custom Job l Agent put this in the job text

a guest
May 6th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. TEAM_SAMURAI = DarkRP.createJob("Ancient Samurai", {
  2. color = Color(0, 0, 0, 255),
  3. model = {"models/Samurai/Samurai_Player.mdl"},
  4. description = [[ An ancient warrior lost in time, Now using his skills to raid the unworthy.]],
  5. weapons = {m9k_svu, m9k_deagle, climb_swep2, m9k_damascus, pocket},
  6. command = "samurai",
  7. max = 3,
  8. salary = 300,
  9. admin = 0,
  10. vote = false,
  11.  
  12. hasLicense = false,
  13. candemote = true,
  14. -- CustomCheck
  15. medic = false,
  16. chief = false,
  17. mayor = false,
  18. hobo = false,
  19. cook = false,
  20. category = "samurai",
  21. return ply:SteamID()=="STEAM_0:1:109454686"
  22. or ply:SteamID()=="STEAM_0:1:85486582"
  23. or ply:SteamID()=="STEAM_0:1:149855022"
  24. or ply:SteamID()=="ADD"
  25. or ply:SteamID()=="ADD"
  26. or ply:SteamID()=="ADD"
  27. or ply:SteamID()=="ADD"
  28. or ply:SteamID()=="ADD"
  29. end
  30. })tt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement