[Include] GetServerIP [PHP-Simple Method]
#4

I advise you to use strcpy

Quote:
Originally Posted by Vince
Посмотреть сообщение
I put this into the string.inc library:
pawn Код:
/*
native strcpy(dest[], const source[], maxlength=sizeof dest);
*/
Function:

pawn Код:
stock strcpy(dest[], const source[], maxlength=sizeof dest)
{
    strcat((dest[0] = EOS, dest), source, maxlength);
}
Reply


Messages In This Thread
GetServerIP [PHP-Simple Method] - by n0minal - 27.11.2014, 13:00
Re: GetServerIP [PHP-Simple Method] - by Lordzy - 27.11.2014, 13:20
Re: GetServerIP [PHP-Simple Method] - by n0minal - 27.11.2014, 13:24
Re: GetServerIP [PHP-Simple Method] - by PT - 27.11.2014, 13:47
Re: GetServerIP [PHP-Simple Method] - by n0minal - 27.11.2014, 14:02

Forum Jump:


Users browsing this thread: 2 Guest(s)