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

Hello guys, I need help !

Discussion in 'Requests' started by fipteam, May 17, 2018.

  1. fipteam

    fipteam Spider

    Messages:
    14
    GitHub:
    ThePlastus
    Hi, I need code for:
    get a 1 random player from server
    Thanks
     
  2. LewBr

    LewBr Zombie

    Messages:
    385
    GitHub:
    lewbr
    PHP:
       /** @var \pocketmine\Server $server */
    $players $server->getOnlinePlayers();
    $random_player $players[array_rand($players)];
    $random_player_name $randomguy->getName();
     
    fipteam and Flavius12 like this.
  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.