pawncc.exe doesn't create .amx file when executed from cmd - 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: pawncc.exe doesn't create .amx file when executed from cmd (
/showthread.php?tid=636239)
pawncc.exe doesn't create .amx file when executed from cmd -
EtayJ - 23.06.2017
This is the command that I am using but the .amx file is not created
I have also tried to run it with elevated permissions.
Код:
"C:\Program Files (x86)\PAWN Compiler\pawncc.exe" "new.pwn"
Re: pawncc.exe doesn't create .amx file when executed from cmd -
OneDay - 23.06.2017
Quote:
Originally Posted by EtayJ
This is the command that I am using but the .amx file is not created
I have also tried to run it with elevated permissions.
Код:
"C:\Program Files (x86)\PAWN Compiler\pawncc.exe" "new.pwn"
|
Use -o
Re: pawncc.exe doesn't create .amx file when executed from cmd -
EtayJ - 23.06.2017
Thanks but it doesn't help.
New command is:
"C:\Program Files (x86)\PAWN Compiler\pawncc.exe" new.pwn -; -( -o
.amx file is still not being created.
Re: pawncc.exe doesn't create .amx file when executed from cmd -
crukk11 - 23.06.2017
What editor u use
Re: pawncc.exe doesn't create .amx file when executed from cmd -
EtayJ - 23.06.2017
I am trying to compile it with the command prompt using the command that I just showed you guys
Re: pawncc.exe doesn't create .amx file when executed from cmd -
EtayJ - 23.06.2017
Nevermind, I have managed to solve the issue.
Re: pawncc.exe doesn't create .amx file when executed from cmd -
OneDay - 24.06.2017
How?
Re: pawncc.exe doesn't create .amx file when executed from cmd -
Sew_Sumi - 24.06.2017
He may have just figured out where they were being sent, or that working directory should be used to make the AMX turn up in the right area.