Ir para conteúdo

Mhollow

Membro
  • Registro em

  • Última visita

Histórico de Curtidas

  1. Gostei
    Mhollow deu reputação a Movie em (Resolvido)Erro sql   
    Configure as linhas que são referentes à conexão com a database no config.lua
  2. Gostei
    Mhollow deu reputação a Guilherme em (Resolvido)Textos que fica aparecendo   
    local position = {x=1000,y=1000, z=7, stackpos=1} local text = {"Text1", "Text2", "Text3"} function onThink(interval, lastExecution) return doSendAnimatedText(position,text[math.random(1,#text)], math.random(10,66 ) ) end  
    Lembrando que TFS 1.0 não tem mais essa função.
  3. Gostei
    Mhollow deu reputação a Danihcv em (Resolvido)[Erro] save ao deslogar   
    Executa esse comando na sua data base:


    CREATE TABLE player_items (
    player_id INT NOT NULL,
    sid INT NOT NULL,
    pid INT NOT NULL
    DEFAULT '0',
    itemtype INT NOT NULL,
    count INT NOT NULL
    DEFAULT '0',
    attributes BLOB NOT NULL,
    UNIQUE ( player_id, sid ),
    FOREIGN KEY ( player_id ) REFERENCES players ( id )
    );

Informação Importante

Confirmação de Termo