president vankk
Web Developer & AuraOT Owner
- Joined
- Jul 10, 2009
- Messages
- 5,719
- Solutions
- 9
- Reaction score
- 339
Could someone help me update 2 lines to TFS 1.2? I'm trying, but always have a problem..
btw, how I use in TFS 1.2 to use effect X in the position 1000, 1000, 7?
Thanks.
Code:
local tile = getTileThingByPos(p)
if tile.uid ~= 0 and getItemInfo(tile.itemid).group == 1 and getTileInfo(p).protection and getTileItemById(p, 1387).uid == 0 and hasItemProperty(tile.uid, CONST_PROP_BLOCKSOLID) == false then
btw, how I use in TFS 1.2 to use effect X in the position 1000, 1000, 7?
Thanks.
Last edited: