Postado Dezembro 16, 2014 10 anos Fala galera, cabei de conseguir uma script de TP falante e tals ele ta pegando já, mais quando eu abro o servidor ele da o seguinte erro: ERRO:[Error - GlobalEvents::think] Couldn't execute event: Teleports script do tp falante:function onThink(interval, lastExecution) pos = {x = 1024, y = 908, z = 5} pos1 = {x = 1033, y = 909, z = 5} pos2 = {x = 11, y = 794, z = 7} pos3 = {x = 395, y = 1223, z = 7} doSendAnimatedText(pos, 'Hunts', 145) doSendAnimatedText(pos1, 'Vocation', 168) doSendAnimatedText(pos2, 'Konoha', 205) doSendAnimatedText(pos3, 'Retornar', 251) end return TRUE Lembrando que é um narutibia 854. QUEM SUBER ARRUMA AI REP+ FICA CHATO APARECENDO ESSE ERRO TODA HORA ;/ Editado Dezembro 16, 2014 10 anos por lowereeee (veja o histórico de edições)
Postado Dezembro 16, 2014 10 anos Solução usa esse aqui: local config = { positions = { ["Hunts"] = { x = 1024, y = 908, z = 5 }, ["Vocation"] = { x = 1033, y = 909, z = 5 }, ["Konoha"] = { x = 11, y = 794, z = 7 }, ["Retornar"] = { x = 395, y = 1223, z = 7 } } } function onThink(cid, interval, lastExecution) for text, pos in pairs(config.positions) do doSendAnimatedText(pos, text, math.random(1, 255)) end return TRUE end globalevents.xml <globalevent name="tpmensagem1" interval="2100" script="tlpmenssage.lua"/> Editado Dezembro 16, 2014 10 anos por Markin (veja o histórico de edições) 16/11/2014 23/11/2014 RIP AnneMotta 21/01/2012 - 15/01/2014 Liga das lendas: DIAMOND É A META
Postado Dezembro 16, 2014 10 anos Autor usa esse aqui: local config = { positions = { ["Hunts"] = { x = 1024, y = 908, z = 5 }, ["Vocation"] = { x = 1033, y = 909, z = 5 }, ["Konoha"] = { x = 11, y = 794, z = 7 }, ["Retornar"] = { x = 395, y = 1223, z = 7 } } } function onThink(cid, interval, lastExecution) for text, pos in pairs(config.positions) do doSendAnimatedText(pos, text, math.random(1, 255)) end return TRUE end globalevents.xml <globalevent name="tpmensagem1" interval="2100" script="tlpmenssage.lua"/> Vlw funfo de boa sem erros . xD
Participe da conversa
Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.