1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

sendings messages to op

Discussion in 'Facepalm' started by Teamblocket, Jul 4, 2017.

  1. Teamblocket

    Teamblocket Zombie

    Messages:
    301
    GitHub:
    teamblocket
    how can i send a message to every online op player? feel free to move to the face palm section
     
  2. HimbeersaftLP

    HimbeersaftLP Fish

    Messages:
    2,402
    GitHub:
    HimbeersaftLP
    PHP:
    foreach($sumserverobject->getOnlinePlayers() as $p){
        if(
    $p->isOp()){
            
    $p->sendMessage('Potato');
        }
    }
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.