18.04.2013, 13:32
Hi,
I'm not sure if this is possible or not, but basically this is what I have:
And with it I was hoping to be able to do this:
How can I go about doing this and getting that effect so to use the string as a place holder for the arrays?
I'm not sure if this is possible or not, but basically this is what I have:
pawn Код:
string = "{1},{2},{5},{7},{25]";
pawn Код:
new MyArray[][1] = {
string;
}