Server doesn't load gamemode - 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: Server doesn't load gamemode (
/showthread.php?tid=614586)
Server doesn't load gamemode -
faff - 10.08.2016
Good evening.
So everytime I run the server I get that runtime error.
I figured out that I forgot to add #include <sscanf2> in the gamemode.pwn
Whenever I try to compile the gamemode while sscanf is included the compiler crashes, if I comment #include scannf2 it works fine.
Re: Server doesn't load gamemode -
AlexPalermitano97 - 10.08.2016
Try #include <sscanf>
Re: Server doesn't load gamemode -
Shinja - 10.08.2016
sscanf2 is include, sscanf is plugin
Re: Server doesn't load gamemode -
faff - 10.08.2016
This gamemode is really old tho.
It uses formatex, I think it interferes with sscanf2.inc
But if I remove formatex and add sscanf2 I get a shitload of errors.