SA-MP Forums Archive
sscanf plugin won't work - 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 plugin won't work (/showthread.php?tid=573516)



[Solved] sscanf plugin won't work - Deniz1467 - 08.05.2015

I have just installed Windows 7 Ultimate then reloaded my gamemode from USB. I didn't have any problems with that before I installed Windows. When I tried to start the server, I came back with those errors:



Also
[08/05/2015 16:18:09] Loading plugin: sscanf.dll
[08/05/2015 16:18:09] Failed.

I tried to install vcredist_x86, x64. I am using 64 bit operating system. I also tried to fix the DLLs with DLL Files Fixer. Still not working.

That's the folder:


Plugins folder:


And the server.cfg


Oh and, I re-compiled the gamemode and filterscripts. Still not working.


Re: sscanf plugin won't work - Misiur - 08.05.2015

Hey, have you tried removing ".dll" inside your server.cfg? It might be that currently it looks for sscanf.dll.dll, which you don't want.


Re: sscanf plugin won't work - Deniz1467 - 08.05.2015

Quote:
Originally Posted by Misiur
Посмотреть сообщение
Hey, have you tried removing ".dll" inside your server.cfg? It might be that currently it looks for sscanf.dll.dll, which you don't want.
Yeah, I did. I also tried to use .so version. None of them worked. Any other solutions? Thanks by the way.


Re: sscanf plugin won't work - Bingo - 08.05.2015

.so version is for linux .

Just make sure it's like this :
Код:
plugins sscanf mysql streamer whirlpool nativechecker



Re: sscanf plugin won't work - Deniz1467 - 08.05.2015

Quote:
Originally Posted by Bingo
Посмотреть сообщение
.so version is for linux .

Just make sure it's like this :
Код:
plugins sscanf mysql streamer whirlpool nativechecker


Not working. I also tried to update the sscanf. I recompiled all the files. When I installed Windows it may have removed some important dll files from the sys32. I don't know how to fix this.


Re: sscanf plugin won't work - tommzy09 - 08.05.2015

Try install the 32 bit version of .net framework 4.5

Pretty sure that's what fixed it for me

Edit: if 4.5 doesn't work, install 4.0, it's either one


Re: sscanf plugin won't work - Deniz1467 - 08.05.2015

Quote:
Originally Posted by tommzy09
Посмотреть сообщение
Try install the 32 bit version of .net framework 4.5

Pretty sure that's what fixed it for me

Edit: if 4.5 doesn't work, install 4.0, it's either one


That's all I have installed. I couldn't find a 32 bit version. I also tried 4.5. Still not working. It'd be nice if you could give me a link for that.


[Solved] sscanf plugin won't work - Deniz1467 - 08.05.2015

Nevermind, I installed this and it worked. Thank you everyone!