⚙️Configuration

Configuration guide of Pizza Maker System.


🍕 General Settings

Parameter

Description

Example Value

Config.Framework

Determines which framework to use: auto, esx, or qb.

"auto"

Config.Language

Sets the language for in-game messages. Supports en, de, fr, sp, pt.

"en"

Config.MaxOrder

Maximum number of orders a player can accept at the same time.

8

Config.MaxPizzaStack

Maximum number of pizzas that can be carried.

7

Config.DeliveryVehicle

Spawned vehicle model used for delivery.

"foodcar4"

Config.BannedIngredientChance

Chance (%) to have banned ingredients in an order. Use false to disable.

10

Config.MaxBannedIngredients

Maximum number of banned ingredients per pizza.

1

Config.PayPerIngredient

If true, ingredients are charged individually when placing them.

true

Config.PizzaBakeTime

Time (in seconds) needed to bake a pizza.

10

Config.Target

Enables or disables target system integration.

false


🍽️ Pizza Station Settings

Parameter

Description

Example Value

Config.PizzaPlace

Coordinates and vehicle spawn locations.

vec3(538.17, 101.63, 96.53)

Config.Blips

Custom blip settings for restaurant and delivery.

label = "Pizza Place"

Config.DeliveryLocations

List of all available delivery destinations.

vec4(...)


🧀 Ingredients Configuration

Ingredient

Amount Required

Cost

sauce

1

10

cheese

1

20

pepperoni

16

3

mushroom

16

5

onion

16

2

pepper

16

3

olive

16

5

prawn

16

7


🍕 Pizza Types

Label

Ingredients

Payment

Margarita

sauce, cheese

3500

Pepperoni Pizza

sauce, cheese, pepperoni

6500

Veggie Express

sauce, cheese, pepper, onion, mushroom, olive

8800

Ocean Dream

sauce, cheese, prawn, olive

7200

Dragon Fire

sauce, cheese, pepperoni, pepper, onion

8400

Cheesy Comet

sauce, cheese

3000

The Supreme

All ingredients

10000

Midnight Special

sauce, cheese, olive, pepperoni, onion

5800

Last updated