This repository was archived by the owner on Jan 27, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathconfig.lua
More file actions
61 lines (50 loc) · 1.72 KB
/
config.lua
File metadata and controls
61 lines (50 loc) · 1.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
petrolCanPrice = 1
lang = "en"
-- lang = "fr"
settings = {}
settings["en"] = {
openMenu = "Press ~g~E~w~ to open the menu.",
electricError = "~r~You have an electric vehicle.",
fuelError = "~r~You're not in the good place.",
buyFuel = "buy fuel",
liters = "Gallons",
percent = "percent",
confirm = "Confirm",
fuelStation = "Fuel station",
boatFuelStation = "Fuel station | Boat",
avionFuelStation = "Fuel station | Plane ",
heliFuelStation = "Fuel station | Helicopter",
getJerryCan = "Press ~g~E~w~ to buy a jerry can ("..petrolCanPrice.."$)",
refeel = "Press ~g~E~w~ to refuel the car.",
YouHaveBought = "You have bought ",
fuel = " gallons of fuel",
price = "price"
}
--settings["fr"] = {
-- openMenu = "Appuyez sur ~g~E~w~ pour ouvrir le menu.",
-- electricError = "~r~Vous avez une voiture électrique.",
-- fuelError = "~r~Vous n'êtes pas au bon endroit.",
-- buyFuel = "acheter de l'essence",
-- liters = "litres",
-- percent = "pourcent",
-- confirm = "Valider",
-- fuelStation = "Station essence",
-- boatFuelStation = "Station d'essence | Bateau",
-- avionFuelStation = "Station d'essence | Avions",
-- heliFuelStation = "Station d'essence | Hélicoptères",
-- getJerryCan = "Appuyez sur ~g~E~w~ pour acheter un bidon d'essence ("..petrolCanPrice.."$)",
-- refeel = "Appuyez sur ~g~E~w~ pour remplir votre voiture d'essence.",
-- YouHaveBought = "Vous avez acheté ",
-- fuel = " litres d'essence",
-- price = "prix"
--}
showBar = false
showText = false
hud_form = 1 -- 1 : Vertical | 2 = Horizontal
hud_x = 0.175
hud_y = 0.885
text_x = 0.2575
text_y = 0.975
electricityPrice = 1 -- NOT RANOMED !!
randomPrice = true --Random the price of each stations
price = 1 --If random price is on False, set the price here for 1 liter