SA-MP Forums Archive
Server problem. - 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: Server problem. (/showthread.php?tid=180509)



Server problem. - Rokzlive - 01.10.2010

When i start my server using Q-RP it does this.

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

SA-MP Dedicated Server
----------------------
v0.3a R8, ©2005-2010 SA-MP Team

[13:18:55] filterscripts = ""  (string)
[13:18:55] 
[13:18:55] Server Plugins
[13:18:55] --------------
[13:18:55]  Loading plugin: streamer.dll
[13:18:55] 

*** Streamer Plugin v2.3.8 by Incognito loaded ***

[13:18:55]   Loaded.
[13:18:55]  Loading plugin: sscanf.dll
[13:18:55] 

[13:18:55]  ===============================

[13:18:55]       sscanf plugin loaded.     

[13:18:55]    © 2009 Alex "******" Cole

[13:18:55]  ===============================

[13:18:55]   Loaded.
[13:18:55]  Loading plugin: mysql.dll
[13:18:56]   Failed.
[13:18:56]  Loaded 2 plugins.

[13:18:57] 
[13:18:57] Filter Scripts
[13:18:57] ---------------
[13:18:57]   Loaded 0 filter scripts.

[13:18:57] Script[gamemodes/qrp.amx]: Run time error 19: "File or function is not found"
[13:18:57] Number of vehicle models: 0
Why is it doing this?


Re: Server problem. - Rokzlive - 01.10.2010

BUMP It does this with EVERY mysql based server gm i try, and i use wamp and have tryed it on 2 diff computers.


Re: Server problem. - Calgon - 01.10.2010

Because the MySQL plugin failed to load properly, maybe you're missing a vital component (such as the actual plugin).

Код:
[13:18:55]  Loading plugin: mysql.dll
[13:18:56]   Failed.
[13:18:56]  Loaded 2 plugins.



Re: Server problem. - SAW-RL - 01.10.2010

Be sure you have the correct files.
and in the server.cfg you dont have to write:

mysql.dll
write:

mysql


Re: Server problem. - Rokzlive - 01.10.2010

Calgon, can you give me a link to the right plugin? Cause im using the one i found on the forums, but i may have wrong one.