Skip to content

Instantly share code, notes, and snippets.

@gollilla
Last active February 19, 2018 12:20
Show Gist options
  • Save gollilla/7c4f20da29f14e74ffae8b629d04a8e6 to your computer and use it in GitHub Desktop.
Save gollilla/7c4f20da29f14e74ffae8b629d04a8e6 to your computer and use it in GitHub Desktop.
RandomSelector
<?php
$online = $this->getServer()->getOnlinePlayers();
$key = array_rand($online);
$oni = $online[$key];
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment