> For the complete documentation index, see [llms.txt](https://kb.criticalscripts.shop/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.criticalscripts.shop/paid-resources/fivem-hashed-events/non-spoofed-calls.md).

# Non-Spoofed Calls

You can listen to the following server event for when a non-spoofed call is detected.\
A non-spoofed call is a hashed event triggered using its original (pre-hash) name.

```lua
AddEventHandler('cs-hashed-events:OnNonSpoofedCall', function(source, name, resource)
    -- (source) has triggered (name) event within (resource), do what you want with them.
end)
```
