Вопросы

Привет всем, скачал Sublime Text 3, установил компилятор, засунул инклуды. Теперь происходит дичь с кодом. Везде появились варнинги и ошибки, также в инклудах. Как это исправить?
Сами ошибки и варнинги:



error 021: symbol already defined: "Itter_OnGameModeInit"
warning 239: literal array/string passed to a non-const parameter (их штук около 15, все писать не буду)
warning 214: possibly a "const" array argument was intended: "text"

warning 202: number of arguments does not match definition
 warning 213: tag mismatch: expected tag "Float", but found "bool"
warning 217: loose indentation

Поделиться сообщением


Ссылка на сообщение

10 ответов на этот вопрос

  • 0

А у тебя в Pawno компилятор не от Zeex'a, добавляй в функции const, подробнее в интернете прочтёшь.

Поделиться сообщением


Ссылка на сообщение
  • 0

Возможно и у тебя такое же. Кодировка с кириллицы в Sublime меняется, сделай вот как:

Открой мод, CTRL + A > CTRL + C (выделить всё, скопировать)

В меню редактора: Файл > Переоткрыть в кодировке > Cyrillic (Windows 1251)

Если будут иероглифы, то: CTRL + A > Delete > CTRL + V (выделяешь всё, удаляешь, вставляешь то, что скопировал ранее)

Компилируешь, если проблема в этом, то ошибки исчезнут

Поделиться сообщением


Ссылка на сообщение
  • 0

@SCRIPTMAN сделал всё точности, но ничего не изменилось. Ошибки остались

Поделиться сообщением


Ссылка на сообщение
  • 0

@yan2348 при компиляции в павн? всё нормально?

Поделиться сообщением


Ссылка на сообщение
  • 0

В обычном павно всё нормально, компилирует без ошибок

Поделиться сообщением


Ссылка на сообщение
  • 0

@yan2348 на что он ругается, покажи

Поделиться сообщением


Ссылка на сообщение
  • 0

Павно или сублайм? В павно немного есть варнингов, от gps сис-мы

Поделиться сообщением


Ссылка на сообщение
  • 0

@yan2348 Sublime, на что ругается? Скидывай только то, на что не ругается Pawno

Поделиться сообщением


Ссылка на сообщение
  • 0

На весь код ругается:


