Main Config

  • Welcome to the main configuration file of the RCore Prison

General Settings

chevron-rightDebughashtag

Debug

  • Type: boolean

  • Default: false

  • Description: Enables or disables overall debugging for rcore_prison.

DebugInventory

  • Type: boolean

  • Default: false

  • Description: Enables debugging related to the inventory module.

DebugClothing

  • Type: boolean

  • Default: false

  • Description: Enables debugging related to the clothing module.

DebugAPI

  • Type: boolean

  • Default: false

  • Description: Enables debugging related to the API system.

DebugEnviroment

  • Type: boolean

  • Default: false

  • Description: Enables debugging related to the environment.

ErrorDebug

  • Type: boolean

  • Default: false

  • Description: Makes error tracking easier.

DebugLevel

  • Type: table

  • Default:

    {
        'NETWORK',
        'INFO',
        'CRITICAL',
        'SUCCESS',
        'ERROR',
        'API',
        'DEBUG',
        'MENU',
    }
  • Description: Defines the levels of debugging information to be displayed.

chevron-rightLocalehashtag
  • Type: string

  • Default: 'en'

  • Options: ['en'] (additional languages may be supported)

  • Description: Sets the language for the system.

chevron-rightTimehashtag
  • Type: enum

  • Default: TIMES.MIN

  • Options: ['SEC', 'MIN', 'HOURS', 'DAYS', 'WEEK', 'MONTHS']

  • Description: Defines the time unit for jail durations.

Integrations / Framework settings

chevron-rightFrameworkhashtag
  • Type: enum

  • Default: AUTO_DETECT

  • Supported Frameworks:

  • Example:

  • Note: Leave it on AUTO_DETECT, if you one of supported frameworks (recommended).

Framework = AUTO_DETECT -- Will automatically pick up supported framework(s) from list if found on server.
Framework.ESX -- Will try to load ESX if failed to pick up, it will switch to standalone.
chevron-rightInventorieshashtag
  • Type: enum

  • Default: AUTO_DETECT

  • Supported Inventories:

    • AUTO_DETECT: Auto-detect inventory [Only detecting supported inventories below]

    • Inventories.ESX: es_extended (GitHubarrow-up-right)

    • Inventories.QB: qb-inventory (GitHubarrow-up-right)

    • Inventories.PS: ps-inventory (GitHubarrow-up-right)

    • Inventories.QS: qs-inventory

    • Inventories.LJ: lj-inventory

    • Inventories.MF: mf-inventory

    • Inventories.OX: ox-inventory

    • Inventories.CHEEZA: inventory

    • Inventories.CODEM: codem-inventory

    • Inventories.TGIANN: tgiann-inventory

    • Inventories.ORIGEN: origen-inventory

    • Inventories.CORE: core_inventory

    • STANDALONE: No inventory found; you will need to integrate it.

  • Example:

  • Note: Leave it on AUTO_DETECT, if you one of supported inventories (recommended).

chevron-rightMaphashtag
  • Type: enum

  • Default: AUTO_DETECT

  • Supported Prison Maps:

    • AUTO_DETECT: Auto-detect prison map [Only detecting supported maps below]

    • Map.RCORE

    • Map.PROMPT

    • Map.UNCLE

    • Map.ALCATRAZ

    • Map.YBN

    • Map.DESERTOS

    • Map.GABZ

    • STANDALONE: No prison map found; loading standalone preset (data/presets/standalone.lua)

  • Note: Leave it on AUTO_DETECT, if you one of supported inventories (recommended).

chevron-rightInteractionshashtag
  • Type: enum

  • Default: AUTO_DETECT

  • Supported Interactions:

    • AUTO_DETECT: Auto-detect interactions [Only detecting supported interactions below]

    • Interactions.OX: ox_target

    • Interactions.QB: qb-target

    • Interactions.MV: ps-inventory

    • Interactions.NONE: Distance interaction using [E]

    • STANDALONE: No target interaction found; distance interaction using [E] will be used

  • Note: Leave it on AUTO_DETECT, if you one of supported inventories (recommended).

chevron-rightDatabasehashtag
  • Type: enum

  • Default: AUTO_DETECT

  • Supported Database Connectors:

    • AUTO_DETECT: Auto-detect DB connector

    • Database.OX: oxmysql

    • Database.MYSQL_ASYNC: mysql-async

    • Database.GHMATTI: ghmattimysql

    • STANDALONE: No DB connector found

  • Note: Leave it on AUTO_DETECT, if you one of supported databases (recommended).

