setTimer ( function ( source )
if getElementData( source, "onMission" ) == true and playersIntoMission < 1 then
OutPut ( "✱⌠ ! لم تبدأ مهمة الركض لعدم توفر اللاعبين ⌡✱", root, 255, 0, 0, true )
killPed ( source )
setElementData( source, "onMission", false )
playersIntoMission = 0
MissionStart ()
return end
end
end, 3000, 1 )