ZCMD - Fatal Error 100 - 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: ZCMD - Fatal Error 100 (
/showthread.php?tid=535069)
ZCMD - Fatal Error 100 -
Triage - 01.09.2014
Trying to add zcmd onto my server but I keep getting this error
Код:
C:\Users\Ben Boyce\Desktop\Base Roleplay\pawno\baserp.pwn(2) : fatal error 100: cannot read from file: "zcmd"
Here is what my .pwn file looks like.
Код:
#include <a_samp>
#include <zcmd>
#include <foreach>
#define COLOR_WHITE 0xFFFFFFAA
And yes, I do have it in pawno/include.
Does anyone know what is wrong?
Re: ZCMD - Fatal Error 100 -
Sledgehammer - 01.09.2014
You added zcmd.inc into pawno > include folder?
Re: ZCMD - Fatal Error 100 -
Triage - 01.09.2014
Yes, I did.
Re: ZCMD - Fatal Error 100 -
RowdyrideR - 01.09.2014
open pawno from that server folder then open the script and F5
Re: ZCMD - Fatal Error 100 -
Triage - 01.09.2014
Tried that, still the same error. Please help me.
Re: ZCMD - Fatal Error 100 -
RowdyrideR - 01.09.2014
move your script to the gamemodes file....
So the location be like: C:\Users\Ben Boyce\Desktop\Base Roleplay\gamemodes\baserp.pwn
Re: ZCMD - Fatal Error 100 -
Triage - 01.09.2014
C:\Users\Ben Boyce\Desktop\Base Roleplay\gamemodes\baserp.pwn(2) : fatal error 100: cannot read from file: "zcmd"
Same error even if I try that.
Re: ZCMD - Fatal Error 100 -
PMH - 01.09.2014
Quote:
Originally Posted by Triage
C:\Users\Ben Boyce\Desktop\Base Roleplay\gamemodes\baserp.pwn(2) : fatal error 100: cannot read from file: "zcmd"
Same error even if I try that.
|
make sure ur include is in the include folder of ur PAWNO and not ur samp server
Re: ZCMD - Fatal Error 100 -
Sledgehammer - 01.09.2014
Try downloading zcmd this time. Click Pawno then go to the include folder. This is where zcmd.inc should go.
Re: ZCMD - Fatal Error 100 -
Triage - 01.09.2014
It's in the pawno/includes directory.