An include is nothing more than a piece of Pawn code. The compiler essentially takes the contents of that file and inserts it at the specified place in the main script. The include directive can appear anywhere and an included file can contain any content. This is valid:
main script:
PHP код:
public OnGameModeInit()
{
#include ..\source\maps\my_map.txt
return 1;
}
Lordy made full tutorial I made basics for newbies.
Look at my tutorial if you want to. In your includes put something special, worth. Like mySQL connection or i dont know, some systems such as headshot, ( not so ) but ok.
If some-one has only GM(without includes ( most part )) he cant complie or run it at all.