SA-MP Forums Archive
""Compilation 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: ""Compilation error""?????? (/showthread.php?tid=410294)



""Compilation error""?????? - VET - 25.01.2013

C:\Users\My pc\Downloads\Desktop\New folder\service265\samp03\gamemodes\Trucking.pwn(30 ) : fatal error 100: cannot read from file: "zcmd"

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


1 Error.


Please Help me to overcome this error First and best would be "+"rep


Respuesta: ""Compilation error""?????? - [FBI]M.Vulture[XAC] - 25.01.2013

Maybe #include <zcmd>? You forgot to add zcmd in the pawno/includes files, After you add it (or if you already added it) open the "pawno.exe" (NOT YOUR SCRIPT) , open the "pawno.exe" --> Load your file --> compile


Re: ""Compilation error""?????? - VET - 25.01.2013

Not working I have added this nothing working! IDK


Re: ""Compilation error""?????? - Jewell - 25.01.2013

esay to fix

download zcmd - https://sampforum.blast.hk/showthread.php?tid=91354
include it to your pawno/include forlder

add this line top of your script #include <zcmd> (must be under #include <a_samp>)


Re: ""Compilation error""?????? - VET - 25.01.2013

Quote:
Originally Posted by Jewell
Посмотреть сообщение
esay to fix

download zcmd - https://sampforum.blast.hk/showthread.php?tid=91354
include it to your pawno/include forlder

add this line top of your script #include <zcmd> (must be under #include <a_samp>)
I am not newbie scripter ! Its not working i tried this step too


Re: ""Compilation error""?????? - dr.lozer - 25.01.2013

put the Zcmd.inc file in include folder and open pawno.exe from that folder that you included the zcmd