独自のマルチキャラクターを使うことはできますか?
はい、できます。内蔵のマルチキャラクタを無効にするには、以下の設定をtrueに変更してください。qbx_core/config/client.lua
qbx_core/config/client.lua
-- Whether you have an external character management resource. (If true, disables the character management inside the core)
useExternalCharacters = false,[ローディング画面から抜け出せない?] あなたのマルチキャラクターはシャットダウンするためにローディング画面を呼び出さない可能性が高い。これを解決するには2つの方法があります:
- あなたの店を開く
server.cfgと編集setr loadscreen:externalShutdownである。false - を呼び出すように、マルチキャラクターリソースを編集してください。
ShutdownLoadingScreen()そしてShutdownLoadingScreenNui()のネイティブです。qbx_coreがそうであるようにこれ
Last updated on