GetAlivePlayers (Client): Revision history

Jump to navigation Jump to search

There is no edit history for this page.

This page does not exist. The deletion, protection, and move log for the page are provided below for reference.

  • 16:24, 21 October 2023 Dutchman101 talk contribs deleted page GetAlivePlayers (Client) (content was: "{{Delete|getAlivePlayers does the job}} {{Useful Function}} <lowercasetitle></lowercasetitle> __NOTOC__ This function returns all the alive players by a client side, so you can store them into a Gridlist or something like that, faster. ==Syntax== <syntaxhighlight lang="lua">table getAlivePlayers()</syntaxhighlight> ==Code== <section name="Function source" class="client" show="true"> <syntaxhighlight lang="lua">function getAlivePlayers() local alivePlayers = { } for i...")