SA-MP Forums Archive
Plugin Mysql R39-3 Help - 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 Mysql R39-3 Help (/showthread.php?tid=569741)



Plugin Mysql R39-3 Help - Genmetal - 02.04.2015

hey,
i'm creating Mysql Registration then when i run my sa-mp.server.exe got error

Код:
SA-MP Dedicated Server
----------------------
v0.3z, ©2005-2014 SA-MP Team

[14:31:07] filterscripts = ""  (string)
[14:31:07] 
[14:31:07] Server Plugins
[14:31:07] --------------
[14:31:07]  Loading plugin: sscanf
[14:31:07] 

[14:31:07]  ===============================

[14:31:07]       sscanf plugin loaded.     

[14:31:07]          Version:  2.8.1        

[14:31:07]    © 2012 Alex "******" Cole  

[14:31:07]  ===============================

[14:31:07]   Loaded.
[14:31:07]  Loading plugin: whirlpool
[14:31:07]  
[14:31:07]  ==================
[14:31:07]  
[14:31:07]   Whirlpool loaded
[14:31:07]  
[14:31:07]  ==================
[14:31:07]  
[14:31:07]   Loaded.
[14:31:07]  Loading plugin: streamer
[14:31:07] 

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

[14:31:07]   Loaded.
[14:31:07]  Loading plugin: mysql
[14:32:59]   Failed.
[14:32:59]  Loaded 3 plugins.

[14:32:59] 
[14:32:59] Filterscripts
[14:32:59] ---------------
[14:32:59]   Loaded 0 filterscripts.

[14:32:59] Script[gamemodes/gamerstyle.amx]: Run time error 19: "File or function is not found"
[14:32:59] Number of vehicle models: 0
[14:35:28] --- Server Shutting Down.
[14:35:28]
The error say "Failed To Load Mysql Plugin", and i put all include of Mysql right
anybody can help me? btw i'm using Win XP

NB: when i start sa-mp.server.exe it say "The procedure entry point InitializeConditionVariable culd not be located in the dynamic linkl library KERNEL32.dll


Re: Plugin Mysql R39-3 Help - BleverCastard - 02.04.2015

Do a bit of research. Someone had that issue yesterday. You need the KERNEL32.dll file.


Re: Plugin Mysql R39-3 Help - Genmetal - 02.04.2015

Quote:
Originally Posted by BleverCastard
Посмотреть сообщение
Do a bit of research. Someone had that issue yesterday. You need the KERNEL32.dll file.
can you give me download link? very need it


Re: Plugin Mysql R39-3 Help - HydraHumza - 02.04.2015

Click to search


Re: Plugin Mysql R39-3 Help - BleverCastard - 02.04.2015

Quote:
Originally Posted by Genmetal
Посмотреть сообщение
can you give me download link? very need it
If people just hand you what you need, you'll never learn how to be independent.


Re: Plugin Mysql R39-3 Help - CalvinC - 02.04.2015

Windows XP comes with the KERNEL32 file, why should that be the problem here?
And you should never install system files from random websites, they can easily contain virus or destroy your PC.

You should try updating your .NET Framework to the latest version.


Re: Plugin Mysql R39-3 Help - Genmetal - 02.04.2015

Quote:
Originally Posted by CalvinC
Посмотреть сообщение
Windows XP comes with the KERNEL32 file, why should that be the problem here?
And you should never install system files from random websites, they can easily contain virus or destroy your PC.

You should try updating your .NET Framework to the latest version.
okey now i have KERNEL32.dll, where i must put ?


Re: Plugin Mysql R39-3 Help - Vince - 02.04.2015

Windows XP is END OF LIFE! Upgrade your OS already. The function that is required does NOT work on Windows XP and Windows Server 2003.


Re: Plugin Mysql R39-3 Help - Genmetal - 02.04.2015

Quote:
Originally Posted by Vince
Посмотреть сообщение
Windows XP is END OF LIFE! Upgrade your OS already. The function that is required does NOT work on Windows XP and Windows Server 2003.
is anyway there to fix this problem without Upgrade OS ?