[HELP] 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: [HELP] RUNTIME ERROR 19 (
/showthread.php?tid=512345)
[HELP] RUNTIME ERROR 19 -
moof2010 - 10.05.2014
I had this error but i have the functions....
look:
http://i.imgur.com/zxMtCE7.png
Re: [HELP] RUNTIME ERROR 19 -
Konstantinos - 10.05.2014
Load sscanf plugin.
Re: [HELP] RUNTIME ERROR 19 -
Parallex - 10.05.2014
Make sure you got sscanf in your server.cfg's plugin line. If that's there, then try to Install the latest sscanf Plugin.
Re: [HELP] RUNTIME ERROR 19 -
Beckett - 10.05.2014
Go to server.cfg.
Quote:
plugins sscanf.dll < IF WINDOWS
plugins sscanf.so < LINUX
|
Click me for the latest version of sscanf plugin.
Re: [HELP] RUNTIME ERROR 19 -
moof2010 - 10.05.2014
And now what means? The server running but how can affected me this?
http://i.imgur.com/MeSi811.png
i have sscanf 2.8.1 by ******
Re: [HELP] RUNTIME ERROR 19 -
Konstantinos - 10.05.2014
It doesn't affect at all. It happens because you loaded sscanf plugin after nativechecker. Change it to:
pawn Код:
plugins mysql sscanf nativechecker
in the server.cfg and it won't show those messages again.
Re: [HELP] RUNTIME ERROR 19 -
moof2010 - 10.05.2014
ok, ok ... but what means these error if i can tell that?
i have these function declared in sscanf2.inc in include by pawno
Re: [HELP] RUNTIME ERROR 19 -
Konstantinos - 10.05.2014
It found the functions in the include but without the plugin loaded, they do not exist.