1 error plz fix it
#1

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
Reply
#2

Try changing:

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

pawn Код:
#include <sscanf2>
Reply
#3

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>
Reply
#4

Download latest sscanf:

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

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

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

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


Forum Jump:


Users browsing this thread: 1 Guest(s)