This mod adds an engaging and configurable food stall job where players can experience managing their own snack shack. Easy to customize and fun to play, this script verifies to Improve server by providing a new role-playing opportunity for players. It is based on the popular wxyz-crafting script, garantendo affidabilità e prestazioni.
Anteprima



Informazioni sul Mod
Lo script "Snack Job" introduce un nuovo ruolo, quello di "gestore di bancarella di cibo", sul tuo server di gioco di ruolo. Ecco cosa rende questo script così entusiasmante:
- Configurabile:Hai il controllo sulle voci del menu, sui prezzi e sui requisiti del lavoro.
- Gameplay interattivo:I giocatori possono preparare e vendere vari snack ad altri giocatori.
- Basato su uno script collaudato: La sceneggiatura si basa su
wxyz-craftingframework, noto per la sua efficienza e flessibilità. - Divertimento di gioco di ruolo: Aggiunge profondità e varietà al server, rendendo il gioco di ruolo più coinvolgente e interattivo.
Scarica Mirror
Istruzioni per l'installazione
Installare lo Snack Shack Job Script è semplice. Segui questi passaggi:
- Scarica lo script: Ad-supported download
- Estrarre i file: Una volta scaricato, estrai il
.zipfile in una cartella sul tuo computer. - Carica sul server: Utilizza un client FTP per caricare i file estratti sul tuo server FiveM
resourceselenco. - Aggiorna la configurazione del server: Aggiungere
ensure snack_shackal file di configurazione del server (server.cfg). - Riavvia il server: Riavvia il server FiveM per applicare le modifiche e attivare il nuovo processo.
Aggiungere gli elementi a shared/items.lua
-- Add this to qb-core/shared/items.lua
-- snack shack Drinks
["juice"] = {["name"] = "juice", ["label"] = "Strawberry Juice", ["weight"] = 1, ["type"] = "item", ["image"] = "cocktail.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Strawberry Juice"},
-- snack shack Food
["burger"] = {["name"] = "burger", ["label"] = "Cheese Burger", ["weight"] = 1, ["type"] = "item", ["image"] = "burger.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Yummy Chessy Burger"},
-- snack shack Ingridients
["onion"] = {["name"] = "onion", ["label"] = "Onion", ["weight"] = 1, ["type"] = "item", ["image"] = "onion.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "onion"},
["cheese"] = {["name"] = "cheese", ["label"] = "Cheese", ["weight"] = 1, ["type"] = "item", ["image"] = "cheese.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "cheese"},
["cookingoil"] = {["name"] = "cookingoil", ["label"] = "Cooking Oil", ["weight"] = 1, ["type"] = "item", ["image"] = "cookingoil.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "cookingoil"},
["bun"] = {["name"] = "bun", ["label"] = "Bun", ["weight"] = 1, ["type"] = "item", ["image"] = "bun.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Burger Bun"},
["patty"] = {["name"] = "patty", ["label"] = "Patty", ["weight"] = 1, ["type"] = "item", ["image"] = "patty.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "patty"},
["ketchup"] = {["name"] = "ketchup", ["label"] = "Ketchup", ["weight"] = 1, ["type"] = "item", ["image"] = "ketchup.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Tomato ketchup"},
["strawberry"] = {["name"] = "strawberry", ["label"] = "Strawberry", ["weight"] = 1, ["type"] = "item", ["image"] = "strawberry.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "strawberry"},
Smallresources Config.lua
-- Eat
['burger'] = math.random(90, 95),
-- Drink
['cocktail'] = math.random(90, 95),
Aggiungilo a Jobs.lua
snack = {
label = 'Snack Shack',
defaultDuty = true,
offDutyPay = false,
grades = {
['0'] = { name = 'Trainee', payment = 50 },
['1'] = { name = 'Employee', payment = 100 },
['2'] = { name = 'Owner', isboss = true, payment = 150 },
},
},
- Estrarre immagini: Estratto
img.rare aggiungere immagini alqb-inventorycartella. - Aggiungi risorsa: Aggiungere
wxyz-snackshackjobnella cartella delle risorse. - Garantire le risorse: Aggiungere
ensure wxyz-snakcshackjobal file di configurazione del server. - Riavvia il server: Riavvia il server FiveM per applicare le modifiche e attivare il nuovo processo.
Compatibilità
Questa mod è completamente compatibile con i server che eseguono il framework QBCore.
Crediti e ringraziamenti
- Creatore: WxyzOfficial
- Framework: Basato su
wxyz-craftingsceneggiatura.
Per mod, script e MLOs più entusiasmanti per regolare il tuo server FiveM, controlla i link qui sotto:
- Mod gratuiti
- MLO gratuito
- Script gratuiti
Buon divertimento!
FiveMX nota di sicurezza
Questa risorsa gratuita legacy è mantenuta disponibile per gli utenti, ma non viene indicizzata fino a quando non viene confermata una fonte primaria più pulita o un valore di pagina più forte. Se la scarichi, scansiona i file, ispeziona il codice, testa su un server di staging e crea un backup prima di aggiungerla a un server live FiveM.
Per alternative più pulite, sfoglia Risorse FiveM, script FiveM a pagamento, O FiveM MLOs.
