These Scripts that are for LEO/EMS Perms for example ( SEM_InteractionMenu ) By @Scott1 Have a section in there config that is how the permissions are used.
--This sets who can access the LEO menu
--!!! NOTE: If LEO Peds is selected then onlys peds from the Config.LEOUniforms will have access to the menu
--Disabled = 0 | Everyone = 1 [Default] | LEO Peds = 2 | Onduty Command = 3 | Ace Permissions = 4
Config.LEOAccess = 1
Witch in the above example would need to be set to
Config.LEOAccess = 4
And a line to your server.cfg of the following.
add_ace group.(Role Name) "sem_intmenu.leo" allow
add_ace group.(Role Name) "sem_intmenu.fire" allow
add_ace group.(Role Name) "sem_intmenu.unjail" allow
add_ace group.(Role Name) "sem_intmenu.unhospital" allow
add_ace group.(Role Name) "sem_intmenu.leo" allow
Hope this helps @Klevers2001