chevron-rightClothhashtag
  • Type: enum

  • Default: AUTO_DETECT

  • Supported Clothing Systems:

    • AUTO_DETECT: Auto-detect clothing [Only detecting supported clothing below]

    • Cloth.RCORE: rcore_clothing (Storearrow-up-right)

    • Cloth.ESX: skinchanger (GitHubarrow-up-right)

    • Cloth.QB: qb-clothing (GitHubarrow-up-right)

    • Cloth.IAPPEARANCE: illenium-appearance (GitHubarrow-up-right)

    • Cloth.CODEM: codem-appearance (Experimental)

    • Cloth.CRM: crm-appearance (Experimental)

    • Cloth.TGIANN: tgiann-clothing (Experimental)

    • Cloth.WASABI: fivem-appearance - wasabi fork (Experimental)

  • Note: Leave it on AUTO_DETECT, if you one of supported clothing system (recommended).

chevron-rightPhoneshashtag
  • Type: enum

  • Default: AUTO_DETECT

  • Supported Phone Resources:

    • AUTO_DETECT: Auto-detect phone resource

    • Phones.LB: lb_phone

    • STANDALONE: Phone booths will not be usable.

  • Note: Leave it on AUTO_DETECT, if you one of supported phone system (recommended).

chevron-rightNotifieshashtag
  • Type: enum

  • Default: AUTO_DETECT

  • Supported Notify Resources:

    • AUTO_DETECT: Auto-detect Notify resource

    • Notifies.BRUTAL: brutal_notify

    • Notifies.PNOTIFY: qb-pNotify

    • Notifies.OX: ox_lib

    • Notifies.ESX_NOTIFY: esx_notify

    • Notifies.QBCORE: qb-core

    • Notifies.ESX: es_extended

    • Notifies.MYTHIC: mythic_notify

    • Notifies.OKOK: okokNotify

    • STANDALONE: Will use native notifications included in the resource

  • Note: Leave it on AUTO_DETECT, if you one of supported notifies system (recommended).

chevron-rightTextUIhashtag
  • Type: enum

  • Default: AUTO_DETECT

  • Supported TextUI Resources:

    • AUTO_DETECT: Auto-detect TextUI resource

    • TextUI.RCORE: rcore_prison

    • TextUI.OX: ox_lib

    • TextUI.QBCORE: qb-core

    • TextUI.ESX: esx_textui

    • STANDALONE: No TextUI resource found

  • Note: Leave it on AUTO_DETECT, if you one of supported Text UI system (recommended).

chevron-rightDispatcheshashtag
  • Type: enum

  • Default: AUTO_DETECT

  • Supported Dispatch Resources:

    • AUTO_DETECT: Auto-detect dispatch resources

    • Dispatches.RCORE: rcore_dispatch

    • Dispatches.QS: qs-dispatch

    • Dispatches.PS: ps-dispatch

    • Dispatches.CD: cd_dispatch

    • Dispatches.CORE: core_dispatch

    • Dispatches.CODEM: codem_dispatch

    • Dispatches.LOVE_SCRIPTS: emergency_dispatch

    • Dispatches.ORIGEN: origen_police

    • Dispatches.TK: tk_dispatch

    • Dispatches.DUSA: dusa_Dispatch

    • STANDALONE: No dispatch resource found; you will need to integrate it

  • Note: Leave it on AUTO_DETECT, if you one of supported Dispatches system (recommended).

chevron-rightFramework Admin Groupshashtag
  • Type: table

  • Description: Defines admin groups based on the framework.

chevron-rightFramework Eventshashtag
  • Type: table

  • Description: Framework event mappings.

Other

chevron-rightAllowAdminGroupsUseJailCommandshashtag
  • Type: boolean

  • Description: This is used for allowing admin groups to use prison commands which are restricted to police/sheriff jobs

chevron-rightRestrictCommandsForDistancehashtag
  • Type: boolean

  • Description: This is used for restricting commands for distance to inmates.

chevron-rightRestrictDistancehashtag
  • Type: float

  • Description: This is the distance for restricting commands

chevron-rightRegisterChatSuggestionshashtag
  • Type: boolean

  • Description: Allow to register chat suggestions (enable/disable)

chevron-rightJobs / Companion systemhashtag
  • Type: table

  • Description: This allows to handle companion for specific jobs and remove new prisoner jobs based off the job list.

