update description

This commit is contained in:
GenZmeY 2022-09-13 00:33:12 +03:00
parent 0230122287
commit a4f199d426
2 changed files with 3 additions and 1 deletions

View File

@ -44,6 +44,8 @@ In this section you can customize the messages that will be shown at the bottom
[b][YAS.Ranks][/b] [b][YAS.Ranks][/b]
here you can set display settings for different player ranks. here you can set display settings for different player ranks.
[b]Why?[/b] for example, to highlight admins... or players who have done a lot for the server - this does not change the gameplay in any way, but these people will be pleased. Or just for fun of course :3
Edit [b]Player[/b] and [b]Admin[/b] lines to set how this is displayed: Edit [b]Player[/b] and [b]Admin[/b] lines to set how this is displayed:
[list] [list]
[*][b]RankName[/b] - rank name. Leave blank if you don't want this to be shown. [*][b]RankName[/b] - rank name. Leave blank if you don't want this to be shown.

View File

@ -124,7 +124,7 @@ private function PreInit()
} }
} }
private function InitRanks() // TODO: Ref private function InitRanks()
{ {
local Array<RankRelation> Relations; local Array<RankRelation> Relations;
local RankRelation Relation; local RankRelation Relation;