Installing for Standalone
If you're using a standalone framework, you'll need to configure the Cfg.GetAdminGroup
function to correctly retrieve the player's permission levels based on your own framework. Use the following configuration:
This setup ensures that the player's permission level is fetched correctly, allowing ZeroTrust to verify admin access. You should replace "core"
and GetPlayerPerm(source)
with your framework's appropriate export and permission check.
Last updated