Quote:
Originally Posted by Basser
Pretty sure it doesn't matter.
|
Im pretty sure it actually matter.
Defination:
Quote:
|
Originally Posted by if
If is using for check if something is equal to the check.
It will only check all the if & not the else if's
|
Quote:
|
Originally Posted by else if
Else if is using if the else if or if above is are not equal.
but it only checks inside the same methode and not other methodes.
|
In this code i would not put this as an alone check under the other.
I would use it as the first if.
and then make the first if to an else if.
Because as the way it is now, then is also dropping all other things + the cps.
Not saying is not working or so, because it works perfect, just checking wrong place as I see it

Peace.