Strcpy problem
#5

Quote:
Originally Posted by [MM]RoXoR[FS]
Посмотреть сообщение
How about using format instead and a stock?

pawn Код:
stock strcpy(dest[],src[],maxlength)
{
    format(dest,maxlength,"%s",src);
    return 1;
}
Well, the reason would be because that one is faster.

https://sampforum.blast.hk/showthread.php?tid=57018
Reply


Messages In This Thread
Strcpy problem - by sampmark05 - 22.07.2012, 11:32
Re: Strcpy problem - by [ABK]Antonio - 22.07.2012, 11:33
Re: Strcpy problem - by sampmark05 - 22.07.2012, 11:39
Re: Strcpy problem - by [MM]RoXoR[FS] - 22.07.2012, 12:31
Re: Strcpy problem - by [ABK]Antonio - 22.07.2012, 12:35
Re: Strcpy problem - by sampmark05 - 24.07.2012, 15:51

Forum Jump:


Users browsing this thread: 1 Guest(s)