Advertisement
Guest User

Untitled

a guest
Aug 30th, 2015
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. Team_James = DarkRP.createJob("JetpackJames", {
  2. color = Color(0, 0, 0, 255),
  3. model = {"models/player/charple.mdl"},
  4. description = [[You are jetpack james! You fly around with your jetpack having fun! Even after your horrible burn accident you still pull off the sick stunts!You cannot raid,mug,kidnap etc!]],
  5. weapons = {cooljetpack,m9k_coltpython},
  6. command = "/Jetpack",
  7. max = 1,
  8. salary = 75,
  9. admin = 0,
  10. vote = false,
  11. hasLicense = false,
  12. candemote = true,
  13. -- CustomCheck
  14. medic = false,
  15. chief = false,
  16. mayor = false,
  17. hobo = false,
  18. cook = false,
  19. category = "Citizen",
  20. })
  21.  
  22.  
  23. Team_Glitch = DarkRP.createJob("Glitch", {
  24. color = Color(0, 255, 25, 255),
  25. model = {"models/editor/playerstart.mdl"},
  26. description = [[You are glitch! When you were a little boy you were taken and expiermented on! You now are unstopable in your eyes! You can raid,Mug,Kidnap etc ]],
  27. weapons = {m9k_f2000,lockpick,keypad_cracker,m9k_glock},
  28. command = "/glitch",
  29. max = 1,
  30. salary = 100,
  31. admin = 0,
  32. vote = true,
  33. hasLicense = false,
  34. candemote = true,
  35. -- CustomCheck
  36. medic = false,
  37. chief = false,
  38. mayor = false,
  39. hobo = false,
  40. cook = false,
  41. category = "Citizen",
  42. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement