Advertisement
Bondi71

Untitled

Jun 11th, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. hostName = "[UK|EU] EntinityRP Dev Server";
  2. password = "";
  3. passwordAdmin = "********";
  4. serverCommandPassword = "";
  5. logFile = "";
  6. motd[] = {
  7. };
  8.  
  9. motdInterval = 3;
  10. maxPlayers = 128;
  11. kickduplicate = 1;
  12. verifySignatures = 2;
  13. allowedFilePatching = 0;
  14. requiredSecureId = 0;
  15. voteMissionPlayers = 3;
  16. voteThreshold = 1.5;
  17. disableVoN = 0;
  18. vonCodecQuality = 10;
  19. persistent = 1;
  20. timeStampFormat = "none";
  21. BattlEye = 1;
  22.  
  23. doubleIdDetected = "";
  24. onUserConnected = "";
  25. onUserDisconnected = "";
  26. onHackedData = "";
  27. onDifferentData = "";
  28. onUnsignedData = "";
  29. regularCheck = "";
  30.  
  31. class Missions
  32. {
  33. class Mission_1
  34. {
  35. template = "Altis_Life.Altis";
  36. difficulty = "regular";
  37. };
  38. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement