Anticheat Whitelisting

📄 Zeraphis Cameras – Anticheat Whitelisting

🧩 Why Whitelisting is Required

The zeraphis-cameras resource uses custom events and exports to handle secure access, client-server communication, and UI functionality. Anticheats may flag these legitimate actions as unauthorized if not explicitly whitelisted.

To ensure smooth operation and avoid false positives or unintended kicks/bans, the following events, exports, and commands must be whitelisted.

Whitelisted Events:
  - zeraphis-cameras:openMenu

Whitelisted Commands:
  - cams

Whitelisted Exports:
  - zeraphis-cameras:OpenCamsMenu
  
Whitelist the following exports if the anticheat triggers when using /cams or the item
  - qbx_core:GetPlayer
  - qbx_core:CreateUseableItem
  - ox_lib:registerContext
  - ox_lib:showContext
  - ox_lib:notify

Last updated