⚙️Configuration

Configuration guide of Fruit Job


Configuration Guide for Fruit Job

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

1. Language Setting

Defines the language for the script. Supported languages are English (en), German (de), French (fr), and Spanish (sp).

STG.Language = 'en' -- Options: 'en', 'de', 'fr', 'sp'

2. Framework Selection

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

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

3. Marker Color

Sets the color for the marker in the script.

STG.marker.color = { r = 173, g = 3, b = 252, a = 140 }

4. Marker Settings

Determines various visual and behavior settings for the marker.

5. Required Item

Defines the item required to interact with the script's features.

6. Locations

Defines the locations for the picker, processor, and seller.

7. Localization

Defines localized text for different languages.


Last updated