10.05.2016, 13:43
using_deprecated_foreach_syntax: This is foreach/y_iterate's way of telling you that you are using the old foreach format.
Old: foreach(Player, i)
New: foreach(new i: Player)
Old: foreach(Player, i)
New: foreach(new i: Player)