1
0
Fork 0
forked from Simnation/Main
Main/resources/[Developer]/[Mark]/Ped Script/config.lua
2025-06-07 08:51:21 +02:00

16 lines
429 B
Lua

Config = {}
Config.AllowedAdmins = {
'admin', 'god', 'mod', -- deine Gruppen
}
Config.Notification = function(src, msg, type)
TriggerClientEvent('QBCore:Notify', src, msg, type or 'primary')
end
Config.AutoSaveClothes = true
Config.NotificationTime = 5000
Config.UseIdentifier = "citizenid" -- oder "license", je nachdem wie man Speichert
-- Haar-Bug Fix aktivieren
Config.EnableHairFixCommand = true