diff --git a/client/main.lua b/client/main.lua index eb3fe41..d618dcb 100644 --- a/client/main.lua +++ b/client/main.lua @@ -521,18 +521,6 @@ RegisterNetEvent('qb-taxi:client:enableMeter', function() end end) -RegisterNetEvent('qb-taxi:client:toggleMuis', function() - Wait(400) - if meterIsOpen then - if not mouseActive then - SetNuiFocus(true, true) - mouseActive = true - end - else - QBCore.Functions.Notify(Lang:t('error.no_meter_sight'), 'error') - end -end) - -- NUI Callbacks RegisterNUICallback('enableMeter', function(data, cb) diff --git a/locales/ar.lua b/locales/ar.lua index 0376f26..42286ff 100644 --- a/locales/ar.lua +++ b/locales/ar.lua @@ -5,7 +5,6 @@ local Translations = { ["missing_meter"] = "هذه السيارة لا تحتوي على عداد سيارات الأجرة", ["no_vehicle"] = "أنت لست في سيارة", ["not_active_meter"] = "عداد سيارة الأجرة غير نشط", - ["no_meter_sight"] = "لا يوجد عداد سيارات الأجرة في الأفق", ["no_mission_active"] = "You dont have any mission to cancel" }, success = { diff --git a/locales/da.lua b/locales/da.lua index 9404c24..fcade97 100644 --- a/locales/da.lua +++ b/locales/da.lua @@ -5,7 +5,6 @@ local Translations = { ["missing_meter"] = "Dette køretøj har intet taxameter", ["no_vehicle"] = "Du er ikke i et køretøj", ["not_active_meter"] = "Taxameteret er ikke aktivt", - ["no_meter_sight"] = "Intet taxameter at se", ["no_mission_active"] = "You dont have any mission to cancel" }, success = { diff --git a/locales/de.lua b/locales/de.lua index aa8ee3d..1c2c2e0 100644 --- a/locales/de.lua +++ b/locales/de.lua @@ -5,7 +5,6 @@ local Translations = { ["missing_meter"] = "Dieses Fahrzeug hat keine Taxameter", ["no_vehicle"] = "Sie sind nicht in einem Fahrzeug", ["not_active_meter"] = "Das Taxameter ist nicht aktiv", - ["no_meter_sight"] = "Kein Taxameter in Sicht", ["no_mission_active"] = "You dont have any mission to cancel" }, success = { diff --git a/locales/en.lua b/locales/en.lua index ae6d94c..1599693 100644 --- a/locales/en.lua +++ b/locales/en.lua @@ -5,7 +5,6 @@ local Translations = { ["missing_meter"] = "This Vehicle Has No Taxi Meter", ["no_vehicle"] = "You're not in a vehicle", ["not_active_meter"] = "The Taxi Meter Is Not Active", - ["no_meter_sight"] = "No Taxi Meter In Sight", ["no_mission_active"] = "You dont have any mission to cancel" }, success = { diff --git a/locales/es.lua b/locales/es.lua index dd774eb..365c2f8 100644 --- a/locales/es.lua +++ b/locales/es.lua @@ -5,7 +5,6 @@ local Translations = { ["missing_meter"] = "Este vehículo no tiene taxímetro", ["no_vehicle"] = "No estás en un vehículo", ["not_active_meter"] = "El taxímetro no está activo", - ["no_meter_sight"] = "No hay taxímetro visible", ["no_mission_active"] = "You dont have any mission to cancel" }, success = { diff --git a/locales/fa.lua b/locales/fa.lua index 4b3ef27..6ced9f5 100644 --- a/locales/fa.lua +++ b/locales/fa.lua @@ -5,7 +5,6 @@ local Translations = { ["missing_meter"] = "Dar In Vasile Nagliye Taxi Meter Mojud Nist", ["no_vehicle"] = "Shoma Dar Vasile Nagliye Nist", ["not_active_meter"] = "Taxi Meter Faal Nist", - ["no_meter_sight"] = "Taxi Meter Dar Maraze Did Nist", ["no_mission_active"] = "You dont have any mission to cancel" }, success = { diff --git a/locales/fi.lua b/locales/fi.lua index a5c592b..9d75437 100644 --- a/locales/fi.lua +++ b/locales/fi.lua @@ -5,7 +5,6 @@ local Translations = { ["missing_meter"] = "Ajoneuvossa ei ole taksimittaria", ["no_vehicle"] = "Et ole ajoneuvossa!", ["not_active_meter"] = "Taksimittari ei ole aktiivinen", - ["no_meter_sight"] = "Ei taksimittaria nähtävissä", ["no_mission_active"] = "You dont have any mission to cancel" }, success = { diff --git a/locales/fr.lua b/locales/fr.lua index db3bee5..face7dd 100644 --- a/locales/fr.lua +++ b/locales/fr.lua @@ -5,7 +5,6 @@ local Translations = { ["missing_meter"] = "Ce véhicule n'a pas de taximètre", ["no_vehicle"] = "Vous n\'êtes pas dans un véhicule", ["not_active_meter"] = "Le taximètre n\'est pas activé", - ["no_meter_sight"] = "Pas de taximètre en vue", ["no_mission_active"] = "You dont have any mission to cancel" }, success = { diff --git a/locales/it.lua b/locales/it.lua index 504cf57..20787e2 100644 --- a/locales/it.lua +++ b/locales/it.lua @@ -5,7 +5,6 @@ local Translations = { ["missing_meter"] = "Questo veicolo non ha un tassametro", ["no_vehicle"] = "Non sei in un veicolo", ["not_active_meter"] = "Il tassametro non è acceso", - ["no_meter_sight"] = "Nessun tassametro visibile", ["no_mission_active"] = "Non hai tratte da annullare" }, success = { diff --git a/locales/nl.lua b/locales/nl.lua index aefa2b3..e40f2bd 100644 --- a/locales/nl.lua +++ b/locales/nl.lua @@ -5,7 +5,6 @@ local Translations = { ["missing_meter"] = "Dit voertuig heeft geen taximeter", ["no_vehicle"] = "Je zit niet in een voertuig", ["not_active_meter"] = "De taximeter is niet actief", - ["no_meter_sight"] = "Geen taximeter in zicht", ["no_mission_active"] = "You dont have any mission to cancel" }, success = { diff --git a/locales/pt-br.lua b/locales/pt-br.lua index 813d3e7..26e80f6 100644 --- a/locales/pt-br.lua +++ b/locales/pt-br.lua @@ -5,7 +5,6 @@ local Translations = { ["missing_meter"] = "Este veículo não possui taxímetro", ["no_vehicle"] = "Você não está em um veículo", ["not_active_meter"] = "O taxímetro não está ativo", - ["no_meter_sight"] = "Nenhum taxímetro à vista", }, success = {}, info = { diff --git a/locales/pt.lua b/locales/pt.lua index 2008976..67a2156 100644 --- a/locales/pt.lua +++ b/locales/pt.lua @@ -5,7 +5,6 @@ local Translations = { ["missing_meter"] = "Este veículo não possui um taxímetro", ["no_vehicle"] = "Não estás num veículo", ["not_active_meter"] = "O taxímetro não se encontra activo", - ["no_meter_sight"] = "Nenhum taxímetro à vista", ["no_mission_active"] = "You dont have any mission to cancel" }, success = { diff --git a/locales/sv.lua b/locales/sv.lua index f299081..75b7473 100644 --- a/locales/sv.lua +++ b/locales/sv.lua @@ -5,7 +5,6 @@ local Translations = { ["missing_meter"] = "Det här fordonet har ingen taxameter", ["no_vehicle"] = "Du är inte i ett fordon", ["not_active_meter"] = "Taxametern är inte aktiv", - ["no_meter_sight"] = "Ingen Taxameter i sikte", ["no_mission_active"] = "You dont have any mission to cancel" }, success = { diff --git a/locales/th.lua b/locales/th.lua index 266e84b..fbcb8fe 100644 --- a/locales/th.lua +++ b/locales/th.lua @@ -5,7 +5,6 @@ local Translations = { ["missing_meter"] = "รถคันนี้ไม่มีมิเตอร์แท็กซี่", ["no_vehicle"] = "คุณไม่ได้อยู่ในยานพาหนะ", ["not_active_meter"] = "มิเตอร์แท็กซี่ไม่ทำงาน", - ["no_meter_sight"] = "ไม่มีมิเตอร์แท็กซี่ในระยะสายตา", ["no_mission_active"] = "You dont have any mission to cancel" }, success = { diff --git a/locales/tr.lua b/locales/tr.lua index 6dbff1c..24bd556 100644 --- a/locales/tr.lua +++ b/locales/tr.lua @@ -5,7 +5,6 @@ local Translations = { ["missing_meter"] = "Bu Aracın Taksimetresi Yok", ["no_vehicle"] = "Bir araçta değilsin", ["not_active_meter"] = "Taksimetre Aktif Değil", - ["no_meter_sight"] = "Görünürde Taksimetre Yok", ["no_mission_active"] = "You dont have any mission to cancel" }, success = {