Advertisement
Guest User

Untitled

a guest
Feb 10th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. #============================================
  2. # Online Voiced Command
  3. #============================================
  4. # Instead of the real online player count it adds more people periodically.
  5. # It adds X fake players every 5 minutes till it reaches default (player count/default specified below).
  6. # Using //increase_fake NUMBER admin command increases the limit to what you specified.
  7. ShowFakeOnlinePlayers = True
  8.  
  9. # System will stop increasing fake player count after it reaches this value.
  10. DefaultFakeIncrease = 30
  11.  
  12. # How many players should the system increase every 5 minutes?
  13. FakePlayersIncrease = 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement