Posts: 6,340
Threads: 58
Joined: May 2009
Reputation:
0
.pwn file is the source file or your gamemode/filterscript/whatever and the .amx is the file of your compiled gamemode/filterscript and the .amx file is the one that server needs.
Posts: 988
Threads: 9
Joined: Jul 2006
Reputation:
0
pwn is the source file, it's a simple text file, that you can easily read, understand, and modify.
amx is the binary file, machine code, that your cpu understand.
Try open a amx with notepad: it's not humanly readable.