Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Vanish = Vanish or {}
- Vanish.Config = Vanish.Config or {}
- Vanish.Config.MenuCommand = "vanish" -- This is the command for opening the Vanish/Disguise menu. This string will be prepended with "!" and "/"
- Vanish.Config.Language = "en" -- Currently there is only en translations available.
- Vanish.Config.AdminUsers = { -- These steamids can vanish/disguise
- ["76561198050484467"] = true
- }
- Vanish.Config.Red = Color(255, 63, 5,255)
- Vanish.Config.RedSecond = Color(255, 63, 5, 200)
- Vanish.Config.White = Color(255,255,255,255)
- Vanish.Config.WhiteHighlight = Color(200,200,200,255)
- Vanish.Config.Grey = Color(47, 54, 64,255)
- Vanish.Config.GreySecond = Color(53, 59, 72,255)
- Vanish.Config.BlueSecond = Color(0, 168, 255,255)
- Vanish.Config.Blue = Color(0, 151, 230,255)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement