• 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!

Lua Problem with storage

Thorn

Spriting since 2013
Joined
Sep 24, 2012
Messages
2,203
Solutions
1
Reaction score
921
Location
Chile
Hello guys i have this problem, any idea how to fix it? i use tfs 0.3, no idea what is wrong D:


[6/4/2017 12:13:11] [Error - CreatureScript Interface] [6/4/2017 12:13:11] function onLogout(cid)
[6/4/2017 12:13:11] if getPlayerStorageValue(cid, 36901) > 0 and getPlayerStorageValue(cid, 35700) < 1 then
[6/4/2017 12:13:11] doPlayerSetStorageValue(cid, 36901, 0)
[6/4/2017 12:13:11] end [6/4/2017 12:13:11] return true
[6/4/2017 12:13:11] end [6/4/2017 12:13:11] :eek:nLogout [6/4/2017 12:13:11] Description:
[6/4/2017 12:13:11] [string "LuaInterface::loadBuffer"]:2: attempt to compare number with boolean
[6/4/2017 12:13:11] stack traceback:
[6/4/2017 12:13:11] [string "LuaInterface::loadBuffer"]:2: in function <[string "LuaInterface::loadBuffer"]:1>

ooh well dah, i realized now it happens everytime someone logs out
Plz help :c i don't even remember where to check the storages
 
Last edited by a moderator:
Back
Top