Admin, Commands, and Leaderboards
Player commands, admin tools, leaderboard storage, and webhook behavior
Config.ZombieGamesCommand controls the global games menu command.
The stock command is usually zombies.
The in-game scoreboard key comes from Config.Leaderboards.InGameScoreboard.DefaultKey.
The stock key is usually DELETE.
Players can rebind it through FiveM key bindings.
Mode-specific abilities register as commands.
Players bind them through FiveM key bindings.
When Config.Debug is on, extra test commands can appear.
Those should stay off on live servers.
Admin access depends on Config.AdminRole.
Common admin commands:
the admin menu command from Config.AdminMenuCommand
Server-side helper functions mirror those features for scripted use.
Leaderboard data is stored in:
The master switch and scoreboard behavior live under Config.Leaderboards.
Common settings include:
Common categories include:
Battle Royale wins and kills
Horde highest round and points
Survivors vs Zombies survivor points and zombie kills
Webhook URLs are configured in server/server_edit.lua.
Common webhook targets include:
The reset command for stored leaderboard data comes from the leaderboard config too.
Use it carefully on live servers.