Configuration

The default configuration for the 'wasabi_bridge' resource

-----------------For support, scripts, and more----------------
--------------- https://discord.gg/wasabiscripts  -------------
---------------------------------------------------------------
Config = {}

-------------------------------------------------------
-- Check for updates? (RECOMMENDED TO LEAVE AS true) --
-------------------------------------------------------
Config.CheckForUpdates = true

------------------------------------------------------------------
-- Notification location on screen(If using default ox notify)  --
-- Options: 'top', 'top-right', 'top-left', 'bottom',           --
-- 'bottom-right', 'bottom-left', 'center-right', 'center-left' --
------------------------------------------------------------------
Config.NotificationLocation = 'top-right'

---------------------------------------------------------
--     Specify the target system being used here.      --    
-- Options are 'qb-target', 'qtarget', and 'ox_target' --
-- Set to false if not using any of the above systems. --
--           OR add your own target system!            --
---------------------------------------------------------
Config.TargetSystem = 'ox_target'

BE SURE TO SET Config.TargetSystem TO YOUR TARGET SYSTEM OR TO false!

Last updated