30.05.2016, 18:55
Quote:
if i use foreach(Player, i), not need to do
foreach(Player, i){ if(IsPlayerConnected(i)){ I don't need to use isplayerconnected ? |
The syntax though you use is the old one and is deprecated. Use:
Code:
foreach(new i : Player)