[HELP] error 017: undefined symbol "MAX_STRING"
#6

Code:
stock code(nickname[])
{
    new tmpb[32];
    strcat(tmpb, nickname);	
    for (new i = 0; i < 32; i++)
    {
	switch (tmpb[i])
        {
            case 'ğ': tmpb[i] = 'g';
            case 'Ğ': tmpb[i] = 'G';
	    case 'ş': tmpb[i] = 's';
	    case 'Ş': tmpb[i] = 'S';
	    case 'ı': tmpb[i] = 'i';
	    case 'ц': tmpb[i] = 'o';
	    case 'Ц': tmpb[i] = 'O';
	    case 'з': tmpb[i] = 'c';
	    case 'З': tmpb[i] = 'C';
	    case 'ь': tmpb[i] = 'u';
	    case 'Ь': tmpb[i] = 'U';
 	    case 'İ': tmpb[i] = 'I';
	}
    }
    return tmpb;
}
No need for dutils.
Reply


Messages In This Thread
[HELP] error 017: undefined symbol "MAX_STRING" - by KONTROWKEN - 15.06.2016, 10:01
Re: [HELP] error 017: undefined symbol "MAX_STRING" - by Sjn - 15.06.2016, 10:05
Re: [HELP] error 017: undefined symbol "MAX_STRING" - by Nin9r - 15.06.2016, 10:07
Re: [HELP] error 017: undefined symbol "MAX_STRING" - by KONTROWKEN - 15.06.2016, 11:03
Re: [HELP] error 017: undefined symbol "MAX_STRING" - by Dayrion - 15.06.2016, 11:24
Re: [HELP] error 017: undefined symbol "MAX_STRING" - by Stinged - 15.06.2016, 11:30

Forum Jump:


Users browsing this thread: 2 Guest(s)