-- GOD Mode by Karpio function onThink(cid, interval) if(getPlayerStorageValue(cid, 64724) == 1) then local health = getCreatureMaxHealth(cid) - getCreatureHealth(cid) local mana = getCreatureMaxMana(cid) - getCreatureMana(cid) doCreatureAddHealth(cid, health) doCreatureAddMana(cid, mana) end return true end