what's the difference between amx and pwn files - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: what's the difference between amx and pwn files (
/showthread.php?tid=104731)
what's the difference between amx and pwn files -
Drezek - 25.10.2009
thanks
Re: what's the difference between amx and pwn files -
Correlli - 25.10.2009
.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.
Re: what's the difference between amx and pwn files -
yom - 25.10.2009
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.