if or else if
#1

I've seen many people use if once again after if, for eg:
pawn Код:
if(blah == 6)
{
    //..........
}
if(blah == 7)
{
   //sssssss
}
But I thought it was like this:
pawn Код:
if(blah == 6)
{
    //..........
}
else if(blah == 7)
{
   //sssssss
}
What is the difference between these two, please if someone would explain.
Reply


Messages In This Thread
if or else if - by ||123|| - 18.07.2011, 21:20
Re: if or else if - by ћNJ - 18.07.2011, 21:23
Re: if or else if - by [MG]Dimi - 18.07.2011, 21:32
Re: if or else if - by Pghpunkid - 18.07.2011, 21:35
Re: if or else if - by ||123|| - 18.07.2011, 21:49

Forum Jump:


Users browsing this thread: 1 Guest(s)