SA-MP Forums Archive
sscanf2 plugin doesnt work with my server - 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: sscanf2 plugin doesnt work with my server (/showthread.php?tid=647664)



sscanf2 plugin doesnt work with my server - MayaEU - 08.01.2018

Hello..

after i updated to the new version of samp, and recompiled my script,
the server map just shows "Unknown", but it works if i disable the sscanf2 include
what can cause that?


Re: sscanf2 plugin doesnt work with my server - RowdyrideR - 08.01.2018

Are you sure all plugins are loaded in your server console?


Re: sscanf2 plugin doesnt work with my server - MayaEU - 08.01.2018

Quote:
Originally Posted by RowdyrideR
Посмотреть сообщение
Are you sure all plugins are loaded in your server console?
Yes


Re: sscanf2 plugin doesnt work with my server - MayaEU - 08.01.2018

Quote:
Originally Posted by RowdyrideR
Посмотреть сообщение
Are you sure all plugins are loaded in your server console?
the problem came when i updated to 0.3.7-R2


Re: sscanf2 plugin doesnt work with my server - MayaEU - 10.01.2018

Anyone? :/


Re: sscanf2 plugin doesnt work with my server - Dayrion - 10.01.2018

What's your logs say?


Re: sscanf2 plugin doesnt work with my server - MayaEU - 10.01.2018

Quote:
Originally Posted by Dayrion
Посмотреть сообщение
What's your logs say?
It says "Script[gamemodes/gf_jan1_2018.amx]: Run time error 19: "File or function is not found"

But if i go to the gamemode and disable #include <sscanf2> with //

then the server can run the gamemode, but many commands doesnt work :/


Re: sscanf2 plugin doesnt work with my server - Dayrion - 10.01.2018

well:
- Make sure your the plugin is loaded (see that in your logs)
- If not, check you have added sscanf in the plugins line in server.cfg
- If not then redownload sscanf and follow carefully installations instructions


Re: sscanf2 plugin doesnt work with my server - solstice_ - 10.01.2018

That happened to me like a week ago, i downloaded an old sscanf version and uploaded it and then the gamemode loaded.


Re: sscanf2 plugin doesnt work with my server - Dayrion - 10.01.2018

Quote:
Originally Posted by willbedie
Посмотреть сообщение
That happened to me like a week ago, i downloaded an old sscanf version and uploaded it and then the gamemode loaded.
That's clearly not the right solution.
The error simply mean native aren't found in your gamemode.