jestem pro
That is the question
- Joined
- Apr 20, 2013
- Messages
- 650
- Solutions
- 14
- Reaction score
- 88
Hello everybody! I have a dilemma.
I've tried to do , but I can't do this.
so if the item is at position( 1000, 1000, 7) for example 2160 (crystal coin) how I will put this item again at the same position I won't be able to put. If this item is laying there still.
But this don't work.
I've tried to do , but I can't do this.
so if the item is at position( 1000, 1000, 7) for example 2160 (crystal coin) how I will put this item again at the same position I won't be able to put. If this item is laying there still.
Code:
if getTileItemById(pos[i], 2669).uid > 0 then
doPlayerSendCancel(cid, "You can not drop your item here!")
return false
end
But this don't work.