13.08.2010, 12:21
Hi,
I am actually trying some organization methods for my PAWN scripts, I thought it would be a good idea to have, for example, the commands in a "commands" folder, and that each command represents a file, like "help.pwn", then include it in the main gamemode like : #INCLUDE <../commands/help.pwn>.
I'm sure this would slowdown the compilation progress, what do you think?
I am actually trying some organization methods for my PAWN scripts, I thought it would be a good idea to have, for example, the commands in a "commands" folder, and that each command represents a file, like "help.pwn", then include it in the main gamemode like : #INCLUDE <../commands/help.pwn>.
I'm sure this would slowdown the compilation progress, what do you think?