# FAQ and Troubleshooting

## Do I Need To Import SQL Manually?

Yes. Import:

```lua
0r-paintball-v2/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.PaintballLobby.active` is not blocking how you are testing

## The Paintball Weapon Does Not Work

Check:

* `0r-paintball-gun` is started
* `Config.Game.weapon` matches an existing weapon

## Paintball Maps Are Missing

Check:

* The included map resources are started
* The map still exists in `Config.Game.maps`
* The preview image exists in `ui/build/images/maps`

## Are Inventory Items Required?

No normal inventory item is required by default.

## How Do I Know If A Player Is Already In Paintball?

Use the export:

```lua
exports['0r-paintball-v2']:inGame()
```

## 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
