01-13-2014, 02:57 AM
(This post was last modified: 01-13-2014, 02:58 AM by daniel0916.)
@xoft
Yes
.
I made that when i break a block in the chat will be writed the id.
But when i break a cake or fire it says the id 0.
For leaves i use this:
Yes

I made that when i break a block in the chat will be writed the id.
But when i break a cake or fire it says the id 0.
For leaves i use this:
function OnPlayerBreakingBlock(Player, BlockX, BlockY, BlockZ, BlockFace, BlockType, BlockMeta) if (BlockType == 18) then --Leaves return false; end