Language

Language = {
    RoubarGasolina = "Stealing the fuel...",
    Dead = "You cannot access while dead.",
    Water = "You cannot access in the water.",
    Veiculo = "You cannot do this inside a vehicle.",
    NoVehicles = "No vehicle nerby.",
    NoItems = "You don't have the right items.",
    NoMoney = "Not enought cash.",
    Header = "📌 The Best Equipment",
    Price = "Price: ",
    Close = "Close",
    BuyEquipament = "Buy Equipament",
}

Last updated