23.02.2013, 21:40
I see, but then if you use:
Why can you do:
This really confuses me.
Also:
this worked fine for me
while this didn't work when I tried it:
pawn Код:
new Msg[MAX_PLAYERS][5];
pawn Код:
Msg[playerid][0] = blabla;
Msg[playerid][1] = blabla;
Also:
this worked fine for me
pawn Код:
new Msg[][MAX_PLAYERS];
pawn Код:
new Msg[MAX_PLAYERS][128]; // 128 for strin length.