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



mysql Help - TunisianoGamer - 30.01.2014

can any one help me with this ? when i try to run the server those lines appears.

[19:54:57] [debug] Run time error 19: "File or function is not found"
[19:54:57] [debug] mysql_log
[19:54:57] [debug] cache_insert_id
[19:54:57] [debug] cache_affected_rows
[19:54:57] [debug] Run time error 19: "File or function is not found"
[19:54:57] [debug] mysql_log
[19:54:57] [debug] cache_insert_id
[19:54:57] [debug] cache_affected_rows
[19:54:57] Script[gamemodes/HGRP.amx]: Run time error 19: "File or function is not found"
[19:54:57] Number of vehicle models: 0


Re: mysql Help - SilentSoul - 30.01.2014

Download the mysql plugin , this error means you missed a plugin required to run the gamemode i am not sure about it just check your server cfg if you didn't define the mysql plugin there!


Re : mysql Help - TunisianoGamer - 30.01.2014

I have removed "mysql_log"
but this is what happen now
[20:25:05] Successfully initiated the gamemode...
[20:25:05] Number of vehicle models: 29
[20:25:05] --- Server Shutting Down.
[20:25:06]

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

[20:25:06]

> MySQL plugin unloaded.

[20:25:06]

[20:25:06] ===============================

[20:25:06] sscanf plugin unloaded.

[20:25:06] ===============================

[20:25:06]
[20:25:06] ====================
[20:25:06]
[20:25:06] Whirlpool unloaded
[20:25:06]
[20:25:06] ====================
[20:25:06]


Re: mysql Help - SwisherSweet - 30.01.2014

This actually happens alot to me, In your gamemode script do you hash passwords using Whirlpool but not including it on top, Try also loading whirlpool, If that dosen't work maybe you have the wrong mysql plugin...