29.11.2019, 18:07
Did it create a .asm file aswell? Because this happens when you
* Compile with option -l (no error/warning handling)
* Compile with option -a (creates the assembler code so it checks for warnings etc. Doesn't compile to AMX format).
If it does contain a .asm file check if one of these is in your script:
#pragma option -l
#pragma option -a
If it is, remove it. Either that or the parameter -a or -l was used in pawncc exec line
If this is not the case, try re-downloading compiler files (you may want to use Zeex's compiler btw)
* Compile with option -l (no error/warning handling)
* Compile with option -a (creates the assembler code so it checks for warnings etc. Doesn't compile to AMX format).
If it does contain a .asm file check if one of these is in your script:
#pragma option -l
#pragma option -a
If it is, remove it. Either that or the parameter -a or -l was used in pawncc exec line
If this is not the case, try re-downloading compiler files (you may want to use Zeex's compiler btw)