chevron-rightReduceSentenceTypehashtag
  • Type: enum

  • Default: SentenceTypes.ONLINE

  • Options: SentenceTypes.ONLINE, SentenceTypes.OFFLINE

  • Description: [OFFLINE - Prisoners are not required to be on server for sentence reduce, ONLINE - Prisoners are required to be on server for sentence reducing!]

chevron-rightDisableClothinghashtag
  • Type: boolean

  • Default: false

  • Description: Option to disable clothing

chevron-rightCanPrisonerBeReleasedWhenOnSolitaryhashtag
  • Type: boolean

  • Default: true

  • Description: This is used for enabling prisoner to be released when they are on solitary

chevron-rightRenderJailTimehashtag
  • Type: boolean

  • Default: true

  • Description: This is used for rendering jail time on the screen

chevron-rightRenderNPCBlipshashtag
  • Type: boolean

  • Default: true

  • Description: This is used for rendering blips on map (only for prisoners)

chevron-rightJailByNPCSettingshashtag
  • Type: table

  • Default: true

  • Description: This is used for jailing by NPC (settings)

Prison break

chevron-rightDispatch settingshashtag
  • Type: table

  • Description: This is settings for the dispatch allows to call dispatch when destroyed wall/escaped from prison.

chevron-rightEscape.RequiredPolicehashtag
  • Type: number

  • Default value: 3

  • Description: How many police officers needs to be online for Prison break start.

chevron-rightEscape.PoliceCheckhashtag
  • Type: boolean

  • Default value: false

  • Description: This is used for enabling checking if there is enough Police officers to start Prison break

chevron-rightEscape.Enablehashtag
  • Type: boolean

  • Default value: true

  • Description: This is used for enabling prison break system

chevron-rightEscape.MarkerColorhashtag
  • Type: vec4

  • Default value: { r = 255, g = 0, b = 0, a = 100 }

  • Description: This is the color of the marker for interaction with wall

chevron-rightEscape.ViewConehashtag
  • Type: number

  • Default value: 160

  • Description: View angle for NPC guards

chevron-rightEscape.WallLodSyncDistancehashtag
  • Type: number

  • Default value: 300

  • Description: This is the distance for syncing walls (recommended value)

chevron-rightEscape.AutoCatchhashtag
  • Type: boolean

  • Default value: true

  • Description: This is used for auto catching the prisoners are escaping with guards to put them in solitary

chevron-rightEscape.SolitaryTimehashtag
  • Type: number

  • Default value: 5

  • Description: This is the time for solitary (default in min) when prisoner is caught

chevron-rightEscape.DisableBugEscapehashtag
  • Type: boolean

  • Default value: true

  • Description: Player are only allowed to escape through included Prison break system!

chevron-rightEscape.WhenEscapeRemoveInmateStashhashtag
  • Type: boolean

  • Default value: false

  • Description: This is used for removing inmates stash when they are escaping

chevron-rightEscape.BugEscapeCycleTimehashtag
  • Type: number

  • Default value: 1

  • Description: This is the time for checking if prisoner is in area (default in minutes)

chevron-rightEscape.ViewNPCDistancehashtag
  • Type: number

  • Default value: 30

  • Description: This is the distance for viewing NPC

chevron-rightEscape.RepairWallTimehashtag
  • Type: number

  • Default value: 10

  • Description: This is the time for repairing the wall (default in seconds)

chevron-rightEscape.RepairWallKeyhashtag
  • Type: string

  • Default value: 'E'

  • Description: This is the interaction key for repairing wall

chevron-rightEscape.ResetTimehashtag
  • Type: number

  • Default value: 30

  • Description: This is the time for resetting the escape (default in min)

chevron-rightEscape.EnableAutomaticResethashtag
  • Type: boolean

  • Default value: true

  • Description: This is the time for resetting the escape (default in min)

chevron-rightEscape.NeedItemhashtag
  • Type: boolean

  • Default value: true

  • Description: This is used for needing item to escape from the prison

chevron-rightEscape.ItemNamehashtag
  • Type: string

  • Default value: wire_cutter

  • Description: This is the item name for escaping from the prison

chevron-rightEscape.NotifyJobshashtag
  • Type: array

  • Default value: { 'police', 'leo' }

  • Description: This is the list of the jobs which are going to be notified when prisoner is escaping when using supported dispatch system

chevron-rightEscape.DisablePatrollingGuardshashtag
  • Type: boolean

  • Default value: false

  • Description: This allows to enable/disable spawning of patrolling NPC guards.

