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

050 lib Function

Nashalito

New Member
Joined
May 21, 2009
Messages
273
Reaction score
0
Hello guys
i use tfs 0.3.6
i got a error when i try open my server

Data/lib/050-function.lua:222: attempt to index a boolean value.

What do i have to do??

PHP:
function getItemNameById(itemid)
	return getItemDescriptionsById(itemid).name
end

on 222
 
What file does this error? (there should be also line containing file name that executed this function in your console)
 
This is 222. When i try to open the server i get this error. Its in data / lib / 050 function Something there . But there error is at 222 and this is line 222 function

getItemNameById(itemid)
--> line 222 return getItemDescriptionsById(itemid).name
end
 
Last edited:
Back
Top Bottom