Talk:GetAlivePlayersInTeam
From Multi Theft Auto: Wiki
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) ]