change team format

This commit is contained in:
Linventif 2024-02-11 23:28:29 +01:00
parent e72fbef924
commit 2b7b01b132

View File

@ -3,8 +3,7 @@ function gmInte.getPlayerFormat(ply)
["steamID"] = ply:SteamID(),
["steamID64"] = ply:SteamID64(),
["userGroup"] = ply:GetUserGroup(),
["team"] = ply:Team(),
["teamName"] = team.GetName(ply:Team()),
["team"] = gmInte.getTeamFormat(ply:Team()),
["name"] = ply:Nick(),
["kills"] = ply:Frags(),
["deaths"] = ply:Deaths(),