SA-MP Forums Archive
Loading plugins failed - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Loading plugins failed (/showthread.php?tid=387515)



Loading plugins failed - Jassey - 25.10.2012

I have the problem when i run the samp-server.exe on my Windows VPS.
Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3e, ©2005-2012 SA-MP Team

[14:39:44] 
[14:39:44] Server Plugins
[14:39:44] --------------
[14:39:44]  Loading plugin: audio.dll
[14:39:44]   Failed.
[14:39:44]  Loading plugin: sscanf.dll
[14:39:44] 

[14:39:44]  ===============================

[14:39:44]       sscanf plugin loaded.     

[14:39:44]    © 2009 Alex "******" Cole

[14:39:44]    0.3d-R2 500 Players "dnee"

[14:39:44]  ===============================

[14:39:44]   Loaded.
[14:39:44]  Loading plugin: streamer.dll
[14:39:44]   Failed.
[14:39:44]  Loaded 1 plugins.

[14:39:44] 
[14:39:44] Filterscripts
[14:39:44] ---------------
[14:39:44]   Loading filterscript 'buttons.amx'...
[14:39:44]   Loading filterscript 'animations.amx'...
[14:39:44]   Loading filterscript 'speedo.amx'...
[14:39:44] Clock Speedometer load
[14:39:44]   Loading filterscript 'anims.amx'...
[14:39:44]   Loaded 4 filterscripts.

[14:39:44] Script[gamemodes/SRC.amx]: Run time error 19: "File or function is not found"
[14:39:44] Number of vehicle models: 0
But i have put on server.cfg like this:
Код:
plugins audio.dll sscanf.dll streamer.dll



Re: Loading plugins failed - zT KiNgKoNg - 25.10.2012

First off do you have the plugins folder /w plugins in -_-


Re: Loading plugins failed - niels44 - 25.10.2012

^^ if he has it like audio.dll etc then it will never work if he runs windows -_- and i think he has them in the folder, else add the plugins in the plugins folder aswell

if you run windows, then you should remove the .dll behind them..

like this:

Код:
plugins audio sscanf streamer
if you run linux then you should use:
Код:
plugins audio.so sscanf.so streamer.so
hope i helped you out


Re: Loading plugins failed - Jassey - 25.10.2012

Quote:
Originally Posted by niels44
Посмотреть сообщение
^^ if he has it like audio.dll etc then it will never work if he runs windows -_- and i think he has them in the folder, else add the plugins in the plugins folder aswell

if you run windows, then you should remove the .dll behind them..

like this:

Код:
plugins audio sscanf streamer
if you run linux then you should use:
Код:
plugins audio.so sscanf.so streamer.so
hope i helped you out
Not helped, uh still can not running pls help me what should i do?


Re: Loading plugins failed - WizBoy - 25.10.2012

Some options why not Working!

1. Maybe you dont have the Plug. in the Plugins Folder

2. Maybe you didnt wrote the name of Plug. in the Plugins line in the server.cfg file

3. Maybe you need a newer version of Streamer



Re: Loading plugins failed - Jassey - 25.10.2012

Quote:
Originally Posted by WizBoy
Посмотреть сообщение
Some options why not Working!

1. Maybe you dont have the Plug. in the Plugins Folder

2. Maybe you didnt wrote the name of Plug. in the Plugins line in the server.cfg file

3. Maybe you need a newer version of Streamer
I have the Plugins folder also i have put the name of this fucking plugins on the Server.cfg.
But this working when i run the samp-server.exe on my PC, but not working on my Windows VPS.


Re: Loading plugins failed - niels44 - 25.10.2012

what does your vps runs on? Linux or Windows? if its linux then use .so, like i said before:
Код:
plugins audio.so sscanf.so streamer.so



Re: Loading plugins failed - newbienoob - 25.10.2012

Get nativechecker.


Re: Loading plugins failed - Jassey - 25.10.2012

Quote:
Originally Posted by niels44
Посмотреть сообщение
what does your vps runs on? Linux or Windows? if its linux then use .so, like i said before:
Код:
plugins audio.so sscanf.so streamer.so
I'm using the Windows Operating System. I have delete the ".dll" on the server.cfg.


Re: Loading plugins failed - Riddick94 - 25.10.2012

YOU are using, but what does VPS using? I guess it must be a Linux plugin not Windows.