• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

global storage bug ?

Serginov

Onkonkoronkonk
Joined
Jun 28, 2008
Messages
1,321
Reaction score
18
Location
Sweden - Dalarna
This;
Code:
function onStepIn(cid, item, position, lastPosition, fromPosition, toPosition, actor)
            print(getGlobalStorageValue(2001))
    return true
end

I get this;
Code:
(luaGetCreatureStorage) Creature not found.
Why do I get that? It's not like I'm looking for any creature..
 
I'm still getting this error :s Tried so many times now.. I'm to lazy to download 0.4 and test cause I'd have to change many of my scripts I think :p
Does anyone know what I can do to fix it?
 
Back
Top