You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -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.