exports['cats-name']:switchVisibleName()
プレイヤー自身の頭上に名前を表示するか非表示にするかを切り替えることができます。
-- Sample code RegisterCommand("name", function(source, args, rawCommand) exports['cats-name']:switchVisibleName() end)
Last updated 7 months ago