Posts: 269
Threads: 19
Joined: Apr 2010
Reputation:
0
What can i do / not do on a include file ? i mean ... can i set a timer if i add #include <a_samp> ?
Posts: 72
Threads: 2
Joined: Feb 2011
Reputation:
0
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