[PROBLEM] Plugins i think..
#1

Hello,i have problems with my script,i can't turn my server on.
It shows me a Runtime Error 19.,but i think that plugins are setuped correctly...
I need help,and sorry for my bad english..

Server-log
Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3c R2, ©2005-2011 SA-MP Team

[15:18:44] filterscripts = ""  (string)
[15:18:44] 
[15:18:44] Server Plugins
[15:18:44] --------------
[15:18:44]  Loading plugin: sscanf.dll
[15:18:44]   Failed.
[15:18:44]  Loading plugin: streamer.dll
[15:18:45]   Failed.
[15:18:45]  Loaded 0 plugins.

[15:18:45] 
[15:18:45] Filter Scripts
[15:18:45] ---------------
[15:18:45]   Loaded 0 filter scripts.

[15:18:45] Script[gamemodes/bah.amx]: Run time error 19: "File or function is not found"
[15:18:45] Number of vehicle models: 0
[15:18:46] --- Server Shutting Down.

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

SA-MP Dedicated Server
----------------------
v0.3c R2, ©2005-2011 SA-MP Team

[04:01:22] filterscripts = ""  (string)
[04:01:22] 
[04:01:22] Server Plugins
[04:01:22] --------------
[04:01:22]  Loading plugin: sscanf.dll
[04:01:23]   Failed.
[04:01:23]  Loading plugin: streamer.dll
[04:01:23]   Failed.
[04:01:23]  Loaded 0 plugins.

[04:01:23] 
[04:01:23] Filter Scripts
[04:01:23] ---------------
[04:01:23]   Loaded 0 filter scripts.

[04:01:23] Script[gamemodes/bah.amx]: Run time error 19: "File or function is not found"
[04:01:23] Number of vehicle models: 0
[04:01:25] --- Server Shutting Down.
Server CFG

Код:
echo Executing Server Config...
lanmode 1
rcon_password lozinka
maxplayers 50
port 7777
hostname Bahamas Rol3Play
gamemode0 bah 1
filterscripts 
announce 1
query 1
weburl
mapname Los Santos
maxnpc 5
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
plugins sscanf.dll streamer.dll
Includes in my script

Код:
#include <a_samp>
#include <Dini>
#include <dudb>
#include <ZCMD>
#include <foreach>
#include <sscanf2>
#include <streamer>
Probao sam stavit i : sscanf streamer , i sscanf.ddl streamer.ddl , ali neradi nijedno od toga.
I am using Win XP
I think that plugins look alright,i'v tried sscanf.dll streamer.dll , and sscanf streamer , but it didn't work..
Reply
#2

Quote:

[15:18:44] Loading plugin: sscanf.dll
[15:18:44] Failed.
[15:18:44] Loading plugin: streamer.dll
[15:18:45] Failed.

Your plugins aren't loading. Please ensure that you have sscanf.dll and streamer.dll in the /plugins directory of your server. You do not need the .dll suffix in your server configuration file if you're running a Windows server.

If you're running the server on linux, ensure that you have the .so suffix on BOTH "sscanf" and "streamer" in your server configuration file (server.cfg) and that the .so files are in the /plugins directory.
Reply
#3

Don't add the extension .dll in the server.cfg when on Windows.
Reply
#4

yes i know that for linux,i'v tried without .dll ,and with .dll,and it doesen't work,
my plugins are in correct folder,i've tried to move my amx to other folders with gamemode but it still show's that runtime error 19
Reply
#5

You are missing some .cfg on the scriptfiles folder.
Reply
#6

sorry,but i don't understand what do you want to tell me..
Reply
#7

it's home hosted? or server hosted?;
what OS you are using?;
Do you have your plugins folder just with dll files(for windows) or .so files(for linux)?;
Reply
#8

i am using windows xp,i don't want to host it,i just want to test my gamemode..
I have .dll and .so in my plugins folder..
Reply
#9

Quote:
Originally Posted by ivanVU
Посмотреть сообщение
i am using windows xp,i don't want to host it,i just want to test my gamemode..
I have .dll and .so in my plugins folder..
Do NOT put .dll on the end of your plugin names (in server.cfg) then.
Reply
#10

Whats your server IP; so I can have a look at it.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)