local marker = createMarker ( x, y, z, "cylinder", 1.5, 255, 255, 0, 170 )
addEventHandler ( "onMarkerHit", root, marker,
function()
setTimer ( outputChatBox, 1000, 1, "5" )
setTimer ( outputChatBox, 2000, 1, "4" )
setTimer ( outputChatBox, 3000, 1, "3" )
setTimer ( outputChatBox, 4000, 1, "2" )
setTimer ( outputChatBox, 5000, 1, "1" )
setElementFrozen ( root, true )
setTimer ( setElementFrozen, 5000, 1, root , false )
end)
ارجوا تصحيح المود