SA-MP Forums Archive
Runtime Error 19 PLS HELP??? - 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 PLS HELP??? (/showthread.php?tid=605891)



Runtime Error 19 PLS HELP??? - PrednizoN - 26.04.2016

Код:
----------
Loaded log file: "server_log.txt".
----------

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

[14:42:18] 
[14:42:18] Server Plugins
[14:42:18] --------------
[14:42:18]  Loading plugin: mysql
[14:42:18] 

  > MySQL plugin R8 (****** code Revision 5) successfully loaded.

[14:42:18]   Loaded.
[14:42:18]  Loading plugin: sscanf
[14:42:18] 

[14:42:18]  ===============================

[14:42:18]       sscanf plugin loaded.     

[14:42:18]          Version:  2.8.1        

[14:42:18]    © 2012 Alex "******" Cole  

[14:42:18]  ===============================

[14:42:18]   Loaded.
[14:42:18]  Loading plugin: streamer
[14:42:18] 

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

[14:42:18]   Loaded.
[14:42:18]  Loaded 3 plugins.

[14:42:19] 
[14:42:19] Filterscripts
[14:42:19] ---------------
[14:42:19]   Loading filterscript 'Objects.amx'...
[14:42:19]   Loading filterscript 'AntiCrash.amx'...
[14:42:19]   Unable to load filterscript 'AntiCrash.amx'.
[14:42:19]   Loaded 1 filterscripts.

[14:42:19] Script[gamemodes/nwe.amx]: Run time error 19: "File or function is not found"
[14:42:19] Number of vehicle models: 0
i was update plugins but dont solved problem pls help me


Re: Runtime Error 19 PLS HELP??? - OmegaKiller72 - 26.04.2016

check your connection to mysql data base


Re: Runtime Error 19 PLS HELP??? - Konstantinos - 26.04.2016

https://sampforum.blast.hk/showthread.php?tid=249226

Load nativechecker and load it last, post your server log after that. It will print what functions are not registered (plugin(s) that you forgot to load or different versions (functions renamed etc)).


Re: Runtime Error 19 PLS HELP??? - PrednizoN - 26.04.2016

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
https://sampforum.blast.hk/showthread.php?tid=249226

Load nativechecker and load it last, post your server log after that. It will print what functions are not registered (plugin(s) that you forgot to load or different versions (functions renamed etc)).
Код:
----------
Loaded log file: "server_log.txt".
----------

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

[19:19:32] query = 1  (bool)
[19:19:32] 
[19:19:32] Server Plugins
[19:19:32] --------------
[19:19:32]  Loading plugin: mysql
[19:19:32] 

  > MySQL plugin R8 (****** code Revision 5) successfully loaded.

[19:19:32]   Loaded.
[19:19:32]  Loading plugin: sscanf
[19:19:32] 

[19:19:32]  ===============================

[19:19:32]       sscanf plugin loaded.     

[19:19:32]          Version:  2.8.1        

[19:19:32]    © 2012 Alex "******" Cole  

[19:19:32]  ===============================

[19:19:32]   Loaded.
[19:19:32]  Loading plugin: streamer
[19:19:32] 

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

[19:19:32]   Loaded.
[19:19:32]  Loading plugin: nativechecker
[19:19:32]   Loaded.
[19:19:32]  Loaded 4 plugins.

[19:19:32] 
[19:19:32] Filterscripts
[19:19:32] ---------------
[19:19:32]   Loading filterscript 'Objects.amx'...
[19:19:32]   Loading filterscript 'AntiCrash.amx'...
[19:19:32]   Unable to load filterscript 'AntiCrash.amx'.
[19:19:32]   Loaded 1 filterscripts.

[19:19:32]    Error: Function not registered: 'cache_insert_id'
[19:19:32] Script[gamemodes/nwe.amx]: Run time error 19: "File or function is not found"
[19:19:32] Number of vehicle models: 0



Re: Runtime Error 19 PLS HELP??? - Konstantinos - 26.04.2016

"cache_insert_id" was added in later versions.
Anyway, you should always use the latest version (R39-5) and not much have been changed since then (but you also need to update the script itself).


Re: Runtime Error 19 PLS HELP??? - PrednizoN - 26.04.2016

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
"cache_insert_id" was added in later versions.
Anyway, you should always use the latest version (R39-5) and not much have been changed since then (but you also need to update the script itself).
OK thx i was solved but now http://forum.sa-mp.com/showthread.ph...45#post3691045