SA-MP Forums Archive
Plugin doesn't load - 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: Plugin doesn't load (/showthread.php?tid=503554)



Plugin doesn't load - Mado - 30.03.2014

I am using this(https://sampforum.blast.hk/showthread.php?tid=56564) MySQL plugin but the plugin doesn't load. I'm getting a run time error 19. When I am using Nativechecker it says the plugin is not being loaded.


[08:24:10] Loaded.
[08:24:10] Loading plugin: mysql
[08:24:10] Failed.
[08:24:10] Loading plugin: nativechecker
[08:24:10] Loaded.
[08:24:10] Loaded 3 plugins.


The plugin;
- is placed in the plugins folder
- is in server.cfg
- is the latest version of the plugin
- is the same version as the includes

The other plugins load correctly.


Re: Plugin doesn't load - Scrillex - 30.03.2014

Is it before nativechecker?


Re: Plugin doesn't load - Avi Raj - 30.03.2014

Your mysql plugin isn't loading properly.
show your server.cfg


Re: Plugin doesn't load - Mado - 30.03.2014

echo Executing Server Config...
lanmode 0
rcon_password changem
maxplayers 50
port 7777
hostname SA-MP 0.3 Server
gamemode0 test
announce 0
query 1
plugins streamer sscanf mysql nativechecker
chatlogging 0
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]


Re: Plugin doesn't load - Lidor124 - 30.03.2014

Have you tried to download the latest version R38?
Did you installed the mysql include and plugin correctly?


Re: Plugin doesn't load - Mado - 30.03.2014

Yes, it's the most recent version (R38 ) and it's installed as it is supposed to.


Re: Plugin doesn't load - Abagail - 30.03.2014

You didn't really provide the nativechecker result... Post your server_log for when you try to run the server here.


Re: Plugin doesn't load - Mado - 30.03.2014

Quote:

SA-MP Dedicated Server
----------------------
v0.3z, ©2005-2014 SA-MP Team

[13:49:38]
[13:49:38] Server Plugins
[13:49:38] --------------
[13:49:38] Loading plugin: streamer
[13:49:38]

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

[13:49:38] Loaded.
[13:49:38] Loading plugin: sscanf
[13:49:38]

[13:49:38] ===============================

[13:49:38] sscanf plugin loaded.

[13:49:38] Version: 2.8.1

[13:49:38] © 2012 Alex "******" Cole

[13:49:38] ===============================

[13:49:38] Loaded.
[13:49:38] Loading plugin: mysql
[13:49:38] Failed.
[13:49:38] Loading plugin: nativechecker
[13:49:38] Loaded.
[13:49:38] Loaded 3 plugins.

[13:49:38]
[13:49:38] Filterscripts
[13:49:38] ---------------
[13:49:38] Loaded 0 filterscripts.

[13:49:38] Error: Function not registered: 'mysql_connect'
[13:49:38] Error: Function not registered: 'orm_errno'
[13:49:38] Error: Function not registered: 'orm_setkey'
[13:49:38] Error: Function not registered: 'mysql_close'
[13:49:38] Error: Function not registered: 'orm_create'
[13:49:38] Error: Function not registered: 'orm_select'
[13:49:38] Script[gamemodes/test.amx]: Run time error 19: "File or function is not found"
[13:49:38] Number of vehicle models: 0

There


Re: Plugin doesn't load - Abagail - 30.03.2014

What I want you to do is download this redist here, - and install it properly.

http://www.microsoft.com/en-us/downl....aspx?id=30679

NOTE: Make sure you choose x86 and not x64!


Re: Plugin doesn't load - Mado - 30.03.2014

Thank you! It works now!