Help? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Help? (
/showthread.php?tid=597620)
Help? -
N0FeaR - 02.01.2016
Anyone got a clue what the problem will be here?
Код:
[21:49:03] Error: Function not registered: 'mysql_real_escape_string'
[21:49:03] Error: Function not registered: 'mysql_store_result'
[21:49:03] Error: Function not registered: 'mysql_num_rows'
[21:49:03] Error: Function not registered: 'mysql_free_result'
[21:49:03] Error: Function not registered: 'mysql_ping'
[21:49:03] Error: Function not registered: 'mysql_retrieve_row'
[21:49:03] Error: Function not registered: 'mysql_fetch_field_row'
[21:49:03] Error: Function not registered: 'mysql_fetch_row_format'
Re: Help? -
HarrisonC - 03.01.2016
1) Check you have the #include for the MySQL plugin are using in your gamemode
2) Check that you have the MySQL include file in your pawno/includes folder that you have used in your gamemode #include
I'm assuming you have the plugin included in the plugins part of your server.cfg?
Do you get this error when compiling?