ScriptsAboutBlogToolsKnowledge BaseReviewsFAQBasketDocsSupport
Gameplaywarning

Weapon does no damage / players are invincible

Also seen as: weapon no damage fivem players invincible god mode bug safezone

What causes it

Players take no damage — often a leftover SetEntityInvincible(true) from a safe-zone or spawn script that wasn't turned off, a damage modifier, or an anti-combat area not being exited.

How to fix it

Find where invincibility/damage is disabled and ensure it's turned back on when leaving.

  1. Check safe-zone scripts: confirm SetEntityInvincible(false) and combat re-enable fire on exit.
  2. Look for SetPlayerInvincible or damage-modifier calls left on.
  3. Test outside any safe zone to isolate.
  4. A well-built safe zone (like Viper Safezones) handles enter/exit cleanly.

Related errors

Related guides

Still stuck? We can help.

Viper Safe-Zone draws polygon safe zones in-game — no hand-edited coordinates — with weapon, combat and vehicle-speed rules per zone.