SA-MP Forums Archive
1 error plz fix it - 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: 1 error plz fix it (/showthread.php?tid=360968)



1 error plz fix it - NuLIO - 19.07.2012

i have filterscript for minigame and i have this error
PHP код:
C:\Users\MOHAMMED\Desktop\xxxxxxxxxxxxxx\filterscripts\dm.pwn(10) : fatal error 100cannot read from file"sscanf"
Compilation aborted.Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
1 Error

this is filterscript :

http://pastebin.com/iGZeLyDZ

plz help


Re: 1 error plz fix it - Dan. - 19.07.2012

Try changing:

pawn Код:
#include <sscanf>
to:

pawn Код:
#include <sscanf2>



Re: 1 error plz fix it - SA-MPDrifter - 19.07.2012

You need the SSCANF plugin: https://sampforum.blast.hk/showthread.php?tid=120356

Download that, install the plugin and add the sscanf2.inc into the PAWNO -> Includes directory. Also, rename the sscanf include in the gamemode too #include <sscanf2>


Re: 1 error plz fix it - kbalor - 19.07.2012

Download latest sscanf:

Cut sscanf.dll to plugins folder and don't forget to write sscanf in plugins to server.cfg


Re: 1 error plz fix it - NuLIO - 19.07.2012

Quote:
Originally Posted by Dan.
Посмотреть сообщение
Try changing:

pawn Код:
#include <sscanf>
to:

pawn Код:
#include <sscanf2>
oh thnx its work