Advertisement
Guest User

Untitled

a guest
Dec 10th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. DarkRP.createCategory{
  2. name = "Assault Rifles",
  3. categorises = "shipments",
  4. startExpanded = true,
  5. color = Color(255, 115, 28, 255),
  6. }
  7. DarkRP.createCategory{
  8. name = "Pistols",
  9. categorises = "shipments",
  10. startExpanded = true,
  11. color = Color(158, 0, 186, 255),
  12. }
  13. DarkRP.createCategory{
  14. name = "Shotguns",
  15. categorises = "shipments",
  16. startExpanded = true,
  17. color = Color(0, 204, 17, 255),
  18. }
  19. DarkRP.createCategory{
  20. name = "Submachine Guns",
  21. categorises = "shipments",
  22. startExpanded = true,
  23. color = Color(255, 255, 0, 255),
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement