Advertisement
MGT

Untitled

MGT
May 12th, 2015
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. #include "BIS_AddonInfo.hpp"
  2. #define _ARMA_
  3. class CfgPatches {
  4. class A3_server_settings {
  5. units[] = {};
  6. weapons[] = {};
  7. requiredVersion = 0.1;
  8. epochVersion = "0.3.0.3";
  9. requiredAddons[] = {};
  10. };
  11. };
  12. #include "configs\Loots.h"
  13. class CfgEpochServer
  14. {
  15. #include "\@epochhive\epochconfig.hpp"
  16. };
  17. class CfgEpoch
  18. {
  19. class Default
  20. {
  21. worldSize = 12000;
  22. traderBlds[] = {};
  23. containerPos[] = {};
  24. telePos[] = {};
  25. propsPos[] = {};
  26. staticNpcPos[] = {};
  27. };
  28. #include "configs\maps\altis.h"
  29. #include "configs\maps\chernarus.h"
  30. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement