Page cover

βš™οΈConfiguration

This is the configuration that you can give to this script to modify it to your liking

Change in Config.Framework your Framework

Config.Framework = 'esx' -- You can change to 'esx' or 'qb-core'

Config File

Config = {}
Config.Framework = 'esx' -- You can change to 'esx' or 'qb-core'
Config.LogoURL = 'https://i.imgur.com/X6b9nxl.png'
Config.TitleAnnounce = 'Announcement'
Config.Command = 'announcement'
Config.AnnouncementDuration = 10 -- In Seconds
Config.AdminAccess = {'admin', 'mod'}
Config.Error = "You can't leave the arguments in the announcement empty"

Last updated