Trouble with array
#6

just like this? still error.
Код:
stock SendPlayerMail(playerid, text[])
{
	if(IsPlayerConnected(playerid))
	{
	    playermail[playerid] = text;
	    strcpy(playermail[playerid], text, 256);
	}
}

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


Messages In This Thread
Trouble with array - by cnoopers - 10.07.2014, 21:57
Re: Trouble with array - by Vince - 10.07.2014, 22:04
Re: Trouble with array - by cnoopers - 10.07.2014, 22:08
Re: Trouble with array - by cnoopers - 11.07.2014, 12:07
Re: Trouble with array - by NewerthRoleplay - 11.07.2014, 12:14
Re: Trouble with array - by cnoopers - 11.07.2014, 12:35
Re: Trouble with array - by Jefff - 11.07.2014, 13:47
Re: Trouble with array - by cnoopers - 11.07.2014, 14:02

Forum Jump:


Users browsing this thread: 3 Guest(s)