Post automatically merged:
I fixed a little. now that problem remained
Post automatically merged:
when logging into the game something pops up

Post automatically merged:
already fixed
CREATE TABLE IF NOT EXISTS
towns (id int(11) NOT NULL AUTO_INCREMENT,name varchar(255) NOT NULL,posx int(11) NOT NULL DEFAULT '0',posy int(11) NOT NULL DEFAULT '0',posz int(11) NOT NULL DEFAULT '0',PRIMARY KEY (
id),UNIQUE KEY
name (name)) ENGINE=InnoDB DEFAULT CHARACTER SET=utf8;
Post automatically merged:
i just have a problem with that

Post automatically merged:
everything fixed you can close the topic
Last edited:
