16.06.2015, 10:30
Your code does not work because it is not in a callback/function. Pawn is not PHP. The include directive simply copies the content from one file into another and in the end you will still end up with a single gamemode file. So you include the MySQL class once and then you'll be able to use GetConnectionHandle in every other file.