CatsGTA
  • Introducing CatsGTA
  • Cats Advanced Name [EN]
    • ⚠️Dependencies
    • 🔧Installation
    • ⚙️Configuration
    • 💻Exports
    • ⌨️Commands
    • Examples
  • Cats Advanced Name [JP]
    • ⚠️Dependencies
    • 🔧Installation
    • ⚙️Configuration
    • 💻Exports
    • ⌨️Commands
    • Examples
  • 🛠️Cats Object Spawner[EN]
    • Dependencies
    • Installation
    • Configuration
  • 🛠️Cats Object Spawner[JP]
    • 依存関係
    • インストール
    • 構成
  • 🛒Tebex
Powered by GitBook
On this page
  1. Cats Name [JP]

構成


config.lua
Config = {
    language = 'ja',
    dt_height = 1.0, -- drawtext display height
    changeName = false, -- false: Change the name as a nickname. / true : Change QBCore player name.
    ['main'] ={
        distance = 6,
        title = 'Cats Name',
    },
    ['streaming'] = {
        enabled = true,
        emoji = '🛰',
        position = 'left',
        command = 'streaming',
    },
    ['pvemode'] = {
        enabled = true,
        emoji = '🔰',
        position = 'right',
        command = 'pve',
    },
    --custom
    ['job'] = {
        enabled = false,
        position = 'right',
        icons = {
            ['ambulance'] = '🚑',
            ['doctor'] = '🚑',
            ['police'] = '🚓',
            ['hotdog'] = '🌭',
            ['burgershot'] = '🍔',
            ['uwu'] = '🐈',
            ['taxi'] = '🚖',
            ['bus'] = '🚌',
            ['realestate'] = '🏠',
            ['mechanic'] = '🔧',
        },
    },
}

ver2.2.0からQBCoreのプレイヤー名を変更する機能が追加されました。 コンフィグファイル内の changeName を true に設定することでこの機能が動作します。 false に設定するとQBCoreのプレイヤー名は変更されず、今まで通りのニックネーム機能が動作します。

Last updated 8 months ago

🔤