21.09.2014, 18:00
Hi I have a question.
What's better to do and perhaps faster to proccess:
or
Maybe it won't make a difference at all?
Thanks for replying.
What's better to do and perhaps faster to proccess:
pawn Код:
new Text:Stats[MAX_PLAYERS][4];
pawn Код:
new Text:Stats[4][MAX_PLAYERS];
Thanks for replying.

