SA-MP Forums Archive
Help - cannot read from file - 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: Help - cannot read from file (/showthread.php?tid=459805)



Help - cannot read from file - XxBaDxBoYxX - 24.08.2013

i downloaded ZMA GM which is made by hossa.
it keeps showing this :

Код:
fatal error 100: cannot read from file: "zcmd"
fatal error 100: cannot read from file: "KickBan"
fatal error 100: cannot read from file: "foreach"
fatal error 100: cannot read from file: "sscanf2"
etc
please help me!


Re: Help - cannot read from file - zaider - 24.08.2013

Did you download the includes/plugins and put them in their respective folder before compiling?


Re: Help - cannot read from file - xXSPRITEXx - 24.08.2013

After downloading the includes and plugins, did you restart PAWNO?


Re: Help - cannot read from file - DanishHaq - 24.08.2013

Put the files:

Код:
zcmd.inc
KickBan.inc
foreach.inc
sscanf2.inc
etc...
and all the rest in:

Код:
.../pawno/include
Make sure you've downloaded all of them, which you can do with a simple ****** search.


Re: Help - cannot read from file - XxBaDxBoYxX - 24.08.2013

Quote:
Originally Posted by DanishHaq
Посмотреть сообщение
Put the files:

Код:
zcmd.inc
KickBan.inc
foreach.inc
sscanf2.inc
etc...
and all the rest in:

Код:
.../pawno/include
Make sure you've downloaded all of them, which you can do with a simple ****** search.
ohh, solved thanks


Re: Help - cannot read from file - Konstantinos - 24.08.2013

Quote:
Originally Posted by xXSPRITEXx
Посмотреть сообщение
After downloading the includes and plugins, did you restart PAWNO?
No need for that.

Just do what the above users said, add the .inc files to pawno\includes and re-compile. Do not double click on the .pwnw files, but run pawno.exe > Open File > *.pwn instead.