Вопросы

Залил сервер и такая проблема со всеми плагинами.
[18:00:45]
[18:00:45] Server Plugins
[18:00:45] —----------—
[18:00:45] Loading plugin: crashdetect
[18:00:45] Failed (plugins/crashdetect: cannot open shared object file: No such file or directory)
[18:00:45] Loading plugin: CRP
[18:00:45] Failed (plugins/CRP: cannot open shared object file: No such file or directory)
[18:00:45] Loading plugin: mysql
[18:00:45] Failed (plugins/mysql: cannot open shared object file: No such file or directory)
[18:00:45] Loading plugin: pawncmd
[18:00:45] Failed (plugins/pawncmd: cannot open shared object file: No such file or directory)
[18:00:45] Loading plugin: sscanf
[18:00:45] Failed (plugins/sscanf: cannot open shared object file: No such file or directory)
[18:00:45] Loading plugin: pawnregex
[18:00:45] Failed (plugins/pawnregex: cannot open shared object file: No such file or directory)
[18:00:45] Loading plugin: streamer
[18:00:45] Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[18:00:45] Loading plugin: TDE
[18:00:45] Failed (plugins/TDE: cannot open shared object file: No such file or directory)
[18:00:45] Loaded 0 plugins.

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


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

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

  • 0

В конце всех плагинов добавьте .so

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


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

@Holmo а что за плагин mys?

 

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


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

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

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

    • fresko241
      От fresko241
      Привет, я только обучаюсь разработке. Хочу узнать у меня есть радио, музыка играет. Но как можно сделать чтобы музыка играла только в машине и слышна была и людям которые возле нее.


       
      CMD:radio(playerid,params[])
      {
              ShowPlayerDialog(playerid,150,DIALOG_STYLE_LIST,"Включить радио","[1] Кайф ты поймала\n[2] Седая ночь\n[3] Руки вверх ай яй яй\n[4] Radio ZaycevFM\n","Выбрать","Отмена");
      }
      CMD:radiostop(playerid,params[])
      {
              if(!IsValidObject(3)) return SendClientMessage(playerid,0xff0000AA,"Вы не включали радио");
          RemovePlayerAttachedObject(playerid, 3);
          StopAudioStreamForPlayer(playerid);
          SendClientMessage(playerid,0xff0000AA,"Вы сняли наушники и выключил плеер.");
          return 1;
      }