Histórico de Curtidas
-
Mhollow deu reputação a Movie em (Resolvido)Erro sqlConfigure as linhas que são referentes à conexão com a database no config.lua
-
Mhollow deu reputação a Guilherme em (Resolvido)Textos que fica aparecendolocal 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.
-
Mhollow deu reputação a Danihcv em (Resolvido)[Erro] save ao deslogarExecuta 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 )
);