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



cannot read zcmd - Gooday - 14.12.2011

i got #define <zcmd>

but:

i got a error message "Cannot read the file ZCMD or something..." please help +REP


Re: cannot read zcmd - array13 - 14.12.2011

Add the include zcmd on pawn/include directory.


Re: cannot read zcmd - Jakku - 14.12.2011




Re: cannot read zcmd - Gooday - 15.12.2011

yes, i got it but it wont work


Re: cannot read zcmd - §с†¶e®РµРe - 15.12.2011

Well most likely the problem is that you might be having more than 1 server and when you open the .pwn it opens with another server's pawno.exe and that server doesn't have zcmd.In short first open pawn from your server directory choose File>Open and open your pwn and compile....


Re: cannot read zcmd - Jakku - 15.12.2011

Quote:
Originally Posted by §с†¶e®РµРe
View Post
Well most likely the problem is that you might be having more than 1 server and when you open the .pwn it opens with another server's pawno.exe and that server doesn't have zcmd.In short first open pawn from your server directory choose File>Open and open your pwn and compile....
That's exactly what I meant. Quess how many times I have been wondering why something does not work due to I'm using a wrong compiler


Re: cannot read zcmd - RoleplayEditor - 15.12.2011

Well use as the above guys told or try

pawn Code:
#include <zcmd>



Re: cannot read zcmd - §с†¶e®РµРe - 15.12.2011

Quote:
Originally Posted by Jakku
View Post
That's exactly what I meant. Quess how many times I have been wondering why something does not work due to I'm using a wrong compiler
Same with me


Re: cannot read zcmd - suhrab_mujeeb - 15.12.2011

Quote:
Originally Posted by array13
View Post
Add the include zcmd on pawn/include directory.
Quote:
Originally Posted by Jakku
View Post
  • Do you have zcmd.inc in your pawno/includes folder?
  • If you are using the PAWNO from another directory = won't work
It's a shame compared to the number of your posts. You don't even understand the difference between include and define -.-


Re: cannot read zcmd - Jakku - 15.12.2011

Quote:
Originally Posted by suhrab_mujeeb
View Post
It's a shame compared to the number of your posts. You don't even understand the difference between include and define -.-
Oh my lord, of course I do. Some users just don't understand that it would be much appreciated if they used [pawn] tags around their code. That's why I didn't notice it