JDB
OtLand Veteran
- Joined
- Jun 1, 2009
- Messages
- 4,145
- Solutions
- 2
- Reaction score
- 115
Example:
What will not allow you to create something on another object.
Unless it is a ground tile?
Problem:
I use this, although I can still create stuff on boxes or chests...then it crashes my server.
LUA:
if hasProperty(itemEx.uid, CONST_PROP_BLOCKSOLID) == FALSE then
What will not allow you to create something on another object.
Unless it is a ground tile?
Problem:
I use this, although I can still create stuff on boxes or chests...then it crashes my server.