SA-MP Forums Archive
#include <sscanf2> - 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: #include <sscanf2> (/showthread.php?tid=239267)



#include <sscanf2> - pantelimonfl - 13.03.2011

When i try to include sscanf in my gm, it returns the don't send error. I tried it on filterscripts and it works but in my gm...


Re: #include <sscanf2> - Gertin - 13.03.2011

you have in server.cfg in plugins like :
Код:
plugins sscanf



Re: #include <sscanf2> - [L3th4l] - 13.03.2011

In your gamemode, you have something like:
pawn Код:
stock sscanf(.......)
Delete that.


Re: #include <sscanf2> - pantelimonfl - 13.03.2011

Quote:
Originally Posted by [L3th4l]
Посмотреть сообщение
In your gamemode, you have something like:
pawn Код:
stock sscanf(.......)
Delete that.
thanks.