strcpy
#4

It's not defined by default, you've to include it as a custom function.
pawn Код:
stock strcpy(dest[], src[], size = sizeof(dest))
{
    dest[0] = EOS;
    return strcat(dest, src, size);
}
Where dest is the destination where you've to copy the src (source, to be copied).

NOTE : Next time request scripting support at 'Scripting Help' board.
Reply


Messages In This Thread
strcpy - by CodeStyle175 - 14.12.2014, 10:49
Re: strcpy - by Ahammad - 14.12.2014, 10:57
Re: strcpy - by CodeStyle175 - 14.12.2014, 11:04
Re: strcpy - by Lordzy - 15.12.2014, 13:55

Forum Jump:


Users browsing this thread: 1 Guest(s)