-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.lua
51 lines (40 loc) · 1.04 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
Config = {
lang = "FR",
Debug = true,
PlateName = "Location",
-- The Logo of the Notifications
textureDict = "CHAR_BANK_MAZE",
BlipMap = {
{ x = -1032.6223, y = -2729.5947, z = 20.1314 }
},
-- sets near the ped so when the player enter in the 1 M radius they can open the menu
PositionArea = {
vector3(-1034.8305, -2733.0974, 20.1692)
},
PosPed = {
{ x = -1034.5335, y = -2732.4450, z = 19.1692, a = 151.5 }
},
Cars = {
vehicles = {
-- Model you enter the spawn name abd label you enter the name that will be shown on the menu.
-- You can add as many as you wish.
{ model = "blista", label = "Blista", price = 500 },
}
},
TwoWheels = {
vehicles = {
-- Model you enter the spawn name abd label you enter the name that will be shown on the menu.
-- You can add as many as you wish.
{ model = "faggio", label = "Faggio", price = 200 },
}
},
--Vehicle Spawn Position
VehiclePosition = {
x = -1032.6223,
y = -2729.5947,
z = 20.1314,
heading = 240.00
},
}
Language = {}
-- Script Created by YOMAN1792