require "lib.moonloader"
local keys = require "vkeys"
function main()
if not isSampLoaded() or not isSampfuncsLoaded()
then return
end
while not isSampAvailable()
do
wait()
end
sampAddChatMessage('CarHelp активен', 0x800080)
while true do
wait(0)
if isKeyJustPressed(VK_L)
then
sampSendChat('/lock')
elseif isKeyJustPressed(VK_K)
then
sampSendChat('/key')
end
end
end
osm.sbin.ru/esr/express:2014001
У станций также есть коды ЕСР и по ним Яндекс тоже, насколько я знаю, умеет их находить
osm.sbin.ru/esr/esr:596506
Но у Яндекса могут быть не все коды станций, в основном там только те, на которых есть пассажирское сообщение.