As title says i need addCreatureMaxHealth 'cause setCreatureMaxHealth(cid, getCreatureMaxHealth(cid)+1000) is not working properly when a player is wearing a +%hp item. =/
function onUse(cid, item, frompos, item2, topos)
if (getPlayerStorageValue(cid, STORAGE) < 1) then...