Eu estava testando uma quest e tive alguns problemas com storagevalue, porque nao dava pra testar ela sem trocar o storage. Entao eu criei uma talkaction de remocao de storagevalue pra me ajudar, entao resolvi posta-la aqui para ajudar alguem que tem o mesmo problema..
String xml:
<talkaction words="!removestorage" script=".lua" />
Script:
function onSay(cid, words, param)
if getPlayerAccess(cid) >= 1 then
setPlayerStorageValue(cid,params,0)
doPlayerSendTextMessage(cid,22,"Storage succefully removed.")
end
end
Facam bom proveito :smile_positivo: