🗯️Dark Chat
SendDarkchatMessage
-- Send a message to a specific channel.
-- If the passed username doesn't exist a new user will be generated.
-- @param username: string - Username of the sender
-- @param channel: string - Channel name to send message to
-- @param message: string - Message content
-- @return: boolean - Success status
exports.yseries:SendDarkChatMessage(username, channel, message)
SendDarkchatLocation
-- Send a location to a specific channel.
-- If the passed username doesn't exist a new user will be generated.
-- @param username: string - Username of the sender
-- @param channel: string - Channel name to send location to
-- @param coords: vector2 - Coordinates {x, y}
-- @return: boolean - Success status
exports.yseries:SendDarkChatMessage(username, channel, coords)
Last updated