-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.lua
More file actions
30 lines (26 loc) · 824 Bytes
/
config.lua
File metadata and controls
30 lines (26 loc) · 824 Bytes
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
LocationBlip = {
name="Location",
color=4,
sprite=225,
scale=0.7,
coords={ x = -1034.4777832031, y = -2732.7250976563, z = 19.2, h = 146.87368774414065},
}
Spawn = {
coords={ x = -1029.6636962891, y = -2731.1237792969, z = 20.139265060425, h = 235.26544189453128},
primaryColor={ R=255, G=192, B=203 },
secondaryColor={ R=255, G=192, B=203 },
MaxSpeed = false, --false or a number
Plate = "LOCATION",
TpPlayerInVehicle = false --true or false
}
Vehicles = {
{name="Faggio", model="faggio", price=500},
{name="Panto", model="panto", price=600},
{name="Blista", model="blista", price=750},
}
Notification = {
Char = "CHAR_PEGASUS_DELIVERY",
Name = "Location"
}
Ped = "s_m_y_sheriff_01"
PedScenario = "WORLD_HUMAN_CLIPBOARD"