pojazd1 = createVehicle (500,134.294921875,-77.9599609375,1.4296875,1,1,1)
function teleport1 (source)
x,y,z = getElementPosition (source)
setElementPosition( pojazd1 , x +0, y +3, z +0)
warpPedIntoVehicle (source, pojazd1)
outputChatBox ("Pojazd1 zosta? teleportowany w twoje miejsce.",source,255,5,5)
if seat == 0 then
cancelCommandHandler ("tepaj",pojazd1,source)
outputChatBox ("Wyjd? z pojazdu.",source,255,0,0)
end
end
addCommandHandler( "tepaj" ,teleport1, source)