Платно - Плагин - Auto Pilot - Дополнительная информация | RustyPlugin - Бесплатные и приватные плагины для вашего сервера Rust (uMod Oxide)
Код:
{
  "Chat_Error_NotInVehicle": "You are not in vehicle",
  "Chat_Error_NoPermission": "You can't use an autopilot for this type of vehicle!",
  "Chat_Error_UnsupportedVehicle": "This vehicle ain't supported yet",
  "Chat_Success_AutoPilot_Activated": "Auto Pilot have been successfully activated! Use in-game map marker to set a destination point for auto pilot.",
  "Chat_Error_Car_NoPath": "Couldn't find a path to provided point!",
  "Chat_Info_Car_Arrived": "Successfully arrived to the destination point.",
  "Chat_Info_Heli_Landing": "Started landing...",
  "Chat_Info_Heli_TakeOff": "Started take off...",
  "Chat_Info_Heli_Arrived": "Successfully arrived to the destination point.",
  "Chat_Error_NoAutoPilot": "You don't have enabled autopilot right now",
  "Chat_Success_AutoPilot_Disabled": "Auto Pilot is disabled!",
  "Chat_Error_NotDriver": "You are not a driver of the vehicle!"
}

JSON:
{
  "Chat_Error_NotInVehicle": "Вы не в транспорте",
  "Chat_Error_NoPermission": "Вы не можете использовать автопилот для этого вида транспорта!",
  "Chat_Error_UnsupportedVehicle": "Этот транспорт пока не поддерживается",
  "Chat_Error_NoAutoPilot": "У вас нет активированного автопилота сейчас",
  "Chat_Error_Car_NoPath": "Не удалось найти путь к указанной точке!",
  "Chat_Info_Car_Arrived": "Успешно прибыли на указанную точку.",
  "Chat_Info_Heli_Landing": "Начинаем приземляться...",
  "Chat_Info_Heli_TakeOff": "Начинаем взлет...",
  "Chat_Info_Heli_Arrived": "Успешно прибыли на указанную точку.",
  "Chat_Success_AutoPilot_Activated": "Автопилот был успешно активирован! Используйте внутриигровой маркер чтобы указывать точки назначения для автопилота.",
  "Chat_Success_AutoPilot_Disabled": "Автопилот был успешно деактивирован!",
  "Chat_Error_NotDriver": "Вы не водитель транспорта!"
}