08.02.2012, 11:50
I don't know how to use define that well, but isn't this strcpy?:
pawn Код:
stock strcpy(dest[], const source[], maxlength=sizeof dest)
{
strcat((dest[0] = EOS, dest), source, maxlength);
}