09.11.2013, 12:40
A simple & quick fix if you desire to compile it only.
Should do the trick.
pawn Код:
#if !defined strcpy
#define strcpy(%0, %1, %2) strcat(%0, %1, %2)
#endif
#pragma unused strtok