• 0

Question

Кароче решил запустить мод через локалку,запускаю samp-server и всё...

 


----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3.7-R2, (C)2005-2015 SA-MP Team


Server Plugins
--------------
 Loading plugin: antiddos
  Failed.
 Loading plugin: YSF

 ==============================================
 YSF 2.1 (compiled Nov 14 2020 15:42:22) loaded
  (c) 2008 Alex "Y_Less" Cole
  (c) 2010 - 2018 kurta999
  (c) 2018 - 2020 IllidanS4
 Server version: 0.3.7 R2-1 or R2-2, Windows
 ==============================================

  Loaded.
 Loading plugin: TOTP
TOTP plugin v1.0.1 by Games loaded.
  Loaded.
 Loading plugin: streamer


*** Streamer Plugin v2.9.4 by Incognito loaded ***

  Loaded.
 Loading plugin: sscanf


 ===============================

      sscanf plugin loaded.

         Version:  2.8.3

  (c) 2018 Alex "Y_Less" Cole

 ===============================

  Loaded.
 Loading plugin: sampvoice
[sv:dbg:network:init] : module initializing...
[dbg:raknet:init] : module initializing...
[dbg:raknet:init] : installed hook to 'GetRakServerInterface' function (ptr:0044FAD0)
[dbg:raknet:init] : installed hook to 'OnPlayerDisconnect' function (ptr:0046D970)
[dbg:raknet:init] : module initialized
[sv:dbg:network:init] : module initialized
 -------------------------------------------
   ___                __   __    _
  / __| __ _ _ __  _ _\ \ / /__ (_) __ ___
  \__ \/ _` | '  \| '_ \   / _ \| |/ _/ -_)
  |___/\__,_|_|_|_| .__/\_/\___/|_|\__\___|
                  |_|
 -------------------------------------------
           SampVoice by MOR loaded
 -------------------------------------------
  Loaded.
 Loading plugin: pawnraknet
[Pawn.RakNet]

    | Pawn.RakNet 1.4.1 | 2016 - 2020
    |--------------------------------
    | Author and maintainer: urShadow


    | Compiled: Jun 18 2020 at 14:19:11
    |--------------------------------------------------------------
    | Forum thread: https://forum.sa-mp.com/showthread.php?t=640306
    |--------------------------------------------------------------
    | Repository: https://github.com/urShadow/Pawn.RakNet
    |--------------------------------------------------------------
    | Wiki: https://github.com/urShadow/Pawn.RakNet/wiki

  Loaded.
 Loading plugin: pawncmd
Pawn.CMD plugin v3.2.0 by urShadow has been loaded
  Loaded.
 Loading plugin: mysql
 >> plugin.mysql: R39-6 successfully loaded.
  Loaded.
 Loading plugin: mapandreas
  Loaded.
 Loading plugin: fmt
 * fmt plugin loaded
 * v2.1 (c) vsergeenko
  Loaded.
 Loading plugin: LauncherAddon
  Failed.
 Loaded 10 plugins.


Ban list
--------
 Loaded: samp.ban


Started server on 127.0.0.1:25, with maxplayers: 1000 lanmode is OFF.


Filterscripts
---------------
  Loading filterscript 'attached.amx'...
[sv:dbg:main:AmxLoad] : net game pointer (value:023595E8) received
[sv:dbg:network:bind] : voice server running on port 49645
  Loading filterscript 'attachedlast.amx'...
[sv:dbg:main:AmxLoad] : failed to bind voice server
  Loading filterscript 'cinema.amx'...
[sv:dbg:main:AmxLoad] : failed to bind voice server
  Loading filterscript 'inerfaces.amx'...
  Unable to load filterscript 'inerfaces.amx'.
  Loading filterscript 'other.amx'...
[sv:dbg:main:AmxLoad] : failed to bind voice server
  Loaded 4 filterscripts.

[sv:dbg:main:AmxLoad] : failed to bind voice server
Script[gamemodes/arizonarp.amx]: Run time error 19: "File or function is not found"
Number of vehicle models: 0

 

 

Цитата

Буду весьма благодарен если решите проблему и объясните её возникновение)

 

Share this post


Link to post
Share on other sites

2 answers to this question

  • 0

Решить проблему можно, перебором всех плагинов и инклудов. Обновить их, прописать в моде и server.cfg.

Так же обратите внимания, на filterscripts и Rak.Net!

Share this post


Link to post
Share on other sites
  • 0

Loading plugin: antiddos
  Failed.
и у тебя плагин crashdetect не подключен,подключи его и узнаешь в чём точно проблема 

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.

  • Recently Browsing   0 members

    No registered users viewing this page.

  • Similar Content

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


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

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