Advertisement
Guest User

Untitled

a guest
Jan 24th, 2019
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. /*
  2. What is this?
  3. To link your server with you the programmer account to have more informations to help you for the installation of your next products.
  4. This is important to start our products on your server because the core do a lot of work to have an easy installation for all our products.
  5.  
  6. This is required to start your server for security reasons. If you do not put the right email adress, you server will not work.
  7.  
  8. EXAMPLE : (DO NOT USE THESE EMAIL ADRESS, THEY ARE NOT WORKING ITS ONLY AN EXAMPLE)
  9.  
  10. accounts[] = {
  11. "clement.1991@hotmail.fr",
  12. "clement.1991@hotmail.fr"
  13. };
  14. */
  15.  
  16. accounts[] = {
  17. "clement.1991@hotmail.fr"
  18. };
  19.  
  20.  
  21. /*
  22. What is this?
  23. The Programmer has a global ban system so hackers don't jump around servers and learn how to bypass The Programmer.
  24.  
  25. If you as a server admin want him to get in even tho he is globally banned, just ask for his UID and add the UID in the array below.
  26. */
  27. enable_global_ban_sync = true; // If disable, all people banned by the programmer will be able to join your server (RECOMMENDED TO USE DEFAULT : true)
  28.  
  29. bypass_global_ban_uids[] = {
  30. "UID1","UID2","UID3","..."
  31. };
  32.  
  33. /*
  34. What is this?
  35. The programmer can detect errors in the installation of our products on your server.
  36. */
  37. errors_detection = true;
  38.  
  39. descriptionPath = "description.ext";
  40. cfgRemoteExecPath = "CfgRemoteExec.hpp";
  41. coreInitPath = "core\init.sqf";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement