- Joined
- Mar 19, 2021
- Messages
- 786
- Solutions
- 5
- Reaction score
- 88,223
- Points
- 421
- Location
- Hungary
- Website
- vfivem.com
Hidden link for visitors, to see
Log in or register now.
Add the following to your server.cfg
ensure scully_permsadd_ace resource.scully_perms command.add_principal allow add_ace resource.scully_perms command.remove_principal allow
You can check permissions by doing either of the following or by using the native IsPlayerAceAllowed
exports['scully_perms']:hasPermission(source, 'permission')or
exports['scully_perms']:hasPermission(source, {'permission1', 'permission2', 'permission3'})