Config File
https://github.com/TGScripts/tg_blipmaker/blob/main/config.lua
Config = {}
Config.Debug = false -- Debug Modus aktivieren / deaktivieren
Config.Locale = 'de' -- Sprache einstellen (Set Default Language)
Config.AllowedGroups = {"owner", "admin"} -- Gruppen welche Blips erstellen und löschen dürfen
Config.AllowedGroups
Alle Gruppen die Zugriff auf die Commands haben sollen (zB: Blips erstellen).
Config.AllowedGroups = {}
Config.AllowedGroups = {'admin'}
Config.AllowedGroups = {'owner','admin','developer'}
Zuletzt aktualisiert