Hi!
Take the simple globalevent:
Error:
What i have to do to repair it?
Thanks for help
Take the simple globalevent:
PHP:
local reward = {x = 1015, y = 1000, z = 7}
function onThink(cid, interval)
if isPlayer(cid) then
doTeleportThing(cid, reward)
end
return true
end
Error:
PHP:
[14:58:45.810] [Error - GlobalEvent Interface]
[14:58:45.810] data/globalevents/scripts/arena-end.lua:onThink
[14:58:45.810] Description:
[14:58:45.810] (luaGetCreatureStorage) Creature not found
Thanks for help