mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-15 22:07:34 +00:00
change team format
This commit is contained in:
parent
e72fbef924
commit
2b7b01b132
|
@ -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(),
|
||||
|
|
Loading…
Reference in New Issue
Block a user