03.09.2016, 18:53
Long answer: if the include name is enclosed in angle brackets <> then the Pawn parser will only look in a set of predefined directories (i.e. pawno\include). If not, the directive symbolizes a path relative to the current directory. To travel up through the directory structure you use "..", e.g. "../settings.cfg" would include that file from the server's root directory.