Permissions
// works with license, steam, discord, xbl, fivem, live, ip
add_ace identifier.steam:steamidhere "waveshield.perms.full" allow
add_ace identifier.steam:steamidhere "waveshield.perms.adminmenu" allow
add_ace identifier.steam:steamidhere "waveshield.perms.bypass" allowPermissions = {
-- works with license, steam, discord, xbl, fivem, live, ip
Full = {
["steam:xxxx"] = true,
["discord:xxxx"] = true,
},
Bypass = {
["steam:xxxx"] = true,
["discord:xxxx"] = true,
},
AdminMenu = {
["steam:xxxx"] = true,
["discord:xxxx"] = true,
},
}Last updated