26.01.2016, 20:06
Foreach syntax is:
Also I have no idea what this is supposed to do:
If your max players is 100 then redefine MAX_PLAYERS as such. Foreach only loops over connected players, which is one of its major design features.
PHP код:
foreach(new i : Player)
PHP код:
if(i < 101)