-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.lua
36 lines (30 loc) · 978 Bytes
/
config.lua
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
Config= {}
Config.Locale = 'en'
Config.Delay = 5000
Config.FireJob = 'fire'
Config.JobCheck = true
Config.EX = {
-666581633,
-1980225301,
-1610165324,
-875057463,
-171327159
}
Translation = {
['en'] = {
['error1'] = 'Error',
['error2'] = 'You already have a fire extinguisher!',
['error3'] = "You don't have a fire extinguisher in your inventory!",
['success1'] = 'Success',
['success2'] = 'Fire extinguisher received!',
['success3'] = 'Your fire extinguisher has been replaced!',
['inform1'] = 'Info',
['inform2'] = "You don't have a fire extinguisher in your inventory!",
['target_1'] = 'Take / Replace Extinguisher',
['menu_header'] = 'Fire Extinguisher',
['menu_1'] = 'Take Extinguisher',
['menu_2'] = 'Replace Extinguisher',
['remfire'] = 'Put Away Extinguisher',
['remfire1'] = 'You have put away your fire extinguisher',
}
}