SA-MP Forums Archive
MySql Error?? - 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 Error?? (/showthread.php?tid=504890)



MySql Error?? - Fachrul48 - 06.04.2014

Код:
[13:27:27]    Error: Function not registered: 'mysql_query'
[13:27:27]    Error: Function not registered: 'mysql_connect'
[13:27:27]    Error: Function not registered: 'mysql_insert_id'
[13:27:27]    Error: Function not registered: 'mysql_store_result'
[13:27:27]    Error: Function not registered: 'mysql_num_rows'
[13:27:27]    Error: Function not registered: 'mysql_retrieve_row'
[13:27:27]    Error: Function not registered: 'mysql_fetch_field_row'
[13:27:27]    Error: Function not registered: 'mysql_free_result'
[13:27:27] Script[gamemodes/ggrpsql.amx]: Run time error 19: "File or function is not found"
[13:27:27] Number of vehicle models: 0
how do i fix that


Re: MySql Error?? - VishvaJeet - 06.04.2014

have you installed mysql plugins ?
& added in server.cfg >> plugins line ?


Re: MySql Error?? - Fachrul48 - 06.04.2014

of course it is here's my plugins line
plugins mysql.so audio.so sscanf.so streamer.so socket.so nativechecker.so


Re: MySql Error?? - VishvaJeet - 06.04.2014

your mysql version of BlueG ? then compile your script with latest version
Or i think you have missed any include file


Re: MySql Error?? - Fachrul48 - 06.04.2014

^ i already updated to the last version