SA-MP Forums Archive
Please Help Me - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Please Help Me (/showthread.php?tid=360127)



Please Help Me - HyDrAtIc - 16.07.2012

Hey

when i run samp-server.exe that's the error i get




please answer this question and tell how i fix it,i dont know anything about this error but i tryied to Run as Administrator same error it happen's when the server try to load irc.so streamer.so and sscanf.so


Re: Please Help Me - Mr.Mercer - 16.07.2012

You need to rename the plugin part in your [B]server.cfg[/B to,

Quote:

plugins streamer sscanf

.so is used for Linux operating servers.


Re: Please Help Me - HyDrAtIc - 16.07.2012

Quote:
Originally Posted by Mr.Mercer
Посмотреть сообщение
You need to rename the plugin part in your [B]server.cfg[/B to,



.so is used for Linux operating servers.
did that now but that i what get now






Re: Please Help Me - HyDrAtIc - 16.07.2012

i have all file's in plugins folder but idk what i can do


Re: Please Help Me - Mr.Mercer - 16.07.2012

Try ,

Quote:

plugins streamer.dll sscanf.dll

Make sure you have all the files in the plugin folder.


Re: Please Help Me - Mark™ - 16.07.2012

That's what happens when you load a linux plugin on a Windows operating system. Remove sscanf.so and place sscanf.dll file in your plugins folder; also remove ".so" from then name at plugins line in your server.cfg. Also make sure you got .NET Framework v3.5 or higher installed on your computer or else plugins will fail to load.


Re: Please Help Me - HyDrAtIc - 16.07.2012

Thank You Guy's