chevron-rightEscape.Experimental.RemoveCuttersAfterWallDestroyedhashtag
  • Type: boolean

  • Default value: false

  • Description: This will enable removing wire_cutter (ItemName) from player inventory when destroying wall

chevron-rightEscape.Experimental.CuttingSequencehashtag
  • Type: boolean

  • Default value: false

  • Description: This will enable/disable cutting sequence

chevron-rightEscape.Experimental.CuttingSequenceTimehashtag
  • Type: number

  • Default value: 15

  • Description: How much the cutting should take before wall breaks (in seconds)

chevron-rightEscape.Experimental.ClearPlayerInventoryWhenEscapehashtag
  • Type: boolean

  • Default value: false

  • Description: This will enable/disable clearing of player inventory if he escaped

Guards

chevron-rightGuards.EnableJailAllCitizensWhenAttackedGuardhashtag
  • Type: boolean

  • Default value: true

  • Description: This is used for jailing all citizens when guard is attacked

chevron-rightGuards.JailTimehashtag
  • Type: number

  • Default value: 20

  • Description: This is the jail time for attacking guard (default in min)

Solitary

chevron-rightSolitary.DistanceCheckhashtag
  • Type: number

  • Default value: 10

  • Description: This is the distance for checking if player is in his solitary cell.

chevron-rightSolitary.GuardDistanceCheckhashtag
  • Type: number

  • Default value: 10

  • Description: This is the distance for checking if player is in the guard area.

chevron-rightSolitary.Timehashtag
  • Type: number

  • Default value: 3

  • Description: This is the time for solitary (default in min) - when guard is attacked by prisoner

Release checkpoint

chevron-rightRelease.AtCheckpointhashtag
  • Type: boolean

  • Default value: false

  • Description: This is used for releasing prisoner at the checkpoint, if disabled prisoner will be released at the prison.

Circuit

chevron-rightCircuit.Lifeshashtag
  • Type: number

  • Default value: 3

  • Description: How much lifes person has for Electrician

chevron-rightCircuit.Difficultyhashtag
  • Type: number

  • Default value: 1

  • Description: 1, 2, 3, 4, 5, 6 --> This is ignored when EachJobLevelIncreaseDifficulty is enabled

chevron-rightCircuit.Keybindshashtag
  • Type: table

  • Default value: { ['ARROW_UP'] = 172, ['ARROW_DOWN'] = 173, ['LEFT_ARROW'] = 174, ['RIGHT_ARROW'] = 175, ['BACKSPACE'] = 177, }

  • Description: Default keys used for the circuit minigame.

Commands

chevron-rightCommands.Keybindshashtag
  • Type: table

  • Default value:

  • Description: This is list of commands that are used in prison.

UI Configuration

chevron-rightHelpkeys.Positionhashtag
  • Type: string

  • Default value: top-left

  • Description: This is the position of the help keys ['top-left', 'top-right', 'bottom-left', 'bottom-right']

chevron-rightText.Positionhashtag
  • Type: string

  • Default value: bottom-right

  • Description: This is the position of the text ['top-left', 'top-right', 'bottom-left', 'bottom-right']

chevron-rightSubtitles.Positionhashtag
  • Type: string

  • Default value: bottom-center

  • Description: This is the position of the subtitles ['top-left', 'top-right', 'bottom-left', 'bottom-center', 'bottom-right']

Zone interaction

chevron-rightZonehashtag
  • Type: table

  • Default value:

  • Description: Configuration when not using any target system in Prison.

Jobs

chevron-rightJobshashtag
  • Type: table

  • Default value:

  • Description: Table of jobs which are allowed to perform RCore Prison commands

Prison Jobs

chevron-rightPrisonJobshashtag
  • Type: table

  • Default value:

  • Description: Configuration for Prison Jobs

General

chevron-rightDisplayPrisonMaphashtag
  • Type: boolean

  • Default value: true

  • Description: This is used for displaying prison map on the game map! (The map consumes 0.02ms to render!)

chevron-rightPrisonYardAnnoucementhashtag
  • Type: boolean

  • Default value: false

  • Description: This is used for announcing prisoners about the yard time!

chevron-rightBroadcastNewPrisonerhashtag
  • Type: boolean

  • Default value: false

  • Description: This is used for broadcasting new prisoner to all players on server.

chevron-rightAutoUncuffNewPrisonerhashtag
  • Type: boolean

  • Default value: true

  • Description: This is used for auto uncuffing new prisoner when they are jailed.

Phone Booths

