[SOLVED] Checking multiple variables for their values
#2

pawn Код:
if(s1 == 3)
    {
        if(s2 == 14)
        {
            if(s3 == 2)
            {
                if(s4 == 26)
                {
                    //func...
                }
            }
        }
    }
Reply


Messages In This Thread
[SOLVED] Checking multiple variables for their values - by CaHbKo - 28.02.2010, 17:25
Re: [HELP] Checking multiple variables for their values - by smeti - 28.02.2010, 17:36
Re: [HELP] Checking multiple variables for their values - by [HiC]TheKiller - 28.02.2010, 17:37
Re: [HELP] Checking multiple variables for their values - by CaHbKo - 28.02.2010, 17:45
Re: [HELP] Checking multiple variables for their values - by smeti - 28.02.2010, 18:11
Re: [HELP] Checking multiple variables for their values - by CaHbKo - 01.03.2010, 12:04

Forum Jump:


Users browsing this thread: 1 Guest(s)