Difference between .INC and .PWN and .AMX? - 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: Difference between .INC and .PWN and .AMX? (
/showthread.php?tid=115008)
Difference between .INC and .PWN and .AMX? -
DeltaAirlines12 - 22.12.2009
How do you edit a filterscript? Open it with pawno? And I was wondering whats the different between
a FS and a INC file. xD, I only use .pwn files so this is kinda new to me

.
Re: Difference between .INC and .PWN and .AMX? -
[HiC]TheKiller - 22.12.2009
A filterscript is pretty much including a whole script into yours. A INC is mostly adding new functions for you to use in your gamemode.
Re: Difference between .INC and .PWN and .AMX? -
LarzI - 22.12.2009
Quote:
Originally Posted by [HiC
TheKiller ]
A filterscript is pretty much including a whole script into yours. A INC is mostly adding new functions for you to use in your gamemode.
|
A FS/GM is PAWN scripts (.pwn and compiled version; .amx)
A INC (include file) is a file you can include in your FS/GM's for more functions and settings. (Mostly to save space in script)