Skip to content

Commit

Permalink
docs: improved documentation for converting from qb
Browse files Browse the repository at this point in the history
  • Loading branch information
Manason committed Sep 25, 2023
1 parent 9597d69 commit 9c0da50
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions pages/converting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
2. Configure ox_inventory and convert your database. Back it up first! https://overextended.dev/ox_inventory/Frameworks/qb
3. For security, by default Qbox sets entity lock down mode to relaxed, which prevents clients from spawning networked entities. If you need to change this setting to support scripts that do this, set convar qbx:bucketlockdownmode to 'inactive'
4. Qbox has multicharacter built-in to core. If you want to keep using your own multicharacter resource, disable core's via core config. Otherwise delete your multicharacter resource.
5. Qbox maintains a qb compatibility layer, so you can continue to use exports['qb-core']. However, this means you won't get access to all the Qbox features and functions. So consider switching off of exports['qb-core'] when you can.
5 changes: 5 additions & 0 deletions pages/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,8 @@ Expect individual resources to get versioned releases over the coming months as
## Who should use Qbox?

Qbox is still effectively in an open beta. Users interested in contributing or helping to test and report bugs who don't need a stable framework should use Qbox.

# Common Problems

## Entities keep dissapearing when I try to spawn them
By default, Qbox prevents clients from creating networked entities as a security measure. To change this setting set qbx:bucketlockdownmode 'inactive'

0 comments on commit 9c0da50

Please sign in to comment.