Scripts/resources/[custom_script]/Buty-CarWash/config.lua
2024-12-29 20:48:41 +01:00

196 lines
5.4 KiB
Lua

Configuration = {
FrameWork = "qbcore", -- esx | qbcore
CoreFolderName = "qb-core",
Prices = {500, 1000, 1500},
}
Locations = {
{
Name = "Bilvask",
Coord = vector3(164.92, -1727.4, 28.88),
Npc = {
['BASIC'] = {
{
model = "s_m_y_baywatch_01",
steps = {
[1] = "wheel_lf",
[2] = "wheel_lr",
[3] = "wheel_rf",
[4] = "wheel_rr",
[5] = "window_rf",
}
},
},
['STANDARD'] = {
{
model = "s_m_y_baywatch_01",
steps = {
[1] = "wheel_lf",
[2] = "wheel_lr",
[3] = "wheel_rf",
[4] = "wheel_rr",
[5] = "window_rf",
}
},
},
['PREMIUM'] = {
{
model = "s_m_y_baywatch_01",
steps = {
[1] = "wheel_lf",
[2] = "wheel_lr",
[3] = "wheel_rf",
[4] = "wheel_rr",
[5] = "window_rf",
}
},
},
},
},
{
Name = "Bilvask",
Coord = vector3(-77.52, 6430.34, 31.04),
Npc = {
['BASIC'] = {
{
model = "a_f_y_yoga_01",
steps = {
[1] = "wheel_lf",
[2] = "wheel_lr",
[3] = "wheel_rf",
[4] = "wheel_rr",
[5] = "window_rf",
}
},
},
['STANDARD'] = {
{
model = "a_f_y_yoga_01",
steps = {
[1] = "wheel_lf",
[2] = "wheel_lr",
[3] = "wheel_rf",
[4] = "wheel_rr",
[5] = "window_rf",
}
},
},
['PREMIUM'] = {
{
model = "a_f_y_yoga_01",
steps = {
[1] = "wheel_lf",
[2] = "wheel_lr",
[3] = "wheel_rf",
[4] = "wheel_rr",
[5] = "window_rf",
}
},
},
}
},
{
Name = "Bilvask",
Coord = vector3(1345.2, 3600.44, 34.24),
Npc = {
['BASIC'] = {
{
model = "a_m_y_beach_03",
steps = {
[1] = "wheel_lf",
[2] = "wheel_lr",
[3] = "wheel_rf",
[4] = "wheel_rr",
[5] = "window_rf",
}
},
},
['STANDARD'] = {
{
model = "a_m_y_beach_03",
steps = {
[1] = "wheel_lf",
[2] = "wheel_lr",
[3] = "wheel_rf",
[4] = "wheel_rr",
[5] = "window_rf",
}
},
},
['PREMIUM'] = {
{
model = "a_m_y_beach_03",
steps = {
[1] = "wheel_lf",
[2] = "wheel_lr",
[3] = "wheel_rf",
[4] = "wheel_rr",
[5] = "window_rf",
}
},
},
}
},
{
Name = "Bilvask",
Coord = vector3(-700.27, -947.79, 19.12),
Npc = {
['BASIC'] = {
{
model = "a_m_y_musclbeac_02",
steps = {
[1] = "wheel_lf",
[2] = "wheel_lr",
[3] = "wheel_rf",
[4] = "wheel_rr",
[5] = "window_rf",
}
},
},
['STANDARD'] = {
{
model = "a_m_y_musclbeac_02",
steps = {
[1] = "wheel_lf",
[2] = "wheel_lr",
[3] = "wheel_rf",
[4] = "wheel_rr",
[5] = "window_rf",
}
},
},
['PREMIUM'] = {
{
model = "a_m_y_musclbeac_02",
steps = {
[1] = "wheel_lf",
[2] = "wheel_lr",
[3] = "wheel_rf",
[4] = "wheel_rr",
[5] = "window_rf",
}
},
},
}
},
}