local liczba = 0
function startEgzamin(plr)
liczba = liczba + 1
if liczba == 0 then
setElementInterior(el, 0)
setElementDimension(el, 0)
outputChatBox("(( Rozpocz??e? egzamin prawa jazdy ! ))")
pojazd = createVehicle(411, -2021.56, -45.59, 35.03, 360.0, 359.6, 180.4)
warpPedIntoVehicle(el, pojazd)
marker = createMarker(Punkty[liczba][1], Punkty[liczba][2], Punkty[liczba][3], "cylinder", 5, 255, 255, 0)
end
end