SA-MP Forums Archive
Run Time 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: Run Time Error 19 (/showthread.php?tid=610984)



Run Time Error 19 - Ilai14 - 01.07.2016

Hey,
I want to check my new mode, I open the server-samp and i see the error
"Script[gamemodes/CODE.amx]: Run time error 19: "File or function is not found"
I run the nativechecker and show to me:
Error: Function not registered: 'SSCANF_IsConnected'
Pls help me.


Re: Run Time Error 19 - DTV - 01.07.2016

Make sure you're using the latest version of sscanf.


Re: Run Time Error 19 - oktokt1 - 01.07.2016

Change the #include ‹sscanf2›
To #include ‹sscanf›
And use sscanf.inc insted of sscanf2.inc with this plug u are using now


Re: Run Time Error 19 - Ilai14 - 01.07.2016

Quote:
Originally Posted by DTV
Посмотреть сообщение
Make sure you're using the latest version of sscanf.
I using with lastest version of sscanf

Quote:
Originally Posted by oktokt1
Посмотреть сообщение
Change the #include ‹sscanf2›
To #include ‹sscanf›
And use sscanf.inc insted of sscanf2.inc with this plug u are using now
It is not working


Re: Run Time Error 19 - IceBilizard - 01.07.2016

Show the server log file.


Re: Run Time Error 19 - Ilai14 - 01.07.2016

Quote:
Originally Posted by IceBilizard
Посмотреть сообщение
Show the server log file.
Код:
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3z, ©2005-2014 SA-MP Team

[08:43:30] filterscripts = ""  (string)
[08:43:30] 
[08:43:30] Server Plugins
[08:43:30] --------------
[08:43:30]  Loading plugin: sscanf.dll
[08:43:30] 

[08:43:30]  ===============================

[08:43:30]       sscanf plugin loaded.     

[08:43:30]          Version:  2.8.1        

[08:43:30]    © 2012 Alex "******" Cole  

[08:43:30]  ===============================

[08:43:30]   Loaded.
[08:43:30]  Loading plugin: streamer.dll
[08:43:30] 

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

[08:43:30]   Loaded.
[08:43:30]  Loading plugin: nativechecker.dll
[08:43:30]   Loaded.
[08:43:30]  Loaded 3 plugins.

[08:43:30] 
[08:43:30] Filterscripts
[08:43:30] ---------------
[08:43:30]   Loaded 0 filterscripts.

[08:43:31]    Error: Function not registered: 'SSCANF_IsConnected'
[08:43:31] Script[gamemodes/CODE.amx]: Run time error 19: "File or function is not found"
[08:43:31] Number of vehicle models: 0



Re: Run Time Error 19 - IceBilizard - 01.07.2016

Download latest version of sscanf2 and put file in Server Directory > pawno > include and recompile your script then give a try.


Re: Run Time Error 19 - oktokt1 - 01.07.2016

All of that happend to me.
Do what i told ya to do.
Or wait till i back to home i will send u the include and plugins.

Problem sloved.