28.03.2015, 09:06
How to store text data in a variable with an array?
I tried to make this but didn't work!
I tried to make this but didn't work!
pawn Code:
new text[15];
text[0] = "text1";
text[1] = "text2";