Config File
Config = {}
Config.BlacklistedVehicles = {
"hydra",
"rhino",
"oppressor"
}
Config.BlacklistedPeds = {
"csb_car3guy2"
}
Config.DefaultPed = "a_m_m_skater_01"
-- These will be placed in component
-- 0: Face, 1: Mask, 2: Hair, 3: Torso, 4: Legs, 5: Parachute/Bag, 6: Shoes,
-- 7: Accessory, 8: Undershirt, 9: Kevlar, 10: Badge, 11: Torso2 (jackets/shirts)
-- The texture of the clothing that is in component will be placed in drawable
-- The texture section is optional if you want to blacklist a certain texture and let them use the eup still.
-- If you don't want them to use the eup at all, you can remove the texture line like this: { component = 1, drawable = 3 },
Config.BlacklistedEUP = {
{ component = 1, drawable = 3 }, -- Example mask
{ component = 11, drawable = 11, texture = 0 }, -- Example torso (jackets/shirts)
{ component = 4, drawable = 1 } -- Example lower (pants/legs)
}
Config.Notifications = true
Config.NotificationType = "default" -- "default", "ox", "mythic", "okok", or "codem"
Config.UseAceBypass = false -- Enable or disable Ace perms
Config.BypassAce = "blacklister.bypass"Last updated