Postado Fevereiro 3, 2014 11 anos Isso ta acontecendo porque o servidor que tu ta usando não tem "doShowTextWindow",tenta usar esse script aqui pra fazer um teste : function onUse(cid, item, frompos, item2, topos) rw = getItemRWInfo(item.uid) if rw and 1 then if rw and 2 then doShowTextDialog(cid, item.uid, test) else doShowTextDialog(cid, item.uid, testt) end else if item.itemid == 2597 then doShowTextDialog(cid, item.uid, testtt) end end return 1 end
Postado Fevereiro 3, 2014 11 anos Tenta esse agora : function onUse(cid, item, frompos, item2, topos) rw = getItemRWInfo(item.uid) if rw and 1 then if rw and 2 then doShowTextDialog(cid, item.uid,100,1) else doShowTextDialog(cid, item.uid,100,1) end else if item.itemid == 2597 then doShowTextDialog(cid, item.uid,0,0) end end return 1 end
Postado Fevereiro 3, 2014 11 anos Autor Opa, mais problemas. [03/02/2014 16:27:08] Lua Script Error: [Action Interface] [03/02/2014 16:27:08] data/actions/scripts/rwitems.lua:onUse [03/02/2014 16:27:09] luaDoShowTextDialog(). Player not found
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.