Manual Safe Events
With Safe Events you can protect your events from being abused by cheaters.
To use Manual Safe Events you have to enable Safe Events in config
Server Event sent by Safe Events System has token on 33 index argument, if your resource sends more arguments than 32 then argument index 33 will be overwritten with token
Exports for Safe Events
ExecuteServerEvent export:
Executes Safe Event
RegisterSafeEvent export:
Registers Event in Safe Events System
VerifyToken export:
Stops the event from being executed if the player got banned by Safe Events System
Example Of Code
Last updated