Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. Commander Rating would help new and irregular players know what to expect of their commander through simple statistics such as "Research Knowledge", "Building Placement", "Attack Orders" etc...
  2. Those statistics would be stored in a database either locally or on a webserver.
  3.  
  4. Commands for Players:
  5. !commrate - Shows a list of all the players of the server.
  6. !commrate <player> - Shows the ratings for the specified player.
  7. !mycommrate - Shows the rating for the current commander.
  8. !ratecomm - Shows the rating menu.
  9. !resetmyrate - Resets the rating for yourself.
  10.  
  11. Commands for Admins:
  12. (possible integration in the sourcemod admin menu)
  13. !forcerate <target> - Opens the rating menu for all the targets.
  14. !resetrate <player> - Resets the rating for a given player.
  15.  
  16. Rating Menu:
  17. A simple sourcemod menu that would look like this (1.1=submenu)
  18.  
  19. 1. Research Knowledge
  20. 1.1. 1
  21. 1.2. 2
  22. 1.3. 3
  23. 1.4. 4
  24. 1.5. 5
  25. 2. Building Placement
  26. 1.1. 1
  27. ...
  28. 3. Attack Orders
  29. ...
  30. 4. Map Awareness
  31. 5. Communication
  32. 6. Strategy
  33.  
  34. Ratings:
  35. A simple sourcemod menu that would look like this.
  36.  
  37. <playername>
  38. Research Knowledge: 4.1/5
  39. Building Placement: 3.4/5
  40. Attack Orders: 1.2/5
  41. Map Awareness: 4.9/5
  42. Communication: 0.7/5
  43. Strategy: 2.7/5
  44. Win/Loss: 67%
  45. Amount of rating: 245
  46.  
  47. Plugins Variables:
  48. Database = "pathtodatabase" //path to the database file.
  49. Forceendofroundrate = "1/0" //Triggers the rating menu at the end of the round. After the mapvote?
  50. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement