[18:55:20] Error: Function not registered: 'mysql_format' [18:55:20] Error: Function not registered: 'mysql_tquery' [18:55:20] Error: Function not registered: 'cache_insert_id' [18:55:20] Error: Function not registered: 'cache_get_row_int' [18:55:20] Error: Function not registered: 'cache_get_data' [18:55:20] Error: Function not registered: 'cache_affected_rows' [18:55:20] Error: Function not registered: 'cache_get_row' [18:55:20] Error: Function not registered: 'cache_get_row_float' [18:55:20] Error: Function not registered: 'cache_get_field_content' [18:55:20] Error: Function not registered: 'cache_get_field_content_int' [18:55:20] Error: Function not registered: 'mysql_connect' [18:55:20] Error: Function not registered: 'mysql_log' [18:55:20] Error: Function not registered: 'mysql_errno'
[19:29:16] Error: Function not registered: 'mysql_tquery' [19:29:16] Error: Function not registered: 'cache_insert_id' [19:29:16] Error: Function not registered: 'cache_get_row_int' [19:29:16] Error: Function not registered: 'cache_affected_rows' [19:29:16] Error: Function not registered: 'cache_get_row_float' [19:29:16] Error: Function not registered: 'cache_get_field_content_int' [19:29:16] Error: Function not registered: 'mysql_log' |
Код:
[18:55:20] Error: Function not registered: 'mysql_format' [18:55:20] Error: Function not registered: 'mysql_tquery' [18:55:20] Error: Function not registered: 'cache_insert_id' [18:55:20] Error: Function not registered: 'cache_get_row_int' [18:55:20] Error: Function not registered: 'cache_get_data' [18:55:20] Error: Function not registered: 'cache_affected_rows' [18:55:20] Error: Function not registered: 'cache_get_row' [18:55:20] Error: Function not registered: 'cache_get_row_float' [18:55:20] Error: Function not registered: 'cache_get_field_content' [18:55:20] Error: Function not registered: 'cache_get_field_content_int' [18:55:20] Error: Function not registered: 'mysql_connect' [18:55:20] Error: Function not registered: 'mysql_log' [18:55:20] Error: Function not registered: 'mysql_errno' |
So I used the MySQL R7
Now it lessen the the problems Quote:
|
but I wonder why the plugin did not match, I use the .dll that is also with .inc so its a pack.
Edit: can you please help me which is the correct plugin? |
cache_get_row was added in R7
cache_get_row_float was added in r14 so the plugin was for R6- mysql_tquery was renamed in r21 --- As you can see, changing the version of the plugin is not enough. You'll need to change the include too and re-name/change the functions to those are used in the current version you use. https://code.******.com/p/sa-mp-mysq...n.rar&can=2&q= Replace a_mysql.inc mysql.dll and libmysql.dll Then re-compile and it should be fine. |