SA-MP Forums Archive
SSCANF not loading - 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 not loading (/showthread.php?tid=640735)



SSCANF not loading - Jing_Chan - 06.09.2017

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

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

[16:11:19] filterscripts = ""  (string)
[16:11:19] 
[16:11:19] Server Plugins
[16:11:19] --------------
[16:11:19]  Loading plugin: streamer.dll
[16:11:19] 

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

[16:11:19]   Loaded.
[16:11:19]  Loading plugin: mysql.dll
[16:11:19] 

  > MySQL plugin R5 successfully loaded.

[16:11:19]   Loaded.
[16:11:19]  Loading plugin: sscanf.dll
[16:11:19]   Failed.
[16:11:19]  Loading plugin: crashdetect.dll
[16:11:19]   CrashDetect v4.10 is OK.
[16:11:19]   Loaded.
[16:11:19]  Loaded 3 plugins.

[16:11:19] 
[16:11:19] Filterscripts
[16:11:19] ---------------
[16:11:19]   Loaded 0 filterscripts.

[16:11:19] [debug] Run time error 19: "File or function is not found"
[16:11:19] [debug]  SSCANF_Init
[16:11:19] [debug]  SSCANF_IsConnected
[16:11:19] [debug]  SSCANF_Join
[16:11:19] [debug]  SSCANF_Leave
[16:11:19] [debug]  sscanf
[16:11:19] [debug] Run time error 19: "File or function is not found"
[16:11:19] [debug]  SSCANF_Init
[16:11:19] [debug]  SSCANF_IsConnected
[16:11:19] [debug]  SSCANF_Join
[16:11:19] [debug]  SSCANF_Leave
[16:11:19] [debug]  sscanf
[16:11:19] Script[gamemodes/baserp.amx]: Run time error 19: "File or function is not found"
[16:11:19] Number of vehicle models: 0
I've installed all the microsoft redistributable packages, searched it plenty of times to no avail. Not sure why this is happening please help.


Re: SSCANF not loading - n00blek - 06.09.2017

Can you show me script. In pawno press Find and find sscanf in scripts you use


Re: SSCANF not loading - Deadpoop - 06.09.2017

update sscanf


Re: SSCANF not loading - n00blek - 06.09.2017

Make sure ypu type #include <sscanf2> if you still get error ill send you link to new sscanf. Works fine for me


Re: SSCANF not loading - Jing_Chan - 06.09.2017

Quote:
Originally Posted by Deadpoop
Посмотреть сообщение
update sscanf
Quote:
Originally Posted by n00blek
Посмотреть сообщение
Make sure ypu type #include <sscanf2> if you still get error ill send you link to new sscanf. Works fine for me

#include <sscanf2> is already at top of script, and the sscanf is fully updated but please link me anyway and i'll try whatever


Re: SSCANF not loading - n00blek - 06.09.2017

https://github.com/Southclaws/sscanf2
There you go bud. Works fine for me


Re: SSCANF not loading - Jing_Chan - 06.09.2017

Quote:
Originally Posted by n00blek
Посмотреть сообщение
https://github.com/Southclaws/sscanf2
There you go bud. Works fine for me
Same error smh