Question

Залил сервер и такая проблема со всеми плагинами.
[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.

Share this post


Link to post

3 answers to this question

  • 0

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

Share this post


Link to post
  • 0

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

 

Share this post


Link to post
  • 0

@nazikUA посмотрите в папке plugins .

Share this post


Link to post
Guest
This topic is now closed to further replies.
Sign in to follow this  
Followers 0
  • Recently Browsing   0 members

    No registered users viewing this page.

  • Similar Content

    • Sergo_Alexeev
      By Sergo_Alexeev
      Всем доброго дня. Разрабатываю мод и столкнулся с таким вопросом... У меня имеется донат меню, то есть покупка авто, на каждое авто у меня идет 1 кейс в DialogResponse, пример:


       
       
      Мы имеем много-много кейсов, а теперь глянем в сам донат (покупка авто).
      Пример:

       
       
      По итогу, мы получаем Диалог с выбором покупки авто, много кейсов. Но вот не задача, у меня этих авто, тысячи, как мне сделать так, что бы не делать кейс на каждый авто. Можно ли заменить несколько кейсов, ОДНИМ? Так еще и что бы выдавало нужный айди авто, который выбрал пользователь??