01.07.2014, 10:47
That method is very inefficient if I'm writing a long message, as the line is going to be huge.
An easier method can be this:
Correct me if im wrong.
An easier method can be this:
pawn Код:
new string[128];
strmid(string, "N/A", 0, sizeof(string), 128);