18.07.2014, 22:42
Then use this :
pawn Код:
#if defined strcpy
#undef strcpy
#define strcpy(%0,%1) strcat((%0[0] = '\0', %0), %1)
#endif