string's
#1

Hi everybody if i have multiple strings in a cmd etc i make them like this
pawn Код:
string0[128],string1[128],string2[128],string3[128],string4[128], string5[128];
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
Reply
#2

pawn Код:
new string[5][128];
Reply
#3

thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)