mirror of
https://github.com/gmod-integration/lua.git
synced 2025-04-30 08:35:25 +00:00
8 lines
187 B
Lua
8 lines
187 B
Lua
//
|
|
// Websocket
|
|
//
|
|
|
|
function gmInte.wsRcon(data)
|
|
gmInte.log("Rcon Command from Discord '" .. data.command .. "' by " .. data.steamID)
|
|
game.ConsoleCommand(data.command .. "\n")
|
|
end |