15.08.2012, 20:39
Hi everybody if i have multiple strings in a cmd etc i make them like this
Which is a pain in the neck, is there a much easier way of making all these strings without doing new string1[128], string2[128]; etc
pawn Код:
string0[128],string1[128],string2[128],string3[128],string4[128], string5[128];