Hello!
I'm using EvoRPG V5 by Zbizu
and it's some scripts that denies you to log out when you are in a quest, i have the problem that those scripts denies you to log out all the time!
Ill show you how one of the scripts looks:
And the error:
anyone got a clue?
I'm using EvoRPG V5 by Zbizu
and it's some scripts that denies you to log out when you are in a quest, i have the problem that those scripts denies you to log out all the time!
Ill show you how one of the scripts looks:
Code:
function onLogout(cid)
if getCreatureStorage(cid, oakStorages.treeCut) > 0 and getCreatureStorage(cid, oakStorages.done) < 1 then
doCreatureSetStorage(cid, oakStorages.treeCut, 0)
end
return true
end
And the error:
anyone got a clue?