From 9426a0d280c4702ba968d33fa134f62ac5733a48 Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Wed, 25 Jun 2025 00:11:44 +0200 Subject: [PATCH] Update config.lua --- .../[standalone]/[rcore_tv]/rcore_television/config.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/[standalone]/[rcore_tv]/rcore_television/config.lua b/resources/[standalone]/[rcore_tv]/rcore_television/config.lua index e013d377f..7faad1ac6 100644 --- a/resources/[standalone]/[rcore_tv]/rcore_television/config.lua +++ b/resources/[standalone]/[rcore_tv]/rcore_television/config.lua @@ -41,13 +41,13 @@ Config.OnPlayerLoaded = "QBCore:Client:OnPlayerLoaded" Config.OnJobUpdate = "QBCore:Client:OnJobUpdate" -- will enable debug print and stuff -Config.Debug = false +Config.Debug = true -- will type start and end of events + nui callbacks -Config.FunctionsDebug = false +Config.FunctionsDebug = true -- Will print in what type of thing error has happened.. Example CreateThread, RegisterNetEvent, RegisterCommand, etc. -Config.GeneralDebug = false +Config.GeneralDebug = true -- a command to set volume for TV Config.volumeCommand = "tvvolume"