mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-15 21:17:34 +00:00
change args name
This commit is contained in:
parent
e7c5ecff47
commit
e84cee8aca
|
@ -57,8 +57,8 @@ function gmInte.playerSay(ply, text, team)
|
|||
|
||||
gmInte.post("/server/user/say",
|
||||
{
|
||||
["steam"] = ply:SteamID64(),
|
||||
["text"] = text
|
||||
["steamID64"] = ply:SteamID64(),
|
||||
["message"] = text
|
||||
}
|
||||
)
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user