• 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!

Recent content by A3F

  1. A

    Fix z_ots_comunication error on SQLite [SOLVED]

    Ok, Thanks everyone i managed to do it. Sqlite doesn't use exactly the same syntax as mysql, so the query has to be adjusted. Here is the new SQLite compatible one: CREATE TABLE "z_ots_comunication" ( "id" INTEGER(11) PRIMARY KEY NOT NULL, "name" VARCHAR(255) NOT NULL, "type" VARCHAR(255) NOT...
  2. A

    Gesior Problem

    it says your config.lua isn't alright. could u post line 17 from it ? ( and what's around let's say line 14-20)
  3. A

    Fix z_ots_comunication error on SQLite [SOLVED]

    Could anyone help me please ? Bump
  4. A

    Fix z_ots_comunication error on SQLite [SOLVED]

    Hello everyone, before anyone says something, I HAVE searched for this error and tried the fix i found but it doesn't work. When i start the server I get that z_ots_communication error and when i try to execute this sql query: CREATE TABLE `z_ots_comunication` ( `id` int(11) NOT NULL...
Back
Top