{Help} Table not being created.
#2

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` ... 
Reply


Messages In This Thread
{Help} Table not being created. - by StrikerZ - 01.11.2016, 06:16
Re: {Help} Table not being created. - by Threshold - 01.11.2016, 06:27
Re: {Help} Table not being created. - by StrikerZ - 01.11.2016, 06:28
Re: {Help} Table not being created. - by Micko123 - 01.11.2016, 06:31
Re: {Help} Table not being created. - by StrikerZ - 01.11.2016, 06:34
Re: {Help} Table not being created. - by StrikerZ - 01.11.2016, 08:13
Re: {Help} Table not being created. - by StrikerZ - 01.11.2016, 10:14
Re: {Help} Table not being created. - by Konstantinos - 01.11.2016, 10:46
Re: {Help} Table not being created. - by StrikerZ - 01.11.2016, 10:59
Re: {Help} Table not being created. - by Konstantinos - 01.11.2016, 11:06

Forum Jump:


Users browsing this thread: 1 Guest(s)