24.04.2012, 11:32
So this does not work:
What is the proper way to do this? So don't need something like string_1, string_2 ... string_15?
Thanks.
pawn Код:
new string[15][];
format(string[0], sizeof(string[0]), "lol");
Thanks.