organize menu lua

- fix some whitespace
This commit is contained in:
WantedDV
2024-02-10 12:28:15 -03:30
parent b7e877e4b8
commit ea1ad507a0
9 changed files with 217 additions and 102 deletions

View File

@@ -13,7 +13,7 @@ scoreboard.maxPlayersOnTeam = GetTeamLimitForMaxPlayers(GetPartyMaxPlayers())
scoreboard.scoreColumns.ping = {
width = Engine.IsZombiesMode() and 90 or 60,
title = "LUA_MENU_PING",
getter = function (scoreinfo)
getter = function(scoreinfo)
return scoreinfo.ping == 0 and "BOT" or tostring(scoreinfo.ping)
end
}