SA-MP Forums Archive
sscanf2 Error, Help. - 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 Error, Help. (/showthread.php?tid=492358)



sscanf2 Error, Help. - Rudiz - 03.02.2014

Hello all..

So I put this "#include <sscanf2>" in my gamemode. I try to start srv but it show me this when I take out"#include <sscanf2>" my server starts normal.

If someone knows how to fix it, please help.

I tried to explain how one could.


Re: sscanf2 Error, Help. - Beckett - 03.02.2014

Did you download the plugin, after downloading it you'll have to put it in server.cfg.

Quote:

plugins sscanf




Re: sscanf2 Error, Help. - Rudiz - 03.02.2014

Quote:
Originally Posted by DaniceMcHarley
Посмотреть сообщение
Did you download the plugin, after downloading it you'll have to put it in server.cfg.
Yes.. but it don't work.


Re: sscanf2 Error, Help. - Minion - 03.02.2014

Okay..Try the following steps.I'm sure it'll solve your problem.

1. Download this version of sscanf2 http://dl.dropbox.com/u/21683085/sscanf-0.3d.rar and put the files in their place. (Plugin goes in plugins folder, .inc in include folder and put the line "plugins sscanf" in server.cfg)
2. Make sure you have Microsoft .NET Framework 3.5.1 or above installed.
3. Make sure you have MSVC 2010 x86 installed.
4. Try placing the sscanf2.inc in both Server/pawno/include and Server/include.

If everything fails, go to the main sscanf2 thread and try downloading different sscanf2 versions and see which works for you. https://sampforum.blast.hk/showthread.php?tid=120356

Don't forget to re-compile your gamemode


Re: sscanf2 Error, Help. - Hoborific - 03.02.2014

Quote:
Originally Posted by Minion
Посмотреть сообщение
Okay..Try the following steps.I'm sure it'll solve your problem.

1. Download this version of sscanf2 http://dl.dropbox.com/u/21683085/sscanf-0.3d.rar and put the files in their place. (Plugin goes in plugins folder, .inc in include folder and put the line "plugins sscanf" in server.cfg)
2. Make sure you have Microsoft .NET Framework 3.5.1 or above installed.
3. Make sure you have MSVC 2010 x86 installed.
4. Try placing the sscanf2.inc in both Server/pawno/include and Server/include.

If everything fails, go to the main sscanf2 thread and try downloading different sscanf2 versions and see which works for you. https://sampforum.blast.hk/showthread.php?tid=120356

Don't forget to re-compile your gamemode
0.3d, what. ignore this guy, run the server again with the plugin/include included, when it crashes, copy paste the errors from the server log here and then we can help you figure out if it's just an error 19 or not.


Re: sscanf2 Error, Help. - Minion - 03.02.2014

Quote:
Originally Posted by Hoborific
Посмотреть сообщение
0.3d, what. ignore this guy, run the server again with the plugin/include included, when it crashes, copy paste the errors from the server log here and then we can help you figure out if it's just an error 19 or not.
No need to be ignorant. I was having the same problem and thats how i solved it temporarily after trying every single solution.


Re: sscanf2 Error, Help. - Hoborific - 03.02.2014

Quote:
Originally Posted by Minion
Посмотреть сообщение
No need to be ignorant. I was having the same problem and thats how i solved it temporarily after trying every single solution.
The only ignorance was the blatantly obvious two year old version you're trying to get him to install for what looks like the obvious missing file or function problem, and after noticing the OPs image, it is so. the plugin would fail to load if it was a net problem, if it was a redist problem it would alert for missing dlls, the fact it can't find it tells me otherwise, and getting him to install a 0.3d version of sscanf when we're almost finished with 0.3x is disgraceful.


Re: sscanf2 Error, Help. - Rudiz - 03.02.2014

Yeah.. works. Thanks for all!