When I create a marker, it works, but when I created a marker in an interior it doesn't show up, and also doesn't show any kind of error.
 
	local yMarker = createMarker (2104.7353515625, -1806.4340820313, 12.5, "cylinder", 0.5, 255, 255, 0)
 
	function yMarker (hitPlayer, matchingDiemension) 
	    if matchingDiemension and hitPlayer == localPlayer then 
	            outputChatBox ("Has entered the shop") 
	            setElementInterior ( localPlayer, 5, 372.40167236328, -132.85858154297, 1001.4921875)                 
	    end 
	end
 
	addEventHandler ("onClientMarkerHit", root, yMarker)
 
	local rMarker = createMarker (372.40167236328, -132.85858154297, 1001.4921875, "cylinder", 0.5, 255, 255, 0)  
 
	The  one highlighted green, is the coordinates of the int.