All public logs

Jump to navigation Jump to search

Combined display of all available logs of Multi Theft Auto: Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 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...")