chevron-rightPhoneBooth.Enabledhashtag
  • Type: boolean

  • Default value: true

  • Description: This allow to enable/disable phone booths

chevron-rightPhoneBooth.Lenghthashtag
  • Type: number

  • Default value: 7

  • Description: This is the lenght of the phone number [7 - lb-phone]

chevron-rightPhoneBooth.Formathashtag
  • Type: {phone-format}

  • Default value: {3}-{4}

  • Description: This is the format of the phone number [{3}-{4}: lb-phone]

Chairs

chevron-rightChairs.Enablehashtag
  • Type: boolean

  • Default value: false

  • Description: This is used for enabling chairs system

chevron-rightChairs.RaycastDistCheckhashtag
  • Type: number

  • Default value: 5

  • Description: This is the distance for checking if player is near the chair

chevron-rightChairs.SeatDistCheckhashtag
  • Type: float

  • Default value: 1.5

  • Description: This is the distance for checking if player is near the chair

chevron-rightChairs.DebugSeatPoshashtag
  • Type: boolean

  • Default value: false

  • Description: This is used for debugging the chair positions

chevron-rightChairs.HealLayingPlayershashtag
  • Type: boolean

  • Default value: true

  • Description: This is used for healing players when they are laying on the bed

chevron-rightChairs.HealModifierhashtag
  • Type: float

  • Default value: 0.5

  • Description: This is the heal modifier for laying players

chevron-rightChairs.HealLayingPlayersTimeCyclehashtag
  • Type: number

  • Default value: 1

  • Description: This is the time in minutes for healing laying players (default in 1 min)

Prison GYM

  • Supported stats resources: [RTX_GYM]

  • Can be added in rcore_prison/modules/base/client/client/api/cl-gym.lua

chevron-rightGYM.DoExerciseKeyhashtag
  • Type: string

  • Default value: SPACE

  • Description: This is the key for doing exercises

chevron-rightGYM.StopExerciseKeyhashtag
  • Type: string

  • Default value: H

  • Description: This is the key for stopping exercise

UI

chevron-rightUI.DisableAddSentencePlayerIdhashtag
  • Type: boolean

  • Default value: false

  • Description: This will allow to define if AddSentence via playerId is enabled/disabled

chevron-rightUI.AddSentenceReasonRequiredhashtag
  • Type: boolean

  • Default value: false

  • Description: This will define Add Sentence - sentence reason is required

Outfits

chevron-rightOutfits.RestorePlayerOutfitOnReleasehashtag
  • Type: boolean

  • Default value: true

  • Description: This is used for setting outfit on release

Economy Item

chevron-rightEconomyItemhashtag
  • Type: string

  • Default value: cigarrete

  • Description: This is the economy item for prison

Prison Accounts

chevron-rightAccounts.Enablehashtag
  • Type: boolean

  • Default value: true

  • Description: This is used for enabling prisoner accounts system

chevron-rightAccounts.DeleteAccountWhenReleasedhashtag
  • Type: boolean

  • Default value: false

  • Description: This is used for deleting account when prisoner is released

Prolog

chevron-rightProlog.Enablehashtag
  • Type: boolean

  • Default value: true

  • Description: This is used for enabling prolog system

chevron-rightProlog.ResetCachehashtag
  • Type: boolean

  • Default value: false

  • Description: This is used for resetting cache when prolog is started

COMS (Community Service)

chevron-rightCOMS.Enablehashtag
  • Type: boolean

  • Default value: true

  • Description: This is used for enabling coms system

chevron-rightCOMS.RenderPerollTimehashtag
  • Type: boolean

  • Default value: false

  • Description: This is used for rendering peroll time on the screen

chevron-rightCOMS.Blip.enablehashtag
  • Type: boolean

  • Default value: false

  • Description: Do you want to show blip on map?

chevron-rightCOMS.Blip.spritehashtag
  • Type: number

  • Default value: 643

  • Description: Sprite used for the COMS Blip

chevron-rightCOMS.Blip.scalehashtag
  • Type: float

  • Default value: 1.0

  • Description: Blip scale

chevron-rightCOMS.RenderAreaOnlyForCOMSCitizenshashtag
  • Type: boolean

  • Default value: false

  • Description: This is used for rendering area only for coms citizens.

chevron-rightCOMS.DisableGameControlshashtag
  • Type: boolean

  • Default value: true

  • Description: This is used for disabling game controls when player is cleaning. (recommend to keep it)

chevron-rightCOMS.InteractKeyhashtag
  • Type: string

  • Default value: E

  • Description: Interaction key for cleaning trash on street.

