16 lines
		
	
	
	
		
			429 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			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
 | 
