Skip to content

Chat

Functions

Return Type Name Description
nil chat.send(string message, table options = { show_locally = true, targets = { ... } }) Sends a message to the target. Available variables in the message: ${ip}, ${name}

Examples

-- Send the message to everyone
chat.send('Hello, ${name}! Your IP is ${ip}, right?', { show_locally = false })