24.06.2012, 19:16
You can place an enitre GM in a include file and only have #include <gamemode.inc> in your .pwn.
I wouldn't recommend it, but it's possible.
Although you need to include the includes needed for the code you have in your include.
For instance, you need to include a_samp.inc in gamemode.inc for the samp functions
I wouldn't recommend it, but it's possible.
Although you need to include the includes needed for the code you have in your include.
For instance, you need to include a_samp.inc in gamemode.inc for the samp functions