local ann = createMarker( 286, -42, 1002.5, "arrow", 1, 150, 50, 0, 255 )
function onHit(hitPlaye)
if ( hitPlayer == localPlayer ) then
if source == ann then
setElementInterior ( hitPlayer, 1, 289.7870, -35.7190, 1003.5160 )
setTimer(setElementInterior, 1000, 1,hitPlayer, 0 )
end
end
end
addEventHandler ("onClientMarkerHit", root, onHit)