28.04.2011, 18:02
Does no-one notice that you cannot store a value in a function? Round parentheses indicate a function.
I'm fairly confident that'll give an 'Array sizes do not match' error. Use this to copy strings:
Quote:
|
pawn Код:
|
pawn Код:
// strcpy(dest[], const src[]);
#define strcpy(%0,%1) strcat((%0[0]=EOS,%0),%1)


