01.11.2016, 06:27
This code does not create a table, it inserts into it. You need to create the table 'Faction' first. There's not much point in creating the table in your gamemode as it's likely that you'll only really need to create it once in its lifetime.
PHP код:
CREATE TABLE IF NOT EXISTS `Faction` ...

