OTX 2.0
Estou com problema nesse script, não estou conseguindo resolver, o erro esta na imagem se alguem podem me auxiliar.
function onExp(cid)
if getPlayerStorageValue(cid, 327775) - os.time() => 1 then
value = 4
elseif getPlayerStorageValue(cid, 327575) - os.time() => 1 then
value = 2
elseif getPlayerStorageValue(cid, 327575) - os.time() <= 0 and getPlayerStorageValue(cid, 327675) - os.time() <= 0 and getPlayerStorageValue(cid, 327775) - os.time() <= 0 then
value = 1
else
value = 1
end
return value
end
Você tem alguma imagem que possa auxiliar no problema? Se sim, coloque-a aqui.