mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-16 05:07: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",
|
gmInte.post("/server/user/say",
|
||||||
{
|
{
|
||||||
["steam"] = ply:SteamID64(),
|
["steamID64"] = ply:SteamID64(),
|
||||||
["text"] = text
|
["message"] = text
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue
Block a user