diff --git a/pages/converting.mdx b/pages/converting.mdx index 0555fbe..6a647e8 100644 --- a/pages/converting.mdx +++ b/pages/converting.mdx @@ -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. diff --git a/pages/faq.mdx b/pages/faq.mdx index 78b9fc0..6887ce6 100644 --- a/pages/faq.mdx +++ b/pages/faq.mdx @@ -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'