Language

Language = {
	["Falhaste"] = "You failed",
	["NaoTensItem"] = "You don't have what you need.",
	["DinheiroPronto"] = "The money is ready to be withdrawn.",
	["Esperar"] = "You have to wait.",
	["Cancelado"] = "Canceled.",
	["ComecouLavar"] = "The notes were placed.",
	["SemDinheiroSujo"] = "You don't have notes marked with you.",
	["JaTensChave"] = "You already have a key with you.",
	["NoMarkedBills"] = "You dont have any markedbills.",
	["NoBags"] = "You don\'t have enough bags.",
	["Received"] = "Received: $",
	["MoneyWash"] = "Money is currently washing"
}

Progressbar = {
	ProgressbarCollecting = "Collecting the money...",
	ProgressbarAnimation = "mp_car_bomb",
	ProgressbarSubAnimation = "car_bomb_mechanic",
}

QBMenu = {
	QBMenuNPC1 = "Manager",
	QBMenuNPC2 = "I need wash money!",
	QBMenuNPC3 = "< Close",
	QBMenuNPC8 = "Sell Chips",
	QBMenuNPC9 = "< Close",
}

Targets = {
	Target01 = "Talk",
	Target01Icon = "fas fa-male",
	Target02 = "Get In",
	Target02Icon = "fas fa-male",
	Target03 = "Go Out",
	Target03Icon = "fas fa-male",
	Target04 = "Wash Money",
	Target04Icon = "fas fa-money-bill-alt",
}

Email = {
	Sender = "Manager",
	Title = "Warehouse",
	Message = "Take these keys with you and head to the point marked on your GPS." ,
}

Last updated