👕Refreshskin 2.0

Config.lua
Config = {}

-- Command / Kommando
Config.Commandname = "refreshskin" -- The command / Kommandoen

-- Change Notify Script
Config.NotificationType = 'SF-Notify' -- Which script u are using to Notifications [ox, esx, okok, mythic, pnotify, qb-notify] / Hvilket script du bruger til notifikationer [ox, esx, okok, mythic, pnotify, qb-notify]



-- SF-Notify
Config.SFTitle = 'Refresh Skin' -- Notification Title / Notifikationens Titel
Config.SFDescription = 'Hud Indlæst' -- Notification Description / Notifikationens Beskrivelse
Config.SFType = "success" -- Which Type of Basic Notification you want [success, error, inform, warning, sms]
Config.SFTime = 5000 -- Milliseconds / Millisekunder [Standard: 5000]

-- OX
Config.OXNotification = 'Basic' -- Notification Type [Basic/Advanced]
Config.OXTitle = 'Refresh Skin' -- Notification Title / Notifikationens Titel
Config.OXDescription = 'Hud Indlæst' -- Notification Description / Notifikationens Beskrivelse
Config.OXType = 'success' -- Which Type of Basic Notification you want [success, error, inform, warning]

-- Advanced [OX]
Config.OXPosition = 'center-left' -- Where the notification should be on the screen [top, top-right, top-left, bottom, bottom-right, bottom-left, center-right, center-left] / Hvor notifikationen skal være på skærmen [top, top-right, top-left, bottom, bottom-right, bottom-left, center-right, center-left]
Config.OXId = 'some_identifier' -- When set the current notification will be unique and only shown once on screen when spammed / Når den er indstillet, vil den aktuelle notifikation være unik og kun vist én gang på skærmen, når den spammes
Config.OXBackgroundColor = '#141517' -- Color of the Background / Farve på baggrunden
Config.OXTitleColor = '#C1C2C5' -- Color of the font to Title / Farve på skrifttypen til titel
Config.OXDescriptionColor = '#C1C2C5' -- Color of the font to Description / Farve på skrifttypen til Beskrivelse
Config.OXIcon = 'fa-solid fa-square-check' -- The Icon on the Notification / Ikonet på notifikationen
Config.OXIconColor = '#008000' -- (Setting IconColor will get rid of the contrasted icon colour and it's circular background.) / (Indstilling af IconColor vil fjerne den kontrasterede ikonfarve og dens cirkulære baggrund.)

-- ESX Notify
Config.ESXDescription = 'Hud Indlæst' -- Notification Description / Notifikationens Beskrivelse
Config.Flash = 'false' -- Flash the notification [true, false] / Flash notifikationen
Config.SaveToBrief = 'true' -- Save to breif? Located in Pause Menu > Help [true, false] / Gem til kort? Findes i Pausemenu > Hjælp
Config.HudColorIndex = nil -- Color of the Background ( https://esx-brasil.github.io/es_extended/client/functions/shownotification/ ) [nil, 'r', 'b', 'g'] / Farve på baggrunden ( https://esx-brasil.github.io/es_extended/client/functions/shownotification/ ) [nil, 'r', 'b', 'g']

-- OKOK Notify
Config.OKOKTitle = 'Refresh Skin' -- Notification Title / Notifikationens Titel
Config.OKOKDescription = 'Hud Indlæst' -- Notification Description / Notifikationens Beskrivelse
Config.OKOKType = "succes" -- Which Type of Basic Notification you want [success, error, inform, warning, sms]
Config.Time = 5 -- Seconds / Sekunder
Config.PlaySound = 'true' -- Play Sound [true, false] / Afspil lyd [true, false]

-- Mythic Notify
Config.MYDescription = 'Hud Indlæst' -- Notification Description / Notifikationens Beskrivelse
Config.MYType = "succes" -- Which Type of Basic Notification you want [success, error, inform, warning, sms]

-- pNotify
Config.PNDescription = 'Hud Indlæst' -- Notification Description / Notifikationens Beskrivelse
Config.PNType = "succes" -- Which Type of Basic Notification you want [success, error, inform, warning, sms]
Config.PNTheme = 'gta' -- [gta, mint, relax, metroui]
Config.PNPosition = 'topRight' -- Where the notification should be on the screen [top, topRight, topLeft, topCenter, bottom, bottomRight, bottomLeft, bottomCenter, center, centerRight, centerLeft] / Hvor notifikationen skal være på skærmen [top, topRight, topLeft, topCenter, bottom, bottomRight, bottomLeft, bottomCenter, center, centerRight, centerLeft]

-- QB-Notify
Config.QBDescription = 'Hud Indlæst' -- Notification Description / Notifikationens Beskrivelse
Config.QBType = 'success' -- Which Type of Basic Notification you want [success, error, primary]
Config.QBTime = 5000 -- Milliseconds / Millisekunder [Standard: 5000]

Last updated