Security HUD
System Watchdog
×
Threads Scanned
-- / --
SYS. LOAD --%
AI SHIELD ACTIVE
DMCA Policy
×

📋 DMCA Compliance

This platform and community fully complies with the Digital Millennium Copyright Act (DMCA) and international copyright laws. We take all copyright protection seriously.

🛡️ Copyright Protection

If you believe a posted item belongs to you or violates your copyright, you may file a DMCA takedown request through our official channels. Upon receiving a valid claim, the infringing content will be removed within 24 hours.

What's new
×
Fiveguard

Script [FREE] Discord permission system

Zan1456

Zan#1456
VIP
Joined
Mar 19, 2021
Messages
786
Solutions
5
Reaction score
88,223
Points
421
Location
Hungary
Website
vfivem.com


Add the following to your server.cfg​

ensure scully_perms

add_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'})
 

Attachments

  • scully_perms-main.zip
    15 KB · Views: 477
Top