🌐 Cell Broadcast
Cell broadcast is a technology that allows messages (such as public alerts) to be broadcast to all mobile users in the server
lua---Sends a cell broadcast message. ---@param to number The recipient of the message. Source id. ---@param title string The title of the message. ---@param content string The content of the message. ---@param iconUrl string The URL of the icon to display with the message. exports.yseries:CellBroadcast(to, title, content, iconUrl)