Guest User

Untitled

a guest
May 25th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. /Turns Automatic mode on.
  2. //ff_players must be set higher then 0.
  3. //<1 = ON || 0 = OFF>
  4. //ff_automode 0
  5.  
  6. //Minimal number of fake and real clients on the server.
  7. //Fake clients will be kicked so that the total players on the
  8. //Server equals this number. If there are more players than this
  9. //All the fake players will be gone. Do NOT set this at or aboive
  10. //your max player count or no one will be able to join
  11. //REQUIRED to be above 0 for Automatic mode.
  12. //ff_players 2
  13.  
  14. //Delay between each fake client joins/leaves.
  15. //REQUIRED to be above 0 for Automatic mode and regular bot add.
  16. //ff_delay 1
Add Comment
Please, Sign In to add comment