questionFAQ and Troubleshooting

Common questions, common mistakes, and quick fixes

Do I Need To Import SQL Manually?

Yes. Import:

0r-gungame/database.sql

The Menu Does Not Open

Check these first:

  • The resource started correctly

  • Config.Commands.OpenMenu.active is enabled

  • The command name matches your config

  • Config.GunGameMenuZone.active is not confusing your test flow

No Required Items Are Given In The Docs. Is That Correct?

Yes. GunGame does not require a normal inventory item by default.

Revive Does Not Work Correctly

Check:

  • Your framework is detected correctly

  • modules/ambulance/client.lua matches your revive script

Where Do I Change Match Weapons?

Use:

Where Do I Change Arena Locations?

Use:

Each map needs valid red and blue team spawns.

How Do I Know If A Player Is Already In GunGame?

Use the export:

I Changed Config But Nothing Happened

Check these points:

  • You edited config.lua

  • You restarted the resource

  • Your custom bridge or integration edits did not break the flow

Last updated