Advertisement
Lincoln123

Untitled

Apr 7th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. class Entities
  2. {
  3. class Item1
  4. {
  5. dataType = "Marker";
  6. position[] = {4004.58, 0, 11649.3};
  7. name = "ExileMarker1";
  8. text = "Bash Trader";
  9. markerType = "ELLIPSE";
  10. type = "ExileTraderZone";
  11. colorName = "ColorBlack";
  12. fillName = "Border";
  13. a = 50;
  14. b = 50;
  15. drawBorder = 1;
  16. id = 101;
  17. atlOffset = 0;
  18. };
  19. class Item2
  20. {
  21. dataType = "Marker";
  22. position[] = {4004.58, 0, 11649.3};
  23. name = "ExileMarker2";
  24. text = "";
  25. type = "ExileTraderZoneIcon";
  26. id = 102;
  27. atlOffset = 0;
  28. };
  29. class Item3
  30. {
  31. dataType = "Marker";
  32. position[] = {6997.78, 0, 2180.68};
  33. name = "ExileMarker3";
  34. text = "Cherno Trader";
  35. markerType = "ELLIPSE";
  36. type = "ExileTraderZone";
  37. colorName = "ColorBlack";
  38. fillName = "Border";
  39. a = 50;
  40. b = 50;
  41. drawBorder = 1;
  42. id = 103;
  43. atlOffset = 0;
  44. };
  45. class Item4
  46. {
  47. dataType = "Marker";
  48. position[] = {6997.78, 0, 2180.68};
  49. name = "ExileMarker4";
  50. text = "";
  51. type = "ExileBoatTraderIcon";
  52. id = 104;
  53. atlOffset = 0;
  54. };
  55. class Item5
  56. {
  57. dataType = "Marker";
  58. position[] = {12178.3, 0, 12608.3};
  59. name = "ExileMarker5";
  60. text = "Krasnostav Trader";
  61. markerType = "ELLIPSE";
  62. type = "ExileTraderZone";
  63. colorName = "ColorBlack";
  64. fillName = "Border";
  65. a = 50;
  66. b = 50;
  67. drawBorder = 1;
  68. id = 105;
  69. atlOffset = 0;
  70. };
  71. class Item6
  72. {
  73. dataType = "Marker";
  74. position[] = {12178.3, 0, 12608.3};
  75. name = "ExileMarker6";
  76. text = "";
  77. type = "ExileAircraftTraderIcon";
  78. id = 106;
  79. atlOffset = 0;
  80. };
  81. items = 6;
  82. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement