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

TFS 1.2 attempt to compare boolean with number (anihilator)

Lopaskurwa

Active Member
Joined
Oct 6, 2017
Messages
873
Solutions
2
Reaction score
49
Hello, so im trying to edit lever so it would require item to be teleported but getting error. Its in this line
Lua:
    if getPlayerItemCount(cid, 2160) < 5 then
      return player:sendCancelMessage("You do not have 5 crystals.")
    end
 
Back
Top