08.08.2015, 10:17
Hi Holl,
I'd suggest doing the following.
Layout
{ScriptName}.pwn
--| {ScriptName}
-----|Core
-------| {Modules}
So when you're including a module it follows a simple layout eg.
NOTE: When you're including other modules in a module you must follow the same include method as "../mod.pwn" will not work.
Screenshots: http://prntscr.com/828854 | http://prntscr.com/828890
I'd suggest doing the following.
Layout
{ScriptName}.pwn
--| {ScriptName}
-----|Core
-------| {Modules}
So when you're including a module it follows a simple layout eg.
pawn Код:
#include "Script/Core/Master/Account.pwn"
NOTE: When you're including other modules in a module you must follow the same include method as "../mod.pwn" will not work.
Screenshots: http://prntscr.com/828854 | http://prntscr.com/828890

