exports['cats-name']:switchVisibleName()
You can toggle between displaying or hiding the name above the player's own head.
-- Sample code RegisterCommand("name", function(source, args, rawCommand) exports['cats-name']:switchVisibleName() end)
Last updated 7 months ago