12.01.2012, 13:10
if you put the includes where you have your script you can do:
#include "MyInclude.inc" (paths can also be supplied here, they are relative to the script path)
else if it's located in the pawno/include folde you do:
#include <MyInclude>
Hope this helps.
#include "MyInclude.inc" (paths can also be supplied here, they are relative to the script path)
else if it's located in the pawno/include folde you do:
#include <MyInclude>
Hope this helps.