Skip to content

Commit

Permalink
docs(faq): common problem of missing things in core
Browse files Browse the repository at this point in the history
  • Loading branch information
Manason authored Sep 25, 2023
1 parent 9c0da50 commit 82096cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pages/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ Qbox is still effectively in an open beta. Users interested in contributing or h

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

## Core seems to be missing things
The core supplied by the core module does not contain deprecated functions/exports/events. If needing these, use exports['qb-core']:GetCoreObject(). This can be used at the same time as the core module, so prefer to use the core module when not calling a deprecated function.

0 comments on commit 82096cc

Please sign in to comment.