forked from Simnation/Main
ed
This commit is contained in:
parent
4f7a53e4a7
commit
10de5a6c76
33 changed files with 2124 additions and 0 deletions
60
resources/[tools]/dialog/config.lua
Normal file
60
resources/[tools]/dialog/config.lua
Normal file
|
@ -0,0 +1,60 @@
|
|||
Config = {
|
||||
Target = 'qb',
|
||||
FrameworkLoadinEvent = 'QBCore:Client:OnPlayerLoaded',
|
||||
peds = {
|
||||
['hafenarbeiter'] = {
|
||||
label = 'Red mit dem Hafenarbeiter',
|
||||
icon = 'fa-solid fa-hard-hat',
|
||||
model = "s_m_m_dockwork_01",
|
||||
coords = vector3(1234.56, -3210.45, 5.9),
|
||||
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`
|
Loading…
Add table
Add a link
Reference in a new issue