South West RP Help ?
#5

Код:
strtok(string[],&idx,seperator = ' ')
{
	new ret[128], i = 0, len = strlen(string);
	while(string[idx] == seperator && idx < len) idx++;
	while(string[idx] != seperator && idx < len)
	{
	  ret[i] = string[idx];
	  i++;
		idx++;
	}
	while(string[idx] == seperator && idx < len) idx++;
//	return ret;
}
17783 - 17796
Reply


Messages In This Thread
South West RP Help ? - by matthew32112 - 09.04.2010, 17:23
Re: South West RP Help ? - by Rzzr - 09.04.2010, 18:24
Re: South West RP Help ? - by matthew32112 - 09.04.2010, 22:42
Re: South West RP Help ? - by whitedragon - 09.04.2010, 22:42
Re: South West RP Help ? - by matthew32112 - 10.04.2010, 05:49
Re: South West RP Help ? - by [HiC]TheKiller - 10.04.2010, 07:11

Forum Jump:


Users browsing this thread: 1 Guest(s)