Como posso utilizar um addevent para remover certa storage sem ta erro quanto nao tem o summon a um tempo atras tinha um post de como se usar mais nao achei?
ate fiz essa funçao pra ver mais sempre ta o erro (luaDoCreatureSetStorage) Creature not found
function doResetStorageValue(cid, time, storage, value) if not isCreature(cid) then return true end addEvent(setPlayerStorageValue, time, cid, storage, value) end
obs tb usei assim e deu erro
function doResetStorageValue(cid, time, storage, value) if isCreature(cid) then addEvent(setPlayerStorageValue, time, cid, storage, value)
Pergunta
nociam 90
Como posso utilizar um addevent para remover certa storage sem ta erro quanto nao tem o summon a um tempo atras tinha um post de como se usar mais nao achei?
ate fiz essa funçao pra ver mais sempre ta o erro (luaDoCreatureSetStorage) Creature not found
function doResetStorageValue(cid, time, storage, value)
if not isCreature(cid) then return true end
addEvent(setPlayerStorageValue, time, cid, storage, value)
end
obs tb usei assim e deu erro
function doResetStorageValue(cid, time, storage, value)
if isCreature(cid) then
addEvent(setPlayerStorageValue, time, cid, storage, value)
end
end
Link para o comentário
Compartilhar em outros sites
3 respostass a esta questão
Posts Recomendados