add name & team for sync chat

This commit is contained in:
Linventif 2023-09-23 18:23:14 +02:00
parent 182018797e
commit 719a08e6a8

View File

@ -65,7 +65,9 @@ function gmInte.playerSay(ply, text, team)
gmInte.post("/server/user/say",
{
["steamID64"] = ply:SteamID64(),
["message"] = text
["message"] = text,
["name"] = ply:Nick(),
["team"] = team,
}
)
end