Help +Rep. (For My Server) -
Fire22 - 31.08.2014
So Hello Guys Can u Help Me A Little Bit Look i Ordered a New Server by triangle.gs
When i Made An FTP Acc i seted everything i saw that therre was no plugins folder
I made A Plugins Folder n opened the server.cfg and i made a plugins line after that i started my server but it said The Stuff. See Server.log File.
pawn Код:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3z-R4, (C)2005-2014 SA-MP Team
[13:08:15]
[13:08:15] Server Plugins
[13:08:15] --------------
[13:08:15] Loaded 0 plugins.
[13:08:15]
[13:08:15] Filterscripts
[13:08:15] ---------------
[13:08:15] Loaded 0 filterscripts.
[13:08:15] Script[gamemodes/WotGm.amx]: Run time error 19: "File or function is not found"
[13:08:15] Number of vehicle models: 0
Re: Help +Rep. (For My Server) -
iAnonymous - 31.08.2014
[13:08:15] Loaded 0 plugins.
This shows that your plugins aren't getting loaded.
Make sure you put .so in front of them if the System is Linux.
Runtime error 19 usually occurs due to outdated or missing plugin
Re: Help +Rep. (For My Server) -
Fire22 - 31.08.2014
I Got the .so stuff on my plugins but still they don't get loaded. Help.
Re: Help +Rep. (For My Server) -
LazyB0y - 31.08.2014
Have U Uploaded The .amx gamemode file?
Re: Help +Rep. (For My Server) -
LostGaming2014 - 31.08.2014
You need to have .amx in the host if that's not it, you don't you have a outdated/missing plugin.
Re: Help +Rep. (For My Server) -
FlawPaw - 31.08.2014
Check the plugins folder, is there even anything inside?
Re: Help +Rep. (For My Server) -
Fire22 - 31.08.2014
Of Course There Are 2 plugins,Ofcourse i uploaded the .amx File.
Re: Help +Rep. (For My Server) -
iFarbod - 31.08.2014
Linux:
Код:
plugins test.so test1.so test2.so
Windows: (Style 1)
Код:
plugins test.dll test1.dll test2.dll
Windows: (Style 2)
Код:
plugins test test1 test2
Re: Help +Rep. (For My Server) -
Younes44 - 31.08.2014
First dude..
Maybe the host that u got ur server from it using .dll(windows Plugins
![Cheesy](images/smilies/biggrin.png)
)..
AnyWay Make sure that u r using the Plugin at server.cfg
Re: Help +Rep. (For My Server) -
Kaperstone - 31.08.2014
are you sure each plugin name in server.cfg end with .so ?
should look like in server.cfg
Quote:
plugins sscanf.so streamer.so
|