1
0
Fork 0
forked from Simnation/Main
Main/resources/[tools]/dialog/config.lua
2025-07-20 19:17:55 +02:00

60 lines
2.8 KiB
Lua

Config = {
Target = 'qb',
FrameworkLoadinEvent = 'QBCore:Client:OnPlayerLoaded',
peds = {
['hafenarbeiter'] = {
label = 'Rede mit dem Hafenarbeiter',
icon = 'fa-solid fa-hard-hat',
model = "S_M_M_DockWork_01",
coords = vector3(1243.29, -3196.67, 6.03),
heading = 90,
data = {
firstname = 'Kalle',
lastname = 'Kutter',
text = "Moin... du wirkst nich wie jemand, der hier offiziell was abholen will.",
buttons = {
{
text = "Kommt drauf an, was es hier so gibt...",
data = {
text = "Hehehe... naja, sagen wir mal so: Manche Container stehen nachts ein bisschen... unbeaufsichtigt rum.",
buttons = {
{
text = "Ach ja? Und dann?",
data = {
text = "Na, wenn einer wüsste, wie man da *rein* kommt... bräuchte er sicher was mit Kraft oder Strom, verstehste?",
buttons = {
{
text = "Klar. Ich versteh schon.",
data = {
text = "Gut. Dann hab ich dir ja nix gesagt, oder?",
buttons = {
{
text = "Du hast mich nie gesehen.",
close = true
}
}
}
},
{
text = "Klingt mir zu heiß...",
close = true
}
}
}
},
{
text = "Ich glaub, ich hab mich verlaufen...",
close = true
}
}
}
},
{
text = "Nur mal umschauen, Chef.",
close = true
}
}
}
}
} -- schließt `peds`
} -- schließt `Config`