SA-MP Forums Archive
WHY when i include SSCANF2 the server dosent work good..... - 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: WHY when i include SSCANF2 the server dosent work good..... (/showthread.php?tid=588242)



WHY when i include SSCANF2 the server dosent work good..... - astanalol - 06.09.2015

there is the case:
#include <sscanf2>
i compile and no bugs or warnings , everything work good.

BUT.
when i open the server i should open samp-server because im using local host
the proplem that appear is here

Script[gamemodes/poka.amx]: run time error 19: "file or function is not found "

but when i remove the INCLUDE from my pawno

everything is good

so what is the problem ??
pls help me boys and thanks <3


Re: WHY when i include SSCANF2 the server dosent work good..... - jlalt - 06.09.2015

Did you put sscanf plugin?


Re: WHY when i include SSCANF2 the server dosent work good..... - astanalol - 06.09.2015

sscanf plugin ? did you mean i put "sscanf2" in server.cfg "plugins " ? if so, YES
or what do you mean ?
sorry for that im really new here

i think it is a location ? if so , where i put them ?


Re: WHY when i include SSCANF2 the server dosent work good..... - Threshold - 07.09.2015

In your server.cfg, the plugins line should be 'sscanf', not 'sscanf2'. If you are using a .so version of the plugin, it should read 'sscanf.so'.

The INCLUDE however, should be 'sscanf2'. Make sure you have the sscanf2 include in the right position and the sscanf.dll or sscanf.so files in the plugins folder. Then check to see if your server.cfg has the correct input on the 'plugins' line.