TekaZudo
seuserver.com.br
DESCRIÇÃO
Anuncie aqui neste countdown e dê maior visibilidade ao seu lançamento |
Full Global • Custom Quests • Custom Outfits • Lottery System • Version 15x
Inicia em:
--
Participar
Solutions
-
hiaben27's post in (Resolvido)Erro no Distro impede Abrir Server! was marked as the answerTente esse amigo:
configuration-original.lua
-
hiaben27's post in (Resolvido)Erro SQL was marked as the answerExecuta essas query na sua database e ver se resolve seu problema DROP TABLE IF EXISTS killers; CREATE TABLE killers ( id INTEGER PRIMARY KEY, death_id INTEGER NOT NULL, final_hit BOOLEAN NOT NULL DEFAULT 'FALSE', unjustified BOOLEAN NOT NULL DEFAULT 'FALSE', war BIGINT NOT NULL DEFAULT '0', FOREIGN KEY ( death_id ) REFERENCES player_deaths ( id ) ); e DROP TABLE IF EXISTS player_deaths; CREATE TABLE player_deaths ( id INTEGER PRIMARY KEY, player_id INTEGER NOT NULL, date INTEGER NOT NULL, level INTEGER NOT NULL, FOREIGN KEY ( player_id ) REFERENCES players ( id ) ); e DROP TABLE IF EXISTS player_killers; CREATE TABLE player_killers ( kill_id INTEGER NOT NULL, player_id INTEGER NOT NULL, FOREIGN KEY ( kill_id ) REFERENCES killers ( id ), FOREIGN KEY ( player_id ) REFERENCES players ( id ) ); OBS: Se já existir tente outra Essa resposta já foi respondida em outro fórum., vou deixar a solução aqui também para que fique mais fácil de encontra-lá. Créditos a AdilsonTsunami.