Appearance
RuleViolationReport ​
GameclientMessageRuleViolationReport · outbound · 72 bytes
Send scalars/strings with Packet.send. Print the live usage block with Packet.help("RuleViolationReport").
lua
local Packet = require("sdk.packet")
Packet.send("RuleViolationReport", {
category = 0,
statement = 0,
reporter = "",
reason = "",
comment = "",
statement_id = 0,
})| Name | Kind | Nested |
|---|---|---|
category | u32 | — |
statement | u32 | — |
reporter | str | — |
reason | str | — |
comment | str | — |
statement_id | u32 | — |
time | u32 | — |
channel | u32 | — |