Lavoro Chiosco Snack (QBCore) – FiveMX

Lavoro presso Snack Shack (QBCore)

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-crafting framework, 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:

  1. Scarica lo script: Ad-supported download
  2. Estrarre i file: Una volta scaricato, estrai il .zip file in una cartella sul tuo computer.
  3. Carica sul server: Utilizza un client FTP per caricare i file estratti sul tuo server FiveM resources elenco.
  4. Aggiorna la configurazione del server: Aggiungere ensure snack_shack al file di configurazione del server (server.cfg).
  5. 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 },
	},
},
  1. Estrarre immagini: Estratto img.rar e aggiungere immagini al qb-inventory cartella.
  2. Aggiungi risorsa: Aggiungere wxyz-snackshackjob nella cartella delle risorse.
  3. Garantire le risorse: Aggiungere ensure wxyz-snakcshackjob al file di configurazione del server.
  4. 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

  • CreatoreWxyzOfficial
  • Framework: Basato su wxyz-crafting sceneggiatura.

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.

Lascia un commento