SScanf and server crashes? - 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 and server crashes? (
/showthread.php?tid=263661)
SScanf and server crashes? -
Rokzlive - 22.06.2011
Ok, when i include sscanf 2, my compiler crashes, and when i rename it and include it, still crashes. Why is it doing this?
Here is my includes.
pawn Код:
#include <a_samp>
#include <a_mysql>
#include <dudb>
#include <dutils>
#include <ZCMD>
#include <streamer>
#include <sscanf2>
And when i launch the server, it crashes, but im fairly sure i have all the right plugins.
pawn Код:
plugins mysql streamer sscanf whirlpool
Re: SScanf and server crashes? - [L3th4l] - 22.06.2011
You are using the "stock sscanf" version somewhere in your script. Delete it.