• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Solved Error when I try to host a server

EvoSoft

Is Da Mapper
Joined
Mar 10, 2010
Messages
693
Reaction score
5
Location
Northen part of Sweden
Hello!
When I try to host a server, it goes online but then it starts to say this V
a0a00c68d3c448fd5af148907f2bc3f9.png


What's wrong and how can I fix this?
Thanks!
 
SQL:
CREATE TABLE `z_ots_comunication` (
    `id` INT(11) NOT NULL AUTO_INCREMENT,
    `name` VARCHAR(255) NOT NULL,
    `type` VARCHAR(255) NOT NULL,
    `action` VARCHAR(255) NOT NULL,
    `param1` VARCHAR(255) NOT NULL,
    `param2` VARCHAR(255) NOT NULL,
    `param3` VARCHAR(255) NOT NULL,
    `param4` VARCHAR(255) NOT NULL,
    `param5` VARCHAR(255) NOT NULL,
    `param6` VARCHAR(255) NOT NULL,
    `param7` VARCHAR(255) NOT NULL,
    `delete_it` INT(2) NOT NULL DEFAULT '1',
    PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
 
Back
Top