15.11.2014, 23:00
Hey
I've looked through some threads and noticed that a lot of people use
or sth. like this.
Why dont they use
?
Is the reason that only one element of the array gets the value -1?
-Greetz
I've looked through some threads and noticed that a lot of people use
Код:
new Var[MAX_PLAYERS] = {-1,...};
Why dont they use
Код:
new Var[MAX_PLAYERS] = -1;
Is the reason that only one element of the array gets the value -1?
-Greetz