SA-MP Forums Archive
How fix that? - 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: How fix that? (/showthread.php?tid=660773)



How fix that? - murilo2929 - 13.11.2018

[00:28:54] Error: Function not registered: 'WP_Hash'
[00:28:54] Error: Function not registered: 'cache_get_field_content'
[00:28:54] Error: Function not registered: 'cache_get_data'
[00:28:54] Error: Function not registered: 'cache_get_row'
[00:28:54] [debug] Run time error 19: "File or function is not found"
[00:28:54] [debug] cache_get_field_content
[00:28:54] [debug] cache_get_data
[00:28:54] [debug] cache_get_row
[00:28:54] [debug] Run time error 19: "File or function is not found"
[00:28:54] [debug] cache_get_field_content
[00:28:54] [debug] cache_get_data
[00:28:54] [debug] cache_get_row
[00:28:54] Script[gamemodes/roleplay.amx]: Run time error 19: "File or function is not found"
[00:28:54] Number of vehicle models: 0
[00:28:54] New version of CrashDetect is available for download (4.13)


Re: How fix that? - YourWhalecum - 13.11.2018

Quote:
Originally Posted by murilo2929
Посмотреть сообщение
[00:28:54] Error: Function not registered: 'WP_Hash'
[00:28:54] Error: Function not registered: 'cache_get_field_content'
[00:28:54] Error: Function not registered: 'cache_get_data'
[00:28:54] Error: Function not registered: 'cache_get_row'
[00:28:54] [debug] Run time error 19: "File or function is not found"
[00:28:54] [debug] cache_get_field_content
[00:28:54] [debug] cache_get_data
[00:28:54] [debug] cache_get_row
[00:28:54] [debug] Run time error 19: "File or function is not found"
[00:28:54] [debug] cache_get_field_content
[00:28:54] [debug] cache_get_data
[00:28:54] [debug] cache_get_row
[00:28:54] Script[gamemodes/roleplay.amx]: Run time error 19: "File or function is not found"
[00:28:54] Number of vehicle models: 0
[00:28:54] New version of CrashDetect is available for download (4.13)
Код:
[00:28:54]    Error: Function not registered: 'WP_Hash'
Need the whirlpool plugin

Код:
[00:28:54]    Error: Function not registered: 'cache_get_field_content'
[00:28:54]    Error: Function not registered: 'cache_get_data'
[00:28:54]    Error: Function not registered: 'cache_get_row'
[00:28:54] [debug] Run time error 19: "File or function is not found"
[00:28:54] [debug]  cache_get_field_content
[00:28:54] [debug]  cache_get_data
[00:28:54] [debug]  cache_get_row
[00:28:54] [debug] Run time error 19: "File or function is not found"
[00:28:54] [debug]  cache_get_field_content
[00:28:54] [debug]  cache_get_data
[00:28:54] [debug]  cache_get_row
You are missing the mysql plugin or have the incorrect version. Also make sure you have your mysql database information inside of your gamemode. It will look something like this:
Код:
#define SQL_HOST "-"
#define SQL_USER "-"
#define SQL_PASS "-"
#define SQL_DB "-"