Advertisement
RickyMeekle123

Untitled

May 4th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. // Config file generated 5/4/2018 3:50 PM with TADST.
  2.  
  3. hostName = "Administrator's Server";
  4. password = "123";
  5. passwordAdmin = "Meekle123";
  6. serverCommandPassword = "Meeekle123";
  7. logFile = "";
  8.  
  9. motd[] = {
  10. };
  11. motdInterval = 3;
  12.  
  13. maxPlayers = 100;
  14. kickduplicate = 1;
  15. verifySignatures = 0;
  16. allowedFilePatching = 0;
  17. requiredSecureId = 0;
  18. upnp = 1;
  19.  
  20. allowedVoteCmds[] = {};
  21. voteMissionPlayers = 3;
  22. voteThreshold = 1.5;
  23.  
  24. disableVoN = 0;
  25. vonCodecQuality = 10;
  26. persistent = 1;
  27. timeStampFormat = "short";
  28. BattlEye = 1;
  29. maxPing = 500;
  30. kickClientsOnSlowNetwork = 0;
  31.  
  32. doubleIdDetected = "";
  33. onUserConnected = "";
  34. onUserDisconnected = "";
  35. onHackedData = "";
  36. onDifferentData = "";
  37. onUnsignedData = "";
  38. regularCheck = "";
  39.  
  40. class Missions
  41. {
  42. class Mission_1
  43. {
  44. template = "Altis_Life.Altis";
  45. difficulty = "regular";
  46. };
  47.  
  48.  
  49. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement