Posts: 2,524
Threads: 109
Joined: Sep 2009
Reputation:
0
[10:21:19]
[10:21:19] Server Plugins
[10:21:19] --------------
[10:21:19] Loading plugin: sscanf
[10:21:19] Failed.
[10:21:19] Loaded 0 plugins.
I get this error when I want to load sscanf2.. Idk why, i've files sscanf.dll in plugins, the sscanf folder in samp server directory and sscanf2.inc in includes, but it dont want to load
Posts: 380
Threads: 11
Joined: Feb 2010
Reputation:
0
what do you mean "sscanf folder in samp server directory"?
Posts: 2,524
Threads: 109
Joined: Sep 2009
Reputation:
0
Well i downloaded sscanf2 and there was a folder called 'sscanf' with some files like data.cpp, array.h, specifiers.h, etc and I have it in my sa-mp directory just in case.
Posts: 380
Threads: 11
Joined: Feb 2010
Reputation:
0
Assuming you are using windows,
All I can suggest is that you make sure you don't have .dll at the end of sscanf in your plugins line in server.cfg
and maybe make sure you have the latest version ( I presume you do )
I don't think you need the sscanf folder, it sounds like that is the source data.
Posts: 2,524
Threads: 109
Joined: Sep 2009
Reputation:
0
I am using windows. I am sure I use the latest versions due I downloaded it from the official thread, the confusing thing is that the folders are called 'sscanf' and not 'sscanf2' and confuses me a bit.
Thought adding .dll didn't work.
Posts: 380
Threads: 11
Joined: Feb 2010
Reputation:
0
no I said make sure you DON'T have .dll in your plugins line
Posts: 2,524
Threads: 109
Joined: Sep 2009
Reputation:
0
ah right, having it or not, it fails.