mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 20:41:41 +09:00
Fixed Tag Bug
This commit is contained in:
@@ -5,7 +5,7 @@ Commands.new_command('tag','Sets your player tag.')
|
|||||||
:add_param('tag',false,'string-max-length',20) -- new tag for your player max 20 char
|
:add_param('tag',false,'string-max-length',20) -- new tag for your player max 20 char
|
||||||
:enable_auto_concat()
|
:enable_auto_concat()
|
||||||
:register(function(player,tag,raw)
|
:register(function(player,tag,raw)
|
||||||
player.tag = ' - '..tag
|
player.tag = '- '..tag
|
||||||
end)
|
end)
|
||||||
|
|
||||||
Commands.new_command('tag-clear','Clears your tag. Or another player if you are admin.')
|
Commands.new_command('tag-clear','Clears your tag. Or another player if you are admin.')
|
||||||
|
|||||||
Reference in New Issue
Block a user