23.02.2019, 00:41
In this case you don't need a second loop, it's enough:
PHP Code:
for (new i = 0; i < sizeof(arenas); i++){
format(string, sizeof string, "%s%s\t%s\n", string, arenas[i][0], arenas[i][1]);
}