local marker = createMarker(-2521.16675, -624.94690, 131.5,"cylinder", 1.5, 255, 255, 0, 170 )
local Blip = createBlip( -2521.16675, -624.94690, 131.5, 46, 0, 0, 0, 255 )
function MarkerHit( plr, matchingDimension )
outputChatBox ( "Rozpocz??e? prac? listonosza.", plr)
outputChatBox ( "Jed? do wskazanych punkt?w na mapie.", plr)
outputChatBox ( "S? one oznaczone ikon? C.", plr)
vehicle = createVehicle ( 609, -2494.38257, -602.00574, 132.56250 )
warpPedIntoVehicle ( plr, vehicle)
marker2 = createMarker(-2409.20190, 819.14270, 35.17969,"cylinder", 1.5, 255, 0, 0, 170 )
Blip2 = createBlip(-2409.20190, 819.14270, 35.17969, 12, 0, 0, 0, 255)
end
addEventHandler("onMarkerHit", marker, MarkerHit)
function MarkerHit2( plr, matchingDimension )
outputChatBox( "Pozosta?o jeszcze 4 paczki")
destroyElement( marker2, plr )
destroyElement( Blip2, plr )
end
addEventHandler("onMarkerHit", marker2, MarkerHit2)