function Notify(title, message, type, duration)
lib.notify({
title = title,
description = message,
type = type,
duration = duration,
})
end
Config.Locales = {
nocops = "Come back later!",
carfind1 = "Find a ",
carfind2 = " and bring it to the location marked on your GPS!",
withplate = " with the license plate ",
titlenotif = "Vehicle Theft",
notiftracking1 = "Wait ",
notiftracking2 = " min for the tracker to be disabled before delivering the vehicle!",
notifendtracking = "Deliver the vehicle if you're no longer being chased by the cops!",
notifexp = "Exp +",
notifcontainerstart = "Go to the point marked on your GPS to retrieve the crate! Be careful, it's guarded.",
notifisplayerveh = "Damn, the vehicle is tracked! Go find another one!",
notifwrongveh = "That's not the right vehicle!",
notiffinishmission = "Nice! Here's your reward.",
notifwrongcar1 = "You were asked for a ",
notifwrongcar = ", damn it!",
containertarget = "Open the container",
progressbarcontainer = "Opening the container",
drawtext = "Deliver the vehicle",
alreadyonuse = "Come back later, someone else is already on the job!",
dispatchtitle = "10-37 - Vehicle Theft",
dispatchtitleluxe = "10-37 - Luxury Vehicle Theft",
dispatchinfo1 = "Stolen ",
dispatchinfo2 = " with license plate ",
webhookmissionstart = "Mission started",
}