SA-MP Forums Archive
sscanf installation - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: sscanf installation (/showthread.php?tid=241639)



sscanf installation - PinkFloydLover - 18.03.2011

Hey guys, I've been scripting for a while now, I started scripting back in 2007, I then stopped and started around 7 months ago, I stopped again and now I'm starting again...

I've forgotten how to install sscanf to use.

So I put:
pawn Код:
#include <sscanf2>
In my gamemode/filterscript

and then in my server.cfg I put
Код:
plugins sscanf
Is that all? because my server crashes when it's like that.

I have been searching for around half an hour, but it seems that whenever I use the search box, it comes up with irrelevant results

any help will be appreciated.


Re: sscanf installation - xir - 18.03.2011

Have you created a folder named plugins where you server files are located? Then extract the sscanf.dll(windows) or sscanf.so(linux) in that folder.

If you use windows add in your server.cfg "sscanf" without the ""
If you use linux add in your server.cfg "sscanf.so" without the ""


Respuesta: sscanf installation - leaNN! - 18.03.2011

Yes, is just that. If you're using linux, is "plugins sscanf.so".

Try updating the plugin.


Re: sscanf installation - PinkFloydLover - 18.03.2011

Thanks, xir it worked