Exports

名前表示の切り替え
exports['cats-name']:switchVisibleName()

プレイヤー自身の頭上に名前を表示するか非表示にするかを切り替えることができます。

-- Sample code
RegisterCommand("name", function(source, args, rawCommand)
    exports['cats-name']:switchVisibleName()
end)

Last updated