error 029: invalid expression, assumed zero
#6

No, it doesn't fit with that line as you return an error so you basically open a new bracket out of nowhere and execute some code in it. This is your code:
Код:
if (...) return SCP(...);
{
    // code.. that is ALWAYS executed
}
else // not an "if" pair before.
{
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)