Advertisement
Guest User

Untitled

a guest
Jun 21st, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. PowerRounds.DoneRounds = false
  2. PowerRounds.AddRound({
  3. Name = "Hell",
  4. Gamemode = "Any",
  5. NameClr = Color(12, 121, 255),
  6. Description = "Welcome to hell!",
  7. DescriptionClr = Color(12, 121, 255),
  8. ServerStart = function() game.ConsoleCommand("hell all\n") end,
  9. ServerEnd = function() game.ConsoleCommand("hell endall\n") end
  10. })
  11.  
  12. PowerRounds.AddRound({
  13. Name = "Disco",
  14. Gamemode = "Any",
  15. NameClr = Color(12, 121, 255),
  16. Description = "Time to party!",
  17. DescriptionClr = Color(12, 121, 255),
  18. ServerStart = function() game.ConsoleCommand("disco all\n") end,
  19. ServerEnd = function() game.ConsoleCommand("disco endall\n") end
  20. })
  21.  
  22. PowerRounds.AddRound({
  23. Name = "Hacks",
  24. Gamemode = "Any",
  25. NameClr = Color(12, 121, 255),
  26. Description = "EVERYONE HAS HACKS! Normal TTT play!",
  27. DescriptionClr = Color(12, 121, 255),
  28. ServerStart = function() game.ConsoleCommand("aids all\n") end,
  29. ServerEnd = function() game.ConsoleCommand("unload_ahack\n") end
  30. })
  31. PowerRounds.DoneRounds = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement