Fiveguard Docs
  • Get Started
  • Installation
  • Sub Users
  • Customer Rank
  • FAQ
  • Safe Events
    • Manual Safe Events
    • Auto Safe Events
  • Exports
    • Server-Side Exports
    • Client-Side Exports
  • Event Handlers
    • Server-Side Events
  • Permission System
    • Ace Permissions
    • Alternative Permissions
    • Custom Permissions (ACE)
  • Fiveguard Commands
    • Server Commands
    • Client Commands
  • Admin Menu
  • Performance
  • False Bans
Powered by GitBook
On this page
  1. Safe Events

Auto Safe Events

With Safe Events you can protect your events from being abused by cheaters.

PreviousManual Safe EventsNextExports

Last updated 8 months ago

Auto Safe Events

Auto Safe Events can cause false bans for some resources so please install them on test server and test all events

Also if there is any other event protection or something that overrides TriggerServerEvent function or TriggerLatentServerEvent function it can lead to false bans as well

Server Event sent by Safe Events System has token on last argument, if your resource gets all arguments in event it will receive token also example: event Data [1000, "teststring", false, nil, nil], Safe Events event Data [1000, "teststring", false, nil, nil, securityToken<number>]

Use Command fg safe-events install in fx server console

Go to config and enable Safe Events

Restart server and try it out!