Pawn Compiler Error [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)
+--- Thread: Pawn Compiler Error [sscanf2] (
/showthread.php?tid=503167)
Pawn Compiler Error [sscanf2] -
Zalance - 28.03.2014
Hello guys ,
While i compile a Downloaded GM , i get this error
Код:
C:\Documents and Settings\Administrator\Desktop\COD ORIGINAL\Call of Duty black Ops 2 Script\gamemodes\codww v2.0.pwn(6) : fatal error 100: cannot read from file: "sscanf2"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Re: Pawn Compiler Error [sscanf2] -
Bingo - 28.03.2014
Quote:
Originally Posted by Zalance
Hello guys ,
While i compile a Downloaded GM , i get this error
Код:
C:\Documents and Settings\Administrator\Desktop\COD ORIGINAL\Call of Duty black Ops 2 Script\gamemodes\codww v2.0.pwn(6) : fatal error 100: cannot read from file: "sscanf2"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
|
Make sure your have
sscanf2.inc in your (Pawno/Includes).
If its there then,
*Open
pawno.exe manually and open gamemode from it where your
sscanf2.inc is present.
*Then compile.
If you dont have
sscanf2.inc then here's the link.
sscanf2 - https://sampforum.blast.hk/showthread.php?tid=120356
Re: Pawn Compiler Error [sscanf2] -
UnknownOwner - 28.03.2014
Place sscanf2 include in pawno/includes...
Re: Pawn Compiler Error [sscanf2] -
Zalance - 28.03.2014
Quote:
Originally Posted by [vTc]Patroool
Make sure your have sscanf2.inc in your (Pawno/Includes).
If its there then,
*Open pawno.exe manually and open gamemode from it where your sscanf2.inc is present.
*Then compile.
If you dont have sscanf2.inc then here's the link.
sscanf2 - https://sampforum.blast.hk/showthread.php?tid=120356
|
Thank you +Rep !