-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.lua
90 lines (78 loc) · 2.45 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
-- Copyright (c) ESX Brasil
--
-- All rights reserved.
--
-- Even if 'All rights reserved' is very clear :
--
-- You shall not use any piece of this software in a commercial product / service
-- You shall not resell this software
-- You shall not provide any facility to install this particular software in a commercial product / service
-- If you redistribute this software, you must link to ORIGINAL repository at https://github.com/ESX-Brasil
-- This copyright should appear in every part of the project code
--
-- Website: www.esxbrasil.Website
-- Forum: forum.esxbrasil.website
Config = {}
Config.DrawDistance = 100.0
Config.MaxInService = -1
Config.EnablePlayerManagement = true
Config.EnableSocietyOwnedVehicles = false
Config.Locale = 'br'
Config.Zones = {
feuilletabFarm = {
Pos = {x = 268.4737, y = 6478.4584, z = 29.70},
Size = {x = 3.5, y = 3.5, z = 2.0},
Color = {r = 136, g = 243, b = 216},
Name = _U('recolte_feuilles_tabac'),
Type = 27
},
TraitementVin = {
Pos = {x = 1543.567, y = 2176.943, z = 77.814},
Size = {x = 3.5, y = 3.5, z = 2.0},
Color = {r = 136, g = 243, b = 216},
Name = _U('traitement_tabac_tabac'),
Type = 27
},
-- TraitementJus = {
-- Pos = {x = 811.337, y = 2179.402, z = 51.388},
-- Size = {x = 3.5, y = 3.5, z = 2.0},
-- Color = {r = 136, g = 243, b = 216},
-- Name = _U('traitement_jus_raisin_tabac'),
-- Type = 1
-- },
SellFarm = {
Pos = {x = -158.737, y = -54.651, z = 53.410},
Size = {x = 3.5, y = 3.5, z = 2.0},
Color = {r = 136, g = 243, b = 216},
Name = _U('vente_produits_tabac'),
Type = 27
},
tabacActions = {
Pos = {x = 1088.976, y = -3102.165, z = -39.950},
Size = {x = 1.5, y = 1.5, z = 1.0},
Color = {r = 136, g = 243, b = 216},
Name = _U('point_action_tabac'),
Type = 25
},
VehicleSpawner = {
Pos = {x = 1104.695, y = -3099.471, z = -39.999},
Size = {x = 1.5, y = 1.5, z = 1.0},
Color = {r = 136, g = 243, b = 216},
Name = _U('garage_veh_tabac'),
Type = 0
},
VehicleSpawnPoint = {
Pos = {x = 408.991, y = 6486.213, z = 28.00},
Size = {x = 1.5, y = 1.5, z = 1.0},
Color = {r = 136, g = 243, b = 216},
Name = _U('spawn_point_tabac'),
Type = -1
},
VehicleDeleter = {
Pos = {x = 407.823, y = 6496.196, z = 27.00},
Size = {x = 3.0, y = 3.0, z = 1.0},
Color = {r = 136, g = 243, b = 216},
Name = _U('ranger_veh_tabac'),
Type = 0
}
}