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



MYSQL - kalanerik99 - 18.07.2015

Hello all

I have a problem
I made a simple mysql gamemode.. (to test something) but mysql doesn't work
I added INCLUDE AND PLUGIN (in .cfg too)
It should make a mysql_log but it doesn't
Mysql plugin and gamemode starts well



LOG:


Код:
SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

[18:14:36] filterscripts = ""  (string)
[18:14:36] 
[18:14:36] Server Plugins
[18:14:36] --------------
[18:14:36]  Loading plugin: mysql
[18:14:36] 

  > MySQL plugin R5 successfully loaded.

[18:14:36]   Loaded.
[18:14:36]  Loaded 1 plugins.

[18:14:36] 
[18:14:36] Filterscripts
[18:14:36] ---------------
[18:14:36]   Loaded 0 filterscripts.

---------------------------------------
[18:14:36] Gamemode started !

[18:14:36] ---------------------------------------

[18:14:36] Number of vehicle models: 0



Re: MYSQL - MotherDucker - 18.07.2015

You need to use the code below to show the log in the file called "mysql.log"
Код:
mysql_debug(1);