Project-Sloth / ps-housing

Advanced housing system for QBCore.
https://discord.gg/projectsloth
Other
343 stars 110 forks source link

qb-multicharacter messed up server list so it hangs on loading screen . #191

Closed IAmDanielPeter closed 8 months ago

IAmDanielPeter commented 8 months ago

Describe the bug A clear and concise description of what the bug is.

When removing qb-houses and qb-apartment with qb-multicharacter update you will have a hang on loadingscreen since it will still look for it. The Issue lies with fxmanifest not having the server script section correct.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'qb-multicharecter fxmanifest'
  2. Click on 'fxmanifest'
  3. Scroll to 'server_scripts'
  4. See error: missing qb-apartments/config.lua in script.

Expected behavior A clear and concise description of what you expected to happen What should happen is the fxmanfest should have qb-apartments/config.lua so you can comment it out but the reality is, it doesn't.

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here. You will need to revert back all your files as ps-housing does not work with this issue.

1B0Y commented 8 months ago

The error you're experiencing is simply a warning that the file could not be included, and can be removed from the fxmanifest when migrating to ps-housing.

Please follow through the installation as shown in the README.md and you shouldn't experience this issue.