chevron-rightCOMS.CleaningAnimTimehashtag
  • Type: number

  • Default value: 10 * 1000

  • Description: The duration of animation how long it will take to clean a trash on ground

chevron-rightCOMS.RenderDistancehashtag
  • Type: float

  • Default value: 150.0

  • Description: This is the distance for rendering coms area

chevron-rightCOMS.InRadiushashtag
  • Type: float

  • Default value: 100.0

  • Description: This is the distance for checking if player is in radius

chevron-rightCOMS.InRadiushashtag
  • Type: table

  • Default value:

  • Description: This is list of props which are used for the COMS area that are spawned as "trash"

chevron-rightCOMS.Outline.colorhashtag
  • Type: vec3

  • Default value: x = 250, y = 149, z = 68

  • Description: This allows to define outline colorfor props

chevron-rightCOMS.Outline.opacityhashtag
  • Type: number

  • Default value: 80

  • Description: Opacity of the outline

Image paths

chevron-rightImagePathhashtag
  • Type: table

  • Default value:

  • Description: This is list inventory and their image paths to load images for our UI (canteen, trade with inmates..)

Alcatraz

chevron-rightAlcatraz.BackToLosSantosPoshashtag
  • Type: vec4

  • Default value: vector4(13.7, -2784.97, 2.53, 359.96)

  • Description: This is location where player will be returned via "Boat" when interacting with NPC on Alcatraz at boat dock.

Canteen

chevron-rightCanteen.Enablehashtag
  • Type: boolean

  • Default value: true

  • Description: This is used for enabling canteen system

chevron-rightCanteen.CreditItemshashtag
  • Type: array

  • Default value:

  • Description: This is list of items in credits store

chevron-rightCanteen.FreeFoodPackagehashtag
  • Type: boolean

  • Default value: true

  • Description: This is used for enabling free food package system

chevron-rightCanteen.FreeFoodPackageCooldownhashtag
  • Type: number

  • Default value: 5

  • Description: This is the cooldown for free food package system (5 min)

chevron-rightCanteen.FreeFoodPackageItemshashtag
  • Type: array

  • Default value:

  • Description: This is list of items that will be gaven to player when taking free package!

Stash

chevron-rightStash.EnableStashinghashtag
  • Type: boolean

  • Default value: true

  • Description: This is used for enabling stashing system of citizen items

chevron-rightStash.ReturnItemsOnReleasehashtag
  • Type: boolean

  • Default value: true

  • Description: This is used for returning items when citizen is released from prison

chevron-rightStash.AntiExploithashtag
  • Type: boolean

  • Default value: true

  • Description: This will block many attempt for getting items from stash

chevron-rightStash.KeepItemsStatehashtag
  • Type: boolean

  • Default value: true

  • Description: This is used for keeping items when citizen is jailed into prison.

chevron-rightStash.KeepItemshashtag
  • Type: table

  • Default value:

  • Description: List of items that will be kept in players inventory when Stash.KeepItemsState is true.

Jail

chevron-rightJail.FetchClosestPlayerhashtag
  • Type: float

  • Default value: 10.0

  • Description: This is the distance for fetching closest player around player ./jailcp - Add Sentence

Cigar Production

chevron-rightCigarProduction.RewardCooldownhashtag
  • Type: number

  • Default value: 5

  • Description: This is the reward cooldown for minigame (default in minutes)

chevron-rightCigarProduction.RewardMinhashtag
  • Type: number

  • Default value: 1

  • Description: This is the reward amount for minigame (min)

chevron-rightCigarProduction.RewardMaxhashtag
  • Type: number

  • Default value: 10

  • Description: This is the reward amount for minigame (max)

chevron-rightCigarProduction.RewardMaxhashtag
  • Type: string

  • Default value: cigarrete

  • Description: This is the reward item for minigame when finished

chevron-rightMinigame settingshashtag
  • Type: table

  • Default value:

  • Description: This is list inventory and their image paths to load images for our UI (canteen, trade with inmates..)

NPC Settings

chevron-rightEnableSpawnNPCInsidePrisonhashtag
  • Type: boolean

  • Default value: false

  • Description: This is used for enabling spawn NPC inside the prison

Teleport

chevron-rightTeleport.WhenReleasedTeleportPrisonerInFrontOfPrisonhashtag
  • Type: boolean

  • Default value: true

  • Description: This is used for teleporting prisoner in front of the prison when released

Last updated