⚙️Configuration

Configuration guide of Pizza Delivery

Configuration Guide for Pizza Delivery Script

This guide will help you set up and customize the pizza delivery script for your FiveM server. Follow the steps below to configure the settings according to your preferences.

Pizza Delivery Script Configuration

1. Language Setting

Defines the language for the script. Supported languages are German (de), English (en), Polish (pl), Portuguese (pt), and Spanish (es).

Config.Language = 'en' -- Options: 'de', 'en', 'pl', 'pt', 'es'

2. Framework Selection

Specifies the framework to be used. It can automatically detect the available framework (ESX or QB).

Config.Framework = 'auto' -- Options: 'esx', 'qb', 'auto'

3. Start Point

The starting point for the pizza delivery job.

Config.StartPoint = {538.4199, 101.6892, 97.5335}

4. Vehicle Spawn Point

The location and heading where the delivery vehicle will spawn.

5. Blip Settings

Configures the map blip to indicate the Pizza Shop location.

6. Payment Setting

The amount of money players receive for each successful delivery.

7. Delivery Points

A list of points where pizzas are delivered. Each delivery point includes a vehicle point and a delivery point.

8. Translation Settings

Translation settings for different languages. Below is an example for English.

Last updated