19.10.2018, 19:58
The warning from the community compiler is very clear:
It expected:
but found:
The connection handle until R39 did not have the MySQL: tag so it included an older version. Try opening the script through the editor.
pawn Code:
warning 213: tag mismatch: expected tag none ("_"), but found "MySQL"
pawn Code:
new SQL;
pawn Code:
new MySQL: SQL;

