SA-MP Forums Archive
Need help about 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: Need help about load plugins (/showthread.php?tid=603583)



Need help about load plugins - VenusDarkX - 25.03.2016

I got this error:
PHP код:
----------
Loaded log file"server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3.7-R2, (C)2005-2015 SA-MP Team
[18:18:28filterscripts ""  (string)
[
18:18:28
[
18:18:28Server Plugins
[18:18:28] --------------
[
18:18:28]  Loading pluginmysql
[18:18:28]   Failed.
[
18:18:28]  Loading pluginsscanf
[18:18:28]   Failed.
[
18:18:28]  Loading pluginnativechecker
[18:18:28]   Loaded.
[
18:18:28]  Loaded 1 plugins.
[
18:18:28
[
18:18:28Filterscripts
[18:18:28] ---------------
[
18:18:28]   Loaded 0 filterscripts.
[
18:18:28]    Error: Function not registered'SSCANF_Init'
[18:18:28]    Error: Function not registered'SSCANF_Join'
[18:18:28]    Error: Function not registered'SSCANF_Leave'
[18:18:28Script[gamemodes/XG-RP.amx]: Run time error 19"File or function is not found"
[18:18:28Number of vehicle models
I don't understand, I updated every includes and plugins but it still not work! MySQL,sscanf2,... can't be load. Sorry about bad English!!


Re: Need help about load plugins - VenusDarkX - 25.03.2016

OK, I put some .dll files into the server folder but now it still can't load mysql plugin r39.4. Even I put some line config MySQL connection in .pwn file
PHP код:
#define MYSQL_HOST "127.0.0.1" //Has to be a string
#define MYSQL_USER "root" //Has to be a string
#define MYSQL_PASSWORD "" //There is none for wamp unless you set one.
#define MYSQL_DATABASE "xgrp" //Has to be a string 



Re: Need help about load plugins - VenusDarkX - 25.03.2016

OMG, I fixed this problem, by this thread: https://github.com/pBlueG/SA-MP-MySQL/issues/61