Advertisement
Guest User

Untitled

a guest
Dec 17th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. // Config file generated 11/6/2017 9:44 PM with TADST.
  2.  
  3. hostName = "[RU]";
  4. password = "";
  5. passwordAdmin = "123";
  6. serverCommandPassword = "123";
  7. logFile = "";
  8.  
  9. motd[] = {
  10. };
  11. motdInterval = 3;
  12.  
  13. maxPlayers = 200;
  14. kickduplicate = 1;
  15. verifySignatures = 2;
  16. equalModRequired = 0;
  17. allowedFilePatching = 0;
  18. requiredSecureId = 0;
  19. allowedVoteCmds[] = {
  20. {"admin", false, false, 0.5},
  21. {"kick", false, false, 0.75}};
  22. voteMissionPlayers = 3;
  23. voteThreshold = 0.33;
  24.  
  25. disableVoN = 1;
  26. vonCodecQuality = 10;
  27. persistent = 1;
  28. timeStampFormat = "none";
  29. BattlEye = 1;
  30.  
  31. doubleIdDetected = "";
  32. onUserConnected = "";
  33. onUserDisconnected = "";
  34. onHackedData = "";
  35. onDifferentData = "";
  36. onUnsignedData = "";
  37. regularCheck = "";
  38.  
  39. class Missions
  40. {
  41. class Mission_1
  42. {
  43. template = "AtlantRP.Altis";
  44. difficulty = "veteran";
  45. };
  46.  
  47.  
  48. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement