06-29-2022, 08:11 PM
Is it possible to send the same message to all clients?
something like
SEND_Q(rmsg, ALL);
Instead of
SEND_Q(rmsg, ch->m_desc);
Or
SEND_Q(rmsg, gserver->m_messenger);
?
--- Update ---
#Solved
PCManager::instance()->sendToAll(rmsg);

