Cannot load plugins - 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: Cannot load plugins (
/showthread.php?tid=534551)
Cannot load plugins -
JM_Millers - 30.08.2014
Hello.
I don't know why I can't load plugins.
server.cfg:
Quote:
plugins dc_cmd streamer mysql
|
server_log.txt:
Quote:
[17:01:04] Server Plugins
[17:01:04] --------------
[17:01:04] Loading plugin: dc_cmd
[17:01:04] Failed.
[17:01:04] Loading plugin: streamer
[17:01:04] Failed.
[17:01:04] Loading plugin: mysql
[17:01:04] Failed.
[17:01:04] Loaded 0 plugins.
|
Tere're all this plugins in the folder:
The version of this server:
samp03z_svr_R1_win32.zip
I hope you'll help me.
Re: Cannot load plugins -
DavidKember - 30.08.2014
Are you trying to host your server on your home or hoster?, because you may have to use the Linux plugins if the hoster supports Linux, you can do it by changing .dll to .so at the server.cfg
Re: Cannot load plugins -
JM_Millers - 30.08.2014
Quote:
Originally Posted by DavidKember
Are you trying to host your server on your home or hoster?, because you may have to use the Linux plugins if the hoster supports Linux, you can do it by changing .dll to .so at the server.cfg
|
No, I'm running a server on localhost (on my computer).
Re: Cannot load plugins -
Clad - 30.08.2014
Code:
plugins dc_cmd.dll streamer.dll mysql.dll
All of your plugins are old, Update them tho.
Re: Cannot load plugins -
JM_Millers - 30.08.2014
Quote:
Originally Posted by Clad
Code:
plugins dc_cmd.dll streamer.dll mysql.dll
All of your plugins are old, Update them tho.
|
No, I'm using the latest version of all plugins
Re: Cannot load plugins -
Clad - 30.08.2014
No, You are not
Re: Cannot load plugins -
JM_Millers - 30.08.2014
Quote:
Originally Posted by Clad
No, You are not
|
I've just download mysql R39-2, streamer 2.7.3 and the last version of dc_cmd.
But the problem hasn't gone away.
Re: Cannot load plugins -
Clad - 30.08.2014
Are you sure ? your plugins date show they are old like MySQL and Streamer, Maybe you didin't place them ?
Re: Cannot load plugins -
JM_Millers - 30.08.2014
Quote:
Originally Posted by Clad
Are you sure ? your plugins date show they are old like MySQL and Streamer, Maybe you didin't place them ?
|
Hmm.. I'm trying to do this again
Re: Cannot load plugins -
JM_Millers - 30.08.2014
Quote:
Originally Posted by Clad
Are you sure ? your plugins date show they are old like MySQL and Streamer, Maybe you didin't place them ?
|
I've done this again, but it still isn't work