C:\compilier\include\a_http.inc(22) : error 021: symbol already defined: "HTTP"
C:\compilier\include\BuyWeapon.inc(185) : warning 239: literal array/string passed to a non-const parameter
C:\compilier\include\BuyWeapon.inc(185) : warning 239: literal array/string passed to a non-const parameter
C:\compilier\include\BuyWeapon.inc(185) : warning 239: literal array/string passed to a non-const parameter
C:\compilier\include\mxDate.inc(114) : warning 214: possibly a "const" array argument was intended: "formatStr"
C:\compilier\include\foreach.inc(470) : error 021: symbol already defined: "Player@YSII_Cg"
C:\compilier\include\foreach.inc(474) : error 021: symbol already defined: "Bot@YSII_Cg"
C:\compilier\include\foreach.inc(862) : error 021: symbol already defined: "Itter_RandomInternal"
C:\compilier\include\foreach.inc(900) : error 021: symbol already defined: "Itter_FreeInternal"
C:\compilier\include\foreach.inc(929) : error 021: symbol already defined: "Itter_AddInternal"
C:\compilier\include\foreach.inc(963) : error 021: symbol already defined: "Itter_RemoveInternal"
C:\compilier\include\foreach.inc(986) : error 021: symbol already defined: "Itter_SafeRemoveInternal"
C:\compilier\include\foreach.inc(1020) : error 021: symbol already defined: "Itter_ContainsInternal"
C:\compilier\include\foreach.inc(1039) : error 021: symbol already defined: "Itter_ClearInternal"
C:\compilier\include\foreach.inc(1064) : error 021: symbol already defined: "Itter_InitInternal"
C:\compilier\include\foreach.inc(1090) : error 021: symbol already defined: "Itter_PrevInternal"
C:\compilier\include\progress_bar.inc(140) : error 021: symbol already defined: "Itter_OnPlayerDisconnect"
C:\Users\�����\Desktop\server sup\gamemodes\..\soures\textdraws\gps.inc(3) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\..\soures\textdraws\gps.inc(15) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\..\soures\textdraws\gps.inc(27) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\..\soures\textdraws\gps.inc(37) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\..\soures\textdraws\gps.inc(46) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\..\soures\textdraws\gps.inc(55) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\..\soures\textdraws\gps.inc(64) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\..\soures\textdraws\gps.inc(73) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\..\soures\textdraws\gps.inc(82) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\..\soures\textdraws\gps.inc(91) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\..\soures\textdraws\gps.inc(100) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\..\soures\textdraws\gps.inc(109) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\..\soures\textdraws\gps.inc(122) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(192) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(206) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(207) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(207) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(224) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(225) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(225) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(230) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(238) : error 021: symbol already defined: "Itter_OnGameModeInit"
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(242) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(242) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(243) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(243) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(304) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(316) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(325) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(335) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(344) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(353) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(362) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(371) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(380) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(394) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(403) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(412) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(421) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(430) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(439) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(448) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(457) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(466) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(475) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(485) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(497) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(509) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(521) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(544) : error 021: symbol already defined: "Itter_OnPlayerConnect"
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(548) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(548) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(556) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(566) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(576) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(585) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(594) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(603) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(612) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(621) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(630) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(639) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(651) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(668) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(670) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(671) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(671) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(671) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(672) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(673) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(674) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(675) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(676) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(677) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(678) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(730) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(776) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(778) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(904) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(906) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(906) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(907) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(907) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(1024) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(1025) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(1025) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(1039) : warning 214: possibly a "const" array argument was intended: "dialogName"
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(1087) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(1088) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(1126) : warning 213: tag mismatch: expected tag "Float", but found "bool"
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(1213) : warning 214: possibly a "const" array argument was intended: "text"
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(1286) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(1287) : warning 202: number of arguments does not match definition
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(1295) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(1295) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(1297) : warning 202: number of arguments does not match definition
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(1298) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(1299) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(1313) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(1321) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(1322) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(1328) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(1338) : warning 214: possibly a "const" array argument was intended: "text"
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(1466) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(1466) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(1471) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(1493) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(1495) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(1501) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(1650) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(1735) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(1735) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(1737) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(1739) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(1772) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(1774) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(1774) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(1803) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(1805) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(1805) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(1806) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(1806) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(1847) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(1853) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(1854) : warning 239: literal array/string passed to a non-const parameter
C:\Users\�����\Desktop\server sup\gamemodes\sunlightrp.pwn(1855) : warning 239: literal array/string passed to a non-const parameter
gamemodes\sunlightrp.pwn(1856) : warning 239: literal array/string passed to a non-const parameter
gamemodes\sunlightrp.pwn(1858) : warning 239: literal array/string passed to a non-const parameter
gamemodes\sunlightrp.pwn(1859) : warning 239: literal array/string passed to a non-const parameter
\gamemodes\sunlightrp.pwn(1872) : warning 239: literal array/string passed to a non-const parameter
gamemodes\sunlightrp.pwn(1876) : warning 239: literal array/string passed to a non-const parameter
gamemodes\sunlightrp.pwn(1913) : warning 214: possibly a "const" array argument was intended: "string"gamemodes\sunlightrp.pwn(2034) : warning 239: literal array/string passed to a non-const parameter
\gamemodes\sunlightrp.pwn(2038) : warning 217: loose indentation:gamemodes\sunlightrp.pwn(2040) : warning 217: loose indentation
sunlightrp.pwn(2068) : warning 203: symbol is never used: "GPS"

Поделиться сообщением


Ссылка на сообщение
  • 0

Спасибо, переподключил инклуды, ошибки пропали. 138 варнингов, кучу const понадобится писать. И задефайненые значения выдают ошибки. Думаю буду там писать код, компилировать, и в обычном pawno.exe перекомпилировать. 

Поделиться сообщением


Ссылка на сообщение
Гость
Эта тема закрыта для публикации ответов.
  • Последние посетители   0 пользователей онлайн

    Ни одного зарегистрированного пользователя не просматривает данную страницу

  • Похожий контент

    • Mister Odin
      От Mister Odin
       
      new
       g_teleport_list[39][E_TELEPORT_LIST] = {  {"Спавн пгт.Батырево", 1802.3612, 2508.4824, 15.8887},  {"Спавн г.Арзамас", -113.5887, 977.7222, 12.0346},     {"Спавн г.Южный", 2744.2770, -2446.7246, 21.8988},     {"Центральный банк", 1852.020385,2040.791381,15.892713},  {"Рублёвка", -837.7783, 888.6161, 12.7232},  {"Казино", 1332.4252, 2358.7014, 17.6641},  {"Битва за контейнеры", 614.5167, 1722.3566, 12.0709},  {"Автосалон низкого класса", 2493.9616, -722.9544, 12.3315},  {"Автосалон среднего класса", 1407.7449, 455.4801, 13.1630},  {"Автосалон высокого класса", -14.0637, 2614.5664, 10.9892},   {"Мотосалон Harley Davidson", 785.720153, 750.465087, 12.000024},  {"Автошкола", 1909.174438,2227.679687,15.708162},  {"Военкомат", 1916.778564,2302.411376,15.574637},  {"Правительство области", -139.140975,593.789611,12.145712},  {"Отдел полиции №1 (ГИБДД)", 1906.805786,-2234.382812,11.257631},  {"Отдел полиции №2 (УМВД)", 2581.309326,-2416.139892,21.960090},  {"Отдел ФСБ", 1823.904663,2095.636718,15.848405},  {"Городская больница г.Арзамас", -285.797210,581.851562,12.120290},   {"СМИ", -317.708038,821.221679,13.051450},  {"Воинская часть", 1703.197265,1678.025878,15.279437},  {"Арзамасская ОПГ", 438.705322,1046.505126,12.002637},  {"Батыревская ОПГ", 1941.203857,2161.006591,15.705187},  {"Лыткаринская ОПГ", -2346.002441,75.257041,21.002962},  {"Шахта", 2381.5727, 1726.4451, -2.1506},  {"Завод", -1062.6697, 2204.1894, 38.0964},  {"Инкосация", 1864.1374, 2011.7136, 15.8546},  {"Транспортная Компания", 2362.1115, 1972.5627, 15.5530},  {"База механиков", 1840.918090,-118.025146,15.695312},  {"Курьерская служба доставки", 2764.509765,-2396.882568,21.890625},  {"Аренда автобуса(Южный)", 2771.041992,-2454.780761,21.845964},  {"Аренда автобуса(Арзамас)", -127.487670,943.652648,12.142824},   {"Аренда автобуса(Батырево)", 1798.986328,2529.591552,15.664262},  {"Гоночная трасса", -1568.7784, 1611.8305, 36.3971},  {"Дом на горе", -789.5397, -456.7479, 741.1422},  {"СТО и тюнинг-ателье", 1856.1375, -122.3266, 15.6888},  {"Аренда транспорта пгт.Батырево", 1763.641723,2255.673339,15.865348},  {"Аренда транспорта г.Арзамас", -36.923530,1360.673583,12.002090},  {"Аренда транспорта г.Южный", 1966.599975,-2603.943603,10.820312},  {"Тайный интерьер в Лыткарино", -2424.5818, 2846.3291, 40.7908} };