Prevent flying blocks from landing in area
#4
Something like this
function OnExploding(World, ExplosionSize, CanCauseFire, X, Y, Z, Source, SourceData)
	if (--[[Explosion is not in protected area]]) then
		return false;
	end
	return true
end
Reply
Thanks given by:


Messages In This Thread
RE: Prevent flying blocks from landing in area - by NiLSPACE - 09-30-2016, 12:05 AM



Users browsing this thread: 1 Guest(s)