is there a way to send a message to all connected host? like a MsgToAll() or something built-in?
public function sendtext_fbm($onNCN_UCID, $onNCN_Uname, $hostID) {
IS_MTC()->UCID($onNCN_UCID)->Text('^3' . $onNCN_Uname . ' -^2 today it\'s ^3FBM day^2. Don\'t like it? Maybe try ^3cargame.nl S1^2?')->Send($hostID);
}