07.02.2017, 11:46
I wouldn't pollute the pawno/include folder either. I keep this folder exclusively for the default SA-MP API. I create a "source" folder in the server root and I store everything in there. Since the include directive accepts a path you can also go up in the directory tree. So if your main gamemode is in the gamemodes directory you can include like this:
PHP Code:
#include "..\source\libraries\third_party\a_mysql.inc"