SA-MP Forums Archive
RUNTIME ERROR 19 - 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: RUNTIME ERROR 19 (/showthread.php?tid=646899)



RUNTIME ERROR 19 - JulianWilliams - 26.12.2017

Error
Код:
[10:38:04]    Error: Function not registered: 'cache_get_data'
[10:38:04]    Error: Function not registered: 'cache_get_field_content'
[10:38:04]    Error: Function not registered: 'cache_get_row'
[10:38:04] Script[gamemodes/PLV.amx]: Run time error 19: "File or function is not found"
server_logs
Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

[10:38:03] 
[10:38:03] Server Plugins
[10:38:03] --------------
[10:38:03]  Loading plugin: sscanf.so
[10:38:03] 

[10:38:03]  ===============================

[10:38:03]       sscanf plugin loaded.     

[10:38:03]          Version:  2.8.1        

[10:38:03]    © 2012 Alex "******" Cole  

[10:38:03]  ===============================

[10:38:03]   Loaded.
[10:38:03]  Loading plugin: streamer.so
[10:38:03] 

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

[10:38:03]   Loaded.
[10:38:03]  Loading plugin: mysql.so
[10:38:03]  >> plugin.mysql: R41-4 successfully loaded.
[10:38:03]   Loaded.
[10:38:03]  Loading plugin: Whirlpool.so
[10:38:03]  
[10:38:03]  ==================
[10:38:03]  
[10:38:03]   Whirlpool loaded
[10:38:03]  
[10:38:03]  ==================
[10:38:03]  
[10:38:03]   Loaded.
[10:38:03]  Loading plugin: nativechecker.so
[10:38:03]   Loaded.
[10:38:03]  Loaded 5 plugins.

[10:38:03] 
[10:38:03] Filterscripts
[10:38:03] ---------------
[10:38:03]   Loading filterscript 'Playerinteriors.amx'...
[10:38:03]   Unable to load filterscript 'Playerinteriors.amx'.
[10:38:03]   Loading filterscript 'Playerexteriors.amx'...
[10:38:03]   Unable to load filterscript 'Playerexteriors.amx'.
[10:38:03]   Loading filterscript 'yom_buttons.amx'...
[10:38:03] *** Streamer Plugin: Warning: Include file version (0x26104) does not match plugin version (0x26105) (script might need to be recompiled with the latest include file)
[10:38:03]   Loading filterscript 'gcustom.amx'...
[10:38:03] *** Streamer Plugin: Warning: Include file version (0x26104) does not match plugin version (0x26105) (script might need to be recompiled with the latest include file)
[10:38:03]   Loading filterscript 'Mappings.amx'...
[10:38:03]   Loading filterscript 'Server.amx'...
[10:38:03]   Loading filterscript 'vactions.amx'...
[10:38:03]   Loaded 5 filterscripts.

[10:38:04]    Error: Function not registered: 'cache_get_data'
[10:38:04]    Error: Function not registered: 'cache_get_field_content'
[10:38:04]    Error: Function not registered: 'cache_get_row'
[10:38:04] Script[gamemodes/PLV.amx]: Run time error 19: "File or function is not found"
[10:38:04] Number of vehicle models: 0



Re: RUNTIME ERROR 19 - RogueDrifter - 26.12.2017

How to fix runtime errors by Emmet


Re: RUNTIME ERROR 19 - JulianWilliams - 26.12.2017

Quote:
Originally Posted by RogueDrifter
Посмотреть сообщение
Doesn't seem like updating the plugins and include helps.