SSCANF issue (file not found) - 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: SSCANF issue (file not found) (
/showthread.php?tid=407031)
SSCANF issue (file not found) -
nmader - 12.01.2013
Basically I am having a SSCANF issue in which the file is not being located, even though I have it in my PAWNO>Includes folder.
pawn Код:
C:\Users\namder\Desktop\CoV;RP\gamemodes\TLRP.pwn(8) : fatal error 100: cannot read from file: "sscanf"
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
I am completely clueless on how to fix the situation...
Re: SSCANF issue (file not found) -
Windrush - 12.01.2013
You Must Click Pawn.exe not the script
Re: SSCANF issue (file not found) -
Infinity90 - 12.01.2013
You possibly could be using another Pawno.exe which doesn't have the include.
Try opening CoV;RP > Pawno > Pawno.exe > Open > TLRP.pwn > Compile, try that.
Re: SSCANF issue (file not found) -
Scyattica - 12.01.2013
Try
Re: SSCANF issue (file not found) -
LarzI - 12.01.2013
Quote:
Originally Posted by nmader
Basically I am having a SSCANF issue in which the file is not being located, even though I have it in my PAWNO>Includes folder.
pawn Код:
C:\Users\namder\Desktop\CoV;RP\gamemodes\TLRP.pwn(8) : fatal error 100: cannot read from file: "sscanf"
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
I am completely clueless on how to fix the situation...
|
You probably get this error because you have two instances of pawno.exe, and the one you're running while compiling lies in another folder (not in the CoV;RP\Pawno folder). Try manually going to C:\Users\namder\Desktop\CoV;RP\Pawno and, open up pawno.exe and press Open and select your TLRP.pwn file.
Re: SSCANF issue (file not found) -
nmader - 12.01.2013
I have done all of this; however I did find a way around it by adding in the SSCANF stock into the gamemode itself.
Re: SSCANF issue (file not found) -
Konstantinos - 12.01.2013
Plugin is better and faster. Moreover, the include should be "sscanf2". Last, download the server package again, add your gamemode/filterscripts and add the includes/plugins (latest versions), recompile your gamemode and it'll probably fix your problem.
Note: Run the pawno.exe of your main folder to open your scripts, do not double click them.