Вопросы

Привет всем, скачал 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 пользователей онлайн

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

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

    • Узбек
      От Узбек
      Всем добрый вечер ребят! 
      Я начинающий, сегодня я вам сливаю команду 2(шт) на технические работы
      Ловите 
       
    • nazpol9
      От nazpol9
      Привет всем.

      У меня имеется мод для самп сервера и VPS с Ubuntu, на котором я пытаюсь его запустить.

      В чем суть проблемы: при запуске samp03svr, сервер запускается, но на версии 0.3.DL R-1. Когда я пытаюсь запустить этот же мод локально на Windows, сервер работает на версии 0.3.7 и я могу зайти на него без клиента 0.3.DL.

      Для решения этой проблемы я уже пробовал заменять инклуды и исполнительные файлы теми, что есть в архивах на официальном сайте сампа, перекомпилировал мод, и ничего не изменилось.
       
      #include <a_samp> #include <a_mysql> #include <foreach> #include <Pawn.RakNet> #include <streamer> #include <sscanf2> #include <float2> #include <crashdetect> #include <fmt> #include <a_http> #include <Pawn.CMD> #include <Pawn.Regex> #include <requests> #include <callbacks> #include <MD5> #include <mxdate> #include <TOTP> #include <gvar> #include <md-sort> #include <nex-ac> #include <weapon-config> #include <discord-connector> #include <3DTryg> #include <textdraw-streamer>  
      plugins crashdetect.so streamer.so textdraw-streamer.so sscanf.so pawnraknet.so pawncmd.so mysql.so requests.so profiler.so pawnregex.so TOTP.so gvar.so discord-connector.so

      Если у кого-то будут какие-либо догадки, прошу ими поделиться, если понадобится больше информации - я постараюсь её предоставить.