14.03.2013, 20:28
Is it to use:
new pLogged[MAX_PLAYERS char];
or
new pLogged[MAX_PLAYERS];
I heard it's better pLogged.
and I have to use this brackets? { instead of [
new pLogged[MAX_PLAYERS char];
or
new pLogged[MAX_PLAYERS];
I heard it's better pLogged.
and I have to use this brackets? { instead of [