Sscanf problem - 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: Sscanf problem (
/showthread.php?tid=610069)
Sscanf problem -
JXF - 19.06.2016
I updated my sscanf and when I start my server I get this in my console:
Код:
[14:25:42] Error: Function not registered: 'SSCANF_Init'
[14:25:42] Error: Function not registered: 'SSCANF_IsConnected'
[14:25:42] Error: Function not registered: 'SSCANF_Join'
[14:25:42] Error: Function not registered: 'SSCANF_Leave'
[14:25:42] Error: Function not registered: 'sscanf'
[14:25:42] [debug] Run time error 19: "File or function is not found"
[14:25:42] [debug] SSCANF_Init
[14:25:42] [debug] SSCANF_IsConnected
[14:25:42] [debug] SSCANF_Join
[14:25:42] [debug] SSCANF_Leave
[14:25:42] [debug] sscanf
[14:25:42] [debug] Run time error 19: "File or function is not found"
[14:25:42] [debug] SSCANF_Init
[14:25:42] [debug] SSCANF_IsConnected
[14:25:42] [debug] SSCANF_Join
[14:25:42] [debug] SSCANF_Leave
[14:25:42] [debug] sscanf
[14:25:42] Script[gamemodes/GM.amx]: Run time error 19: "File or function is not found"
I also get at the startup of the samp-server.exe "VCRUNTIME140.dll is missing" and "MSVCP140.dll is missing" even though I installed visual c++
Re: Sscanf problem -
Konstantinos - 19.06.2016
http://forum.sa-mp.com/showpost.php?...51&postcount=3
Those are needed for loading most of the plugins successfully. VCRUNTIME140.dll is in the last link, install x86 version.
Re: Sscanf problem -
JXF - 19.06.2016
Thank you.