Advertisement
HatsyPlayZ

Untitled

Dec 14th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. TEAM_HGUN = DarkRP.createJob("Heavy Infantry Gunner", {
  2. color = Color(184, 184, 184, 255),
  3. model = {"models/player/wwr/starwars/hardcase.mdl"},
  4. description = [[You Serve in the 501st Heavy Division]],
  5. weapons = {"tfa_752_dc15s_expanded","sswep_clonet","tfa_swch_z6_enemy"},
  6. command = "heavylmg",
  7. max = 5,
  8. salary = 45,
  9. admin = 0,
  10. vote = false,
  11. hasLicense = false,
  12. candemote = false,
  13. category = "Heavy",
  14. })
  15.  
  16. TEAM_HRKT = DarkRP.createJob("Heavy Infantry Rocketeer", {
  17. color = Color(184, 184, 184, 255),
  18. model = {"models/player/wwr/starwars/comminvert.mdl"},
  19. description = [[You Serve in the 501st Heavy Division]],
  20. weapons = {"tfa_752_dc15s_expanded","sswep_clonet","tfa_swch_clonelauncher"},
  21. command = "heavyrkt",
  22. max = 5,
  23. salary = 45,
  24. admin = 0,
  25. vote = false,
  26. hasLicense = false,
  27. candemote = false,
  28. category = "Heavy",
  29. })
  30.  
  31. TEAM_JEDITYVOKKA = DarkRP.createJob("Jedi General Tyvokka", {
  32. color = Color(110, 110, 110, 255),
  33. model = {"models/player/chewie.mdl"},
  34. description = [[You are a force sensitive Wookie, from the Planet Of Kashyyyk, adopted into the jedi order from a young age you command the ARF Division/Scout Division, part of the jedi High Council.]],
  35. weapons = {"weapon_lightsaber","sswep_chewie"},
  36. command = "jedityvokka",
  37. max = 1,
  38. salary = 250,
  39. modelScale = 1.2,
  40. admin = 0,
  41. vote = false,
  42. hasLicense = false,
  43. candemote = false,
  44. category = "Custom RP",
  45. })
  46.  
  47. TEAM_JEDIGUNGI = DarkRP.createJob("Jedi Gungi", {
  48. color = Color(110, 110, 110, 255),
  49. model = {"models/player/b4p/b4p_chewbacca.mdl"},
  50. description = [[You are a force sensitive Wookie, from the Planet Of Kashyyyk, adopted into the jedi order at a young age, you must train and become more powerful within the force.]],
  51. weapons = {"weapon_lightsaber","sswep_chewie"},
  52. command = "jedigungi",
  53. max = 1,
  54. salary = 250,
  55. admin = 0,
  56. vote = false,
  57. hasLicense = false,
  58. candemote = false,
  59. modelScale = 0.7,
  60. category = "Custom RP",
  61. })
  62.  
  63. TEAM_HMORTAR = DarkRP.createJob("Heavy Mortar Gunner", {
  64. color = Color(110, 110, 110, 255),
  65. model = {"models/player/wwr/starwars/501eng.mdl"},
  66. description = [[You Serve in the 501st Heavy Division, Using Mortars to support attacks on planets]],
  67. weapons = {"tfa_752_dc15s_expanded","sswep_clonet"},
  68. command = "heavymortar",
  69. max = 5,
  70. salary = 45,
  71. admin = 0,
  72. vote = false,
  73. hasLicense = false,
  74. candemote = false,
  75. category = "Heavy",
  76. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement