18.10.2014, 23:59
Pawn*
Pawno is the editor, Pawn is the compiler, pawncc is the compiler
Do you have the required include in proper place ?
After you compiler, did it create an .amx file ? e.g. FS_NAME.pwn => after compile => FS_NAME.amx
Make sure there is .amx file in the fitlerscript folder.
If your code return errors then it means the compile failed and therefore, it cannot produce a working .amx file.
PAWN shows you the errors in the mini-window which opens once you press the compile button/key.
Pawno is the editor, Pawn is the compiler, pawncc is the compiler
Do you have the required include in proper place ?
After you compiler, did it create an .amx file ? e.g. FS_NAME.pwn => after compile => FS_NAME.amx
Make sure there is .amx file in the fitlerscript folder.
If your code return errors then it means the compile failed and therefore, it cannot produce a working .amx file.
PAWN shows you the errors in the mini-window which opens once you press the compile button/key.