Advertisement
Guest User

Untitled

a guest
May 28th, 2015
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. MCC_savedObjectives = [];
  2. MCC_savedGroups = [];
  3. MCC_savedVehicles = [];
  4. MCC_savedWeather = [0.1,0,0,0,0,0];
  5. MCC_savedTime = [2035,7,6,12,7,""];
  6. MCC_settingsVars = [0.5,0.1,0.3,0.5,true,true,true,true,false,true,true,true,true,20,1000,300,true,true,false,true,true,true,true,false,true];
  7. MCC_savedZones = [[],[],[],[],[]];
  8. [MCC_savedZones] spawn MCC_fn_loadZones;
  9. [[MCC_savedObjectives, MCC_savedGroups, MCC_savedVehicles, MCC_savedWeather, MCC_savedTime,MCC_settingsVars], "MCC_fnc_loadFromMCC", false, false] spawn BIS_fnc_MP;
  10. _case=1;
  11. _color="ColorBlack";
  12. _size=[155.151,12.4121];
  13. _shape = "ELLIPSE";
  14. _brush="SolidFull";
  15. _type="hd_ambush_noShadow";
  16. _text="Test";
  17. _pos = [14737.4,16891.2,0];
  18. _dir = 0;
  19. [_case, _color, _size, _shape, _brush, _type, _text, _pos, _dir] call MCC_fnc_makeMarker;
  20. _case=1;
  21. _color="ColorBlack";
  22. _size=[155.151,12.4121];
  23. _shape = "ELLIPSE";
  24. _brush="SolidFull";
  25. _type="";
  26. _text="Test";
  27. _pos = [14778.8,16744.7,0];
  28. _dir = 0;
  29. [_case, _color, _size, _shape, _brush, _type, _text, _pos, _dir] call MCC_fnc_makeMarker;
  30. _case=1;
  31. _color="ColorBlack";
  32. _size=[155.151,12.4121];
  33. _shape = "ELLIPSE";
  34. _brush="SolidFull";
  35. _type="";
  36. _text="Test";
  37. _pos = [14602.1,16766.5,0];
  38. _dir = 0;
  39. [_case, _color, _size, _shape, _brush, _type, _text, _pos, _dir] call MCC_fnc_makeMarker;
  40. _case=0;
  41. _color="ColorBlack";
  42. _size=[1,1];
  43. _shape = "ELLIPSE";
  44. _brush="SolidFull";
  45. _type="hd_ambush_noShadow";
  46. _text="Test";
  47. _pos = [14853.8,16781,0];
  48. _dir = 0;
  49. [_case, _color, _size, _shape, _brush, _type, _text, _pos, _dir] call MCC_fnc_makeMarker;
  50. _case=0;
  51. _color="ColorBlack";
  52. _size=[1,1];
  53. _shape = "ICON";
  54. _brush="Solid";
  55. _type="hd_ambush_noShadow";
  56. _text="Test";
  57. _pos = [15298.5,17033.9,0];
  58. _dir = 0;
  59. [_case, _color, _size, _shape, _brush, _type, _text, _pos, _dir] call MCC_fnc_makeMarker;
  60. _case=0;
  61. _color="ColorBlack";
  62. _size=[1,1];
  63. _shape = "ICON";
  64. _brush="Solid";
  65. _type="hd_ambush_noShadow";
  66. _text="Test";
  67. _pos = [15226.3,17089.2,0];
  68. _dir = 0;
  69. [_case, _color, _size, _shape, _brush, _type, _text, _pos, _dir] call MCC_fnc_makeMarker;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement