Advertisement
Guest User

Dwarfs CAG

a guest
Jul 16th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.39 KB | None | 0 0
  1. --[[-----------------------------------------------------------------------
  2. Categories
  3. ---------------------------------------------------------------------------
  4. The categories of the default F4 menu.
  5.  
  6. Please read this page for more information:
  7. http://wiki.darkrp.com/index.php/DarkRP:Categories
  8.  
  9. In case that page can't be reached, here's an example with explanation:
  10.  
  11. DarkRP.createCategory{
  12. name = "Citizens", -- The name of the category.
  13. categorises = "jobs", -- What it categorises. MUST be one of "jobs", "entities", "shipments", "weapons", "vehicles", "ammo".
  14. startExpanded = true, -- Whether the category is expanded when you open the F4 menu.
  15. color = Color(0, 107, 0, 255), -- The color of the category header.
  16. canSee = function(ply) return true end, -- OPTIONAL: whether the player can see this category AND EVERYTHING IN IT.
  17. sortOrder = 100, -- OPTIONAL: With this you can decide where your category is. Low numbers to put it on top, high numbers to put it on the bottom. It's 100 by default.
  18. }
  19.  
  20.  
  21. Add new categories under the next line!
  22. ---------------------------------------------------------------------------]]
  23.  
  24.  
  25.  
  26. DarkRP.createCategory{
  27. name = "RECRUIT Trooper",
  28. categorises = "jobs",
  29. startExpanded = true,
  30. color = Color(0, 107, 0, 255),
  31. canSee = function(ply) return true end,
  32. sortOrder = 100,
  33. }
  34.  
  35. DarkRP.createCategory{
  36. name = "ST Troopers",
  37. categorises = "jobs",
  38. startExpanded = true,
  39. color = Color(0, 107, 0, 255),
  40. canSee = function(ply) return true end,
  41. sortOrder = 100,
  42. }
  43.  
  44. DarkRP.createCategory{
  45. name = "Shock Troopers",
  46. categorises = "jobs",
  47. startExpanded = true,
  48. color = Color(0, 107, 0, 255),
  49. canSee = function(ply) return true end,
  50. sortOrder = 100,
  51. }
  52.  
  53. DarkRP.createCategory{
  54. name = "442 Troopers",
  55. categorises = "jobs",
  56. startExpanded = true,
  57. color = Color(0, 107, 0, 255),
  58. canSee = function(ply) return true end,
  59. sortOrder = 100,
  60. }
  61.  
  62. DarkRP.createCategory{
  63. name = "Pilot Troopers",
  64. categorises = "jobs",
  65. startExpanded = true,
  66. color = Color(0, 107, 0, 255),
  67. canSee = function(ply) return true end,
  68. sortOrder = 100,
  69. }
  70.  
  71. DarkRP.createCategory{
  72. name = "Staff on Dutys",
  73. categorises = "jobs",
  74. startExpanded = true,
  75. color = Color(0, 107, 0, 255),
  76. canSee = function(ply) return true end,
  77. sortOrder = 100,
  78. }
  79.  
  80. DarkRP.createCategory{
  81. name = "Jump Troopers",
  82. categorises = "jobs",
  83. startExpanded = true,
  84. color = Color(0, 107, 0, 255),
  85. canSee = function(ply) return true end,
  86. sortOrder = 100,
  87. }
  88.  
  89. DarkRP.createCategory{
  90. name = "Medical Trooper",
  91. categorises = "jobs",
  92. startExpanded = true,
  93. color = Color(0, 107, 0, 255),
  94. canSee = function(ply) return true end,
  95. sortOrder = 100,
  96. }
  97.  
  98. DarkRP.createCategory{
  99. name = "shadow Troopers",
  100. categorises = "jobs",
  101. startExpanded = true,
  102. color = Color(0, 107, 0, 255),
  103. canSee = function(ply) return true end,
  104. sortOrder = 100,
  105. }
  106.  
  107. DarkRP.createCategory{
  108. name = "501st Troopers",
  109. categorises = "jobs",
  110. startExpanded = true,
  111. color = Color(0, 107, 0, 255),
  112. canSee = function(ply) return true end,
  113. sortOrder = 100,
  114. }
  115.  
  116. DarkRP.createCategory{
  117. name = "Nova Troopers",
  118. categorises = "jobs",
  119. startExpanded = true,
  120. color = Color(0, 107, 0, 255),
  121. canSee = function(ply) return true end,
  122. sortOrder = 100,
  123. }
  124.  
  125. DarkRP.createCategory{
  126. name = "Sith",
  127. categorises = "jobs",
  128. startExpanded = true,
  129. color = Color(0, 107, 0, 255),
  130. canSee = function(ply) return true end,
  131. sortOrder = 100,
  132. }
  133.  
  134. DarkRP.createCategory{
  135. name = "Fleet",
  136. categorises = "jobs",
  137. startExpanded = true,
  138. color = Color(0, 107, 0, 255),
  139. canSee = function(ply) return true end,
  140. sortOrder = 100,
  141. }
  142.  
  143. DarkRP.createCategory{
  144. name = "Rebels",
  145. categorises = "jobs",
  146. startExpanded = true,
  147. color = Color(0, 107, 0, 255),
  148. canSee = function(ply) return true end,
  149. sortOrder = 100,
  150. }
  151.  
  152. DarkRP.createCategory{
  153. name = "VIP Jobs",
  154. categorises = "jobs",
  155. startExpanded = true,
  156. color = Color(0, 107, 0, 255),
  157. canSee = function(ply) return true end,
  158. sortOrder = 100,
  159. }
  160.  
  161. DarkRP.createCategory{
  162. name = "Helios Guard",
  163. categorises = "jobs",
  164. startExpanded = true,
  165. color = Color(0, 107, 0, 255),
  166. canSee = function(ply) return true end,
  167. sortOrder = 100,
  168. }
  169.  
  170. DarkRP.createCategory{
  171. name = "DT Troopers",
  172. categorises = "jobs",
  173. startExpanded = true,
  174. color = Color(0, 107, 0, 255),
  175. canSee = function(ply) return true end,
  176. sortOrder = 100,
  177. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement