Lopaskurwa
Well-Known Member
- Joined
- Oct 6, 2017
- Messages
- 936
- Solutions
- 2
- Reaction score
- 57
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