01-21-2016, 09:27 PM
(01-18-2016, 06:30 PM)NiLSPACE Wrote: I believe there is: http://mc-server.xoft.cz/LuaAPI/cItemFrame.html
Or at least if that's the frame that you mean.
World:ForEachEntityInBox(cBoundingBox(X, X, Y, Y, Z, Z), function(a_Entity if (not a_Entity:IsItemFrame()) then return false end tolua.cast(a_Entity, "cItemFrame"):SetItem(MycItem) end )
Thank you. But, I want to install a lot of frames on the wall. Not items into frames.