Removing '_' from name
#3

Код:
stock NameSpace(string[])
{
	new len;
	len = strlen(string);
	for(new i=0;i<len;i++)
	{
	    printf("letter %i is %s", i, string[i]);
	    if(string[i] == '_') string[i] = ' ';
	}
	return string;
}
Changed it to stock.
Same problem but now I only get the star(*) ingame and nothing else when I type "/me blabla..."
Reply


Messages In This Thread
Removing '_' from name - by javad - 16.06.2017, 20:13
Re: Removing '_' from name - by Toroi - 16.06.2017, 20:18
Re: Removing '_' from name - by javad - 16.06.2017, 20:25
Re: Removing '_' from name - by CheezIt - 16.06.2017, 21:04
Re: Removing '_' from name - by javad - 16.06.2017, 21:19
Re: Removing '_' from name - by CheezIt - 16.06.2017, 21:23
Re: Removing '_' from name - by javad - 16.06.2017, 21:40
Re: Removing '_' from name - by CheezIt - 17.06.2017, 01:34
Re: Removing '_' from name - by SyS - 17.06.2017, 06:00
Re: Removing '_' from name - by jlalt - 17.06.2017, 07:00

Forum Jump:


Users browsing this thread: 1 Guest(s)