-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathVERSION.lua
36 lines (36 loc) · 825 Bytes
/
VERSION.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
return {
version = "0.4.9.3",
libs = {
"Kek's Language.lua",
"Kek's Enums.lua",
"Kek's Settings.lua",
"Kek's Memoize.lua",
"Kek's Essentials.lua",
"Kek's Vehicle mapper.lua",
"Kek's Ped mapper.lua",
"Kek's Object mapper.lua",
"Kek's Globals.lua",
"Kek's Weapon mapper.lua",
"Kek's Location mapper.lua",
"Kek's Keys and input.lua",
"Kek's Drive style mapper.lua",
"Kek's Menyoo spawner.lua",
"Kek's Entity functions.lua",
"Kek's Trolling entities.lua",
"Kek's Custom upgrades.lua",
"Kek's Menyoo saver.lua",
"Kek's Natives.lua",
"Debugger.lua"
},
language_files = {
"Arabic.txt",
"Chinese.txt",
"Dutch.txt",
"French.txt",
"German.txt",
"Korean.txt",
"Norwegian.txt",
"Spanish.txt",
"Swedish.txt"
}
}