SA-MP Forums Archive
include's problem - 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: include's problem (/showthread.php?tid=577795)



include's problem - khRamin78 - 14.06.2015

Hey guys i have lot of problem with include's i download all plugin's or include's and i try use them but always ALWAYS see kind of this error's
C:\Users\KaTA\Desktop\rp\Roleplay\gamemodes\SanJos eRolePlay.pwn(13) : fatal error 100: cannot read from file: "zcmd"

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.

Believe i have Zcmd.inc in my pawn includes so dont tell that Make sure its on your pawn/include
Thanks for helping And idk what to do all includ's like y_ini streamer sscanf2 dini dutils unitls or ....
#include <zcmd>
#include <Zcmd>
What can i do ?


Re: include's problem - Devon007 - 14.06.2015

Use
Код:
#include <Zcmd>
Not
Код:
#include <zcmd>



Re: include's problem - AndySedeyn - 14.06.2015

It is very possible that you are using pawno.exe from a location where ZCMD isn't in the include folder.

Example, the ZCMD is located at:
Код:
C:\Users\UserName\My Documents\PAWN script\nameserver\pawno\include\zcmd.inc
And you are using pawno.exe from:
Код:
C:\Users\UserName\My Pictures\nameserver\pawno\pawno.exe