Warning 213: tag mismatch
#10

Quote:
Originally Posted by TheRaGeLord
Посмотреть сообщение
Oh.. Thanks.. You Both guys helped me a lot..

Well, can you tell me that How to Return a String..For eg. Returing a string in switch statements?
If case 1 then return Red, if case 2 then return Blue

Should I do format ?
Yes, format or
pawn Код:
stock returncolor(color)
{
    new Col[5];
    switch(color)
    {
        case 1: Col = "Red";
        case 2: Col = "Blue";
    }

    return Col;
}
Reply


Messages In This Thread
Warning 213: tag mismatch - by TheRaGeLord - 26.07.2015, 07:37
Re: Warning 213: tag mismatch - by dominik523 - 26.07.2015, 07:55
Re: Warning 213: tag mismatch - by TheRaGeLord - 26.07.2015, 08:06
Re: Warning 213: tag mismatch - by kloning1 - 26.07.2015, 08:10
Re: Warning 213: tag mismatch - by TheRaGeLord - 26.07.2015, 08:13
Re: Warning 213: tag mismatch - by kloning1 - 26.07.2015, 08:19
Re: Warning 213: tag mismatch - by TheRaGeLord - 26.07.2015, 08:21
Re: Warning 213: tag mismatch - by kloning1 - 26.07.2015, 08:46
Re: Warning 213: tag mismatch - by TheRaGeLord - 26.07.2015, 08:48
Re: Warning 213: tag mismatch - by xVIP3Rx - 26.07.2015, 09:35

Forum Jump:


Users browsing this thread: 1 Guest(s)