Here it is for when u hit the marker sorry it took me so long to get it.....0o0o0o0 and i still dont know how to stop it from saying it again when someone hits it after u
enter3 = createMarker ( -1148.4782, 345.7957, 13.6835, "cylinder", 30, 125, 0, 0, 155, getRootElement() )
function MarkerHit ( player, hitPlayer, matchingDimension )
username = getClientName ( player )
outputChatBox ( username, player, 255, 0, 0 )
outputChatBox ( "Has Won The Race!", 255, 0, 0 )
end
addEventHandler("onMarkerHit", enter3, MarkerHit)