Filterscript error 100
#1

Hello it gives me error on this filterscript: https://sampforum.blast.hk/showthread.php?tid=553353 when i try to compile. I have all sscanf things and YSI and still gives me error..
Код:
fatal error 100: cannot read from file: "sscanf"
Reply
#2

You need to add the sscanf include in your \pawno\include folder.
You can get that from: https://sampforum.blast.hk/showthread.php?tid=120356
Reply
#3

If you are using the latest version of the sscanf include, the include name is actually sscanf2, not sscanf.

Whereas the plugin for SSCANF is labelled 'sscanf' as opposed to 'sscanf2'.

In your script:
pawn Код:
#include <sscanf2>
In your server.cfg:
Код:
plugins sscanf
Reply
#4

Thank you!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)