Talk:GetAlivePlayersInTeam

From Multi Theft Auto: Wiki
Revision as of 12:18, 21 May 2011 by NeonBlack (talk | contribs) (suggestions for improvement)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Suggestions for Improvement

  • don't use table as variable name, since it holds a reference to Lua's standard table functions by default
  • use table.insert instead of foo[#foo+1] = bar

[ NeonBlack 14:18, 21 May 2011 (CEST) ]