Ir para conteúdo

[Encerrado] (Bug) Comando


BrunooMaciell

Posts Recomendados

Estou com um bug num comando do !task quando o players fala este comando ele da debug no cliente !!

 

Se alguem puder mi ajuda ^^

 

SCRIPT

 

function onSay(cid, words, param)

if param == '' then
sendMsgToPlayer(cid, 20, "Param required.\n!task [name npc] or !task npcs")
return true
end

if param == "npcs" or param == "Npcs" then
local str = "Name of npcs of task: \n\n"
local send = false
for i = 91001, (91000+maxTasks) do
if getPlayerStorageValue(cid, i) ~= -1 and tostring(getPlayerStorageValue(cid, i)) then
local array = getArrayFromStorage(cid, i)
if arrayHasContent(array) then
for e, f in pairs(array) do
local j = e
if string.find(e, "Trainer") then
if getPlayerStorageValue(cid, 854789) == 5 then
j = j.."_1"
elseif getPlayerStorageValue(cid, 854789) == 7 then
j = j.."_2"
end
end
if npcsTask[j] then
str = str..e.."\n"
send = true
end
end
end
end
end
if send then
doShowTextDialog(cid, 12795, str)
else
doShowTextDialog(cid, 12795, "You don't have any task at the moment!")
end
return true
end

local npc = doCorrectString(tostring(param))
local npc2 = npc
local sto = getMyTaskSto(cid, npc)
local str = "Name: "..npc..".\n"

if npcsTask[npc.."_1"] then
if getPlayerStorageValue(cid, 854789) == 5 then
npc2 = npc2.."_1"
elseif getPlayerStorageValue(cid, 854789) == 7 then
npc2 = npc2.."_2"
end
end

if sto == -1 or not npcsTask[npc2] then
doShowTextDialog(cid, 12795, "You don't have any task from this npc!")
return true
end

if isMyTaskComplete(cid, npc) then
str = str.."Task: "..npcsTask[npc2][2]..".\n"
str = str.."Status: Completed.\n"
str = str.."City: "..npcsTask[npc2][1]..".\n"
str = str.."Reward: "..npcsTask[npc2][3].."."
else
str = str.."Task: "..npcsTask[npc2][2]..".\n"
str = str.."Status: Not Completed.\n"
str = str.."Have to Kill: "..getStingOfTask(cid, npc)
str = str.."City: "..npcsTask[npc2][1]..".\n"
str = str.."Reward: "..npcsTask[npc2][3].."."
end
doShowTextDialog(cid, 12795, str)
return true
end

 

 

Curti++

Link para o comentário
Compartilhar em outros sites

parceiro é o seguinte ou o bug é no cliente ou é na script seguinte eu tinha um script sem bug mais formatei o pc vc pode baixar um server que tenha ai vc olha qual é o bug si tem algo diferente si ajudei rep+ vlw parceiro boa sorte ai

Link para o comentário
Compartilhar em outros sites

  • 4 years later...
A questão neste tópico de suporte foi encerrada por falta de respostas. Este tópico está fechado e foi movido para Suporte - Tópicos Sem Resposta.

+ Caso a dúvida não tenha sido resolvida você poderá criar outro tópico solicitando ajuda.
* Lembre-se que é permitido dar UP no tópico a cada 24 horas para assim o destacar e manter movimentado.
Link para o comentário
Compartilhar em outros sites

Visitante
Este tópico está impedido de receber novos posts.
×
×
  • Criar Novo...