[PROBLEMA]ao por incluide
#6

йee, coisa atoa man, igual o gustavo postou acima, coloque ai la pro final do gm, ou junto com outras stocks ( ctrl + f )

Код:
strtok(const string[], &index)
{
	new length = strlen(string);
	while ((index < length) && (string[index] <= ' '))
	{
		index++;
	}
 
	new offset = index;
	new result[20];
	while ((index < length) && (string[index] > ' ') && ((index - offset) < (sizeof(result) - 1)))
	{
		result[index - offset] = string[index];
		index++;
	}
	result[index - offset] = EOS;
	return result;
}
e tenta de novo

qualquer coisa, fica sempre de olho ai

http://forum.sa-mp.com/showthread.ph...ighlight=erros

tu ia ler e saber que stock strtok nao tinha ai, e ia procurar por ela
Reply


Messages In This Thread
[PROBLEMA]ao por incluide - by Xapita_Halls - 16.12.2010, 22:25
Re: [PROBLEMA]ao por incluide - by jhony test - 16.12.2010, 22:29
AW: [PROBLEMA]ao por incluide - by Xapita_Halls - 16.12.2010, 22:30
Re: AW: [PROBLEMA]ao por incluide - by jhony test - 16.12.2010, 22:33
Re: [PROBLEMA]ao por incluide - by Gustavob - 16.12.2010, 22:53
Re: [PROBLEMA]ao por incluide - by Pierox_ - 17.12.2010, 00:36

Forum Jump:


Users browsing this thread: 4 Guest(s)