How to fix - 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: How to fix (
/showthread.php?tid=577471)
How to fix -
KamalBa - 11.06.2015
I have added /asay and /ac
After that i got this, I have the zcmd file on Pawno/include
Код:
D:\My server\gamemodes\TDM_Script.pwn(7) : fatal error 100: cannot read from file: "zcmd"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Please answer here too on my WANETDLEVEL SYSTEM
https://sampforum.blast.hk/showthread.php?tid=577458
Re: How to fix -
SpaceX - 11.06.2015
Possibilities:
1.You're using Pawno from another directory and trying to compile it.
2. Do you have zmd.inc in pawno/includes folder?
3. Do you have #include <zcmd> at the top of your script?
Re: How to fix -
KamalBa - 11.06.2015
I am using Pawno From "My server Folder"
1-Goes to Pawno
2-Open Pawno
3-Open Folder my script File
4-I have #Include <zcmd> on the top of the script
5- I have zcmd.inc on Pawno/Include Folder
Re: How to fix -
Huba - 11.06.2015
Did you reinstalled pawno?
You must find the old folder of pawno and there paste these includes, I had this problem too.
Re: How to fix -
KamalBa - 11.06.2015
Huba i didn't re-install the pawno...
Re: How to fix -
KamalBa - 11.06.2015
If i remove the <zcmd>
it will show me this
Код:
D:\My server\gamemodes\TDM_Script.pwn(7) : fatal error 100: cannot read from file: "streamer"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Erro
Re: How to fix -
UltraScripter - 11.06.2015
you dont have streamer include
Re: How to fix -
Huba - 11.06.2015
#1. Open up the Pawno.exe in the server folder you have the include in
#2. Close it.
#3. Then Go to your GameMode or Filterscript
#4. Open the GM or Filterscript
#5. Then Compile it
Re: How to fix -
KamalBa - 11.06.2015
Something went wrong FFS Now when i add #include <zcmd>
Compiler will stop working..
Why ?
Re: How to fix -
KamalBa - 11.06.2015
Now it's work but streamer not found how to add it ?