1
0
Fork 0
forked from Simnation/Main
Main/resources/[jobs]/[crime]/r_bridge/config.lua

19 lines
804 B
Lua
Raw Normal View History

2025-07-20 22:10:36 +02:00
-- _ _ _
-- _ __ | |__ _ __(_) __| | __ _ ___
-- | '__|| '_ \| '__| |/ _` |/ _` |/ _ \
-- | | | |_) | | | | (_| | (_| | __/
-- |_|___|_.__/|_| |_|\__,_|\__, |\___|
-- |_____| |___/
--
-- Need support? Join our Discord server for help: https://discord.gg/rscripts
--
Cfg = {
-- Check if the resource is up to date. Recommended to keep it enabled.
VersionCheck = true,
-- Choose the notification system you want to use. 'custom' can be configured in your frameworks bridge.
Notification = 'default', -- 'default', 'ox', 'custom'
-- Choose the carlock system you want to use. 'custom' can be configured in your frameworks bridge.
CarLock = false, -- 'qb', 'wasabi', 'mrnewb', 'quasar', 'custom', false to disable
}