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

Solved Server's popup

Discussion in 'Plugin Help' started by Fritures, May 10, 2019.

  1. Fritures

    Fritures Spider Jockey

    Messages:
    47
    Hello, i want to make a popup to all players connected on the server

    How i can do ?
     
  2. Flow

    Flow Silverfish

    Messages:
    22
    use this

    PHP:
    $pl $this->getServer()->getOnlinePlayers();
    foreach(
    $pl as $p){
    $p->sendPopup("the msg");
     
  3. Fritures

    Fritures Spider Jockey

    Messages:
    47
    It's solved but thx for your response
     
  4. Flow

    Flow Silverfish

    Messages:
    22
    Parle fr aya
     
  5. HimbeersaftLP

    HimbeersaftLP Fish

    Messages:
    2,402
    GitHub:
    HimbeersaftLP
  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.