FAQ and Operations

Common live-server questions, admin checks, props, UI, and scoreboard notes

Do I need envi-zombies-props?

Yes.

It is a required dependency for packaged props, assets, and some mode content.

Why are my admin commands ignored?

Check these first:

  • Config.AdminRole

  • your framework or ACE role mapping

  • envi-bridge is running correctly

The scoreboard key is wrong

The real default comes from Config.Leaderboards.InGameScoreboard.DefaultKey.

Players can also rebind the scoreboard toggle in FiveM key bindings.

The UI is blank

Check the packaged web/ folder first.

A missing or outdated UI build is the usual cause.

Free-roam zombies do nothing

Check these first:

  • Config.FreeRoamZombies

  • Config.OnFootZombiesOnly

  • any safe zone overlap

  • whether your density settings are so low that nothing valid is spawning

If your server has very low NPC density, review the extra zombie spawn settings carefully before turning them on.

Where do I change webhook URLs?

Set them in server/server_edit.lua.

That file also holds other game lifecycle hooks.

How do I protect mission NPCs?

Use the zombify protection helpers before the encounter starts.

Then remove protection later with AllowZombify if needed.

Where is the long API reference?

The packaged resource includes the deeper event, export, and anti-cheat notes.

This docs section now covers the main setup and integration paths you need most often.

Last updated