1 error - 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 (
/showthread.php?tid=492385)
1 error -
iThePunisher - 03.02.2014
pawn Код:
C:\Users\hacker\Desktop\lscnr script\pawno\include\y_hooks.inc(78) : fatal error 100: cannot read from file: "y_hooks/impl"
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
Re: 1 error -
Lordzy - 03.02.2014
Make sure that you got complete YSI library on "/pawno/include".
Re: 1 error -
iThePunisher - 03.02.2014
i have got the YSI Folder at pawno/include
ohh i fixed the problem and now it show this
pawn Код:
C:\Users\hacker\Desktop\lscnr script\filterscripts\test.pwn(375) : warning 204: symbol is assigned a value that is never used: "lockdone"
C:\Users\hacker\Desktop\lscnr script\filterscripts\test.pwn(374) : warning 204: symbol is assigned a value that is never used: "done"
C:\Users\hacker\Desktop\lscnr script\filterscripts\test.pwn(350) : warning 203: symbol is never used: "idx"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
3 Warnings.
Re: 1 error -
BullseyeHawk - 03.02.2014
Attempt to place YSI once again into the "/pawno/include" folder.
Afterwards, launch pawno.exe and open the gamemode. Try to complie.
(( I don't know if it actually matters, but try to run it as administartor. ))
EDIT: Ah, didn't notice you changed your post.
At other words, it means you decleared a var(new %0;) and never used it.