-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathConfig.lua
More file actions
103 lines (102 loc) · 3.63 KB
/
Copy pathConfig.lua
File metadata and controls
103 lines (102 loc) · 3.63 KB
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
91
92
93
94
95
96
97
98
99
100
101
102
103
Creator = {
----------------------
WebHook = "https://discord.com/api/webhooks/1210695414051897395/y07ewWIrWqbwdwI3uefbsdA75MQpuvAXiQpGJQPTZzjvcLdYBzj-piqbVtE8I8KWIna8", -- Logs on create identity
----------------------
posIdentity = vector3(-126.03, -641.16, 168.00),
headingIdentity = 136.720,
----------------------
posPerso = vector3(-132.23, -633.21, 168.00),
headingPerso = 250.310,
----------------------
SpawnAfterCreate = vector3(-1035.7698974609,-2738.8845214844,20.169267654419),
headingAfterCreate = 334.97,
----------------------
MotherList = { "Hannah", "Aubrey", "Jasmine", "Gisele", "Amelia", "Isabella", "Zoe", "Ava", "Camila", "Violet", "Sophia", "Evelyn", "Nicole", "Ashley", "Gracie", "Brianna", "Natalie", "Olivia", "Elizabeth", "Charlotte", "Emma" },
FatherList = { "Benjamin", "Daniel", "Joshua", "Noah", "Andrew", "Juan", "Alex", "Isaac", "Evan", "Ethan", "Vincent", "Angel", "Diego", "Adrian", "Gabriel", "Michael", "Santiago", "Kevin", "Louis", "Samuel", "Anthony", "Claude", "Niko" },
Outfit = {
--------------------
{
label = 'Tenue Aristocrate',
id = {
male = {
tshirt = {15, 0},
torso = {111, 3},
decals = {0, 0},
arms = {12, 0},
pants = {24, 4},
shoes = {10, 0},
chain = {0, 0},
helmet = {-1, 0},
glasses = {0, 0}
},
female = {
tshirt = {15, 0},
torso = {111, 3},
decals = {0, 0},
arms = {12, 0},
pants = {24, 0},
shoes = {10, 0},
chain = {0, 0},
helmet = {-1, 0},
glasses = {0, 0}
}
}
},
--------------------
{
label = 'Tenue Rue',
id = {
male = {
tshirt = {141, 0},
torso = {88, 2},
decals = {0, 0},
arms = {12, 0},
pants = {64, 10},
shoes = {9, 0},
chain = {0, 0},
helmet = {-1, 0},
glasses = {0, 0}
},
female = {
tshirt = {176, 0},
torso = {88, 2},
decals = {0, 0},
arms = {12, 0},
pants = {64, 10},
shoes = {9, 0},
chain = {0, 0},
helmet = {-1, 0},
glasses = {0, 0}
}
}
},
--------------------
{
label = 'Tenue Business',
id = {
male = {
tshirt = {32, 0},
torso = {23, 0},
decals = {0, 0},
arms = {12, 0},
pants = {28, 4},
shoes = {40, 9},
chain = {0, 0},
helmet = {-1, 0},
glasses = {0, 0}
},
female = {
tshirt = {32, 0},
torso = {23, 0},
decals = {0, 0},
arms = {12, 0},
pants = {28, 4},
shoes = {40, 9},
chain = {0, 0},
helmet = {-1, 0},
glasses = {0, 0}
}
}
}
}
}