function Teleport()
local bool, x, y, z = getTargetBlipCoordinates()
if bool then
CurrentCarHandle = storeCarCharIsInNoSave(PLAYER_PED)
if isCharInCar(PLAYER_PED, CurrentCarHandle) then
sampAddChatMessage("{FF0000}[BSE]: Exit the car and try again.", 0xFF0000)
return
end
setCharCoordinates(PLAYER_PED, x, y, z)
else
sampAddChatMessage("ћетка не поставлена", 0xFFC080)
end
end