🌊
WaveShield v4
  • GETTING STARTED
    • 🤝Redeem
    • ⚙️Installation Guide
  • documentation
    • ❓How To
      • 🎫Bypass Staffs
      • ⛔Unban
    • ⚙️Configuration Settings
      • 🌳Objects
    • 💻For Developers
      • 👉Exports
      • 🗑️Event Handlers
    • 🤖Commands
  • Troubleshooting
    • ➡️READ THIS
    • ⚠️Common Issues
      • Black Screen/Infinite Awaiting Scripts / Errors after installing WaveShield
      • Server crashing at startup / A Script is not starting
      • A Script is not working properly
      • FPS Drops / Loss
      • I get other ban than mine
      • Input Boxes limited to 2 characters
    • 🙅Common False bans
      • Trigger Client/Server Events
      • vMenu
    • 📈Performance Issues
Powered by GitBook
On this page
  1. documentation
  2. How To

Bypass Staffs

PreviousHow ToNextUnban

Last updated 9 months ago

We'll use ace permissions so that your staff can execute in-game commands or be bypassed on anticheat. You can use any identifier supported by FiveM (license, discord, steam, etc). You can also use groups (cf ).

However, we'd like to point out that you don't necessarily need to add the bypass to your staffs, as the anticheat normally knows how to differentiate between actions performed by a staff or a cheater.

Head to your server.cfg file, this is few examples on how you can add permissions to your staffs:

server.cfg
add_ace identifier.license:xxx "WaveShield.Commands" allow
add_ace identifier.steam:xxx "WaveShield.Bypass" allow
add_ace group.mod "WaveShield.Bypass" allow
Permission Name
Description

WaveShield.Bypass

Bypasses the entire anticheat system. The person can't be banned.

WaveShield.Commands

The person will be able to execute the different commands in the chat (or F8 console).

❓
🎫
FiveM Docs