ScriptsAboutBlogToolsKnowledge BaseReviewsFAQBasketDocsSupport
Eventscrash

event X was not safe for net / not registered

Also seen as: safefornet event was not safe for net event not registered FiveM RegisterNetEvent missing networked event not safe

What causes it

A resource tried to trigger a networked event that wasn't registered with RegisterNetEvent on the receiving side, or a security check blocked an unregistered net event.

How to fix it

Register the event with RegisterNetEvent on the side that receives it.

  1. Make sure the receiving side uses RegisterNetEvent('event:name', handler).
  2. A plain AddEventHandler won't receive networked events.
  3. Confirm the event name matches exactly on both sides.
  4. Verify the resource providing the handler is started.

Related errors

Related guides

Still stuck? We can help.

Optimized, dual-framework scripts for QBCore and ESX from Viper Development — escrow protected, delivered instantly to your Cfx portal.