-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.lua
53 lines (47 loc) · 1.18 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
--=============================================================
--= https://github.com/davuongthanh =
--= https://www.youtube.com/channel/UC4f6N3gtOGqn2znOo7lxzQA =
--= https://www.facebook.com/hida1995/ =
--=============================================================
Config = {}
Config.DrawDistance = 5.0
Config.ZoneSize = {x = 1.0, y = 1.0, z = 0.5}
Config.MarkerColor = {r = 255, g = 255, b = 255}
Config.MarkerType = 27
Config.Locale = 'vn'
Config.Zones = {
AnimalShop = {
Pos = {x = 1580.72, y = 2178.88, z = 78.079 },
Sprite = 463,
Display = 4,
Color = 27
},
AnimalSpawn = {
Pos = {x = 1578.81, y = 2170.93, z = 79.14, h = 126.5 },
Pos = {x = 1577.23, y = 2167.94, z = 79.19, h = 258.5 },
Pos = {x = 1578.76, y = 2161.12, z = 79.42, h = 210.5 },
Pos = {x = 1584.2, y = 2159.1, z = 79.59, h = 14.5 },
},
}
Config.AnimalShop = {
{
name = 'boar',
label = 'Heo rừng',
price = 50
},
{
name = 'cow',
label = 'Bò sữa',
price = 150
},
{
name = 'deer',
label = 'Nai',
price = 250
},
{
name = 'mtlion',
label = 'Báo',
price = 10000
},
}