Invalid Expression assumed Zero
#3

Its cause because the tabulation are wrong, make sure that the tabulation coincide whit the if, e.g:

pawn Код:
if(condition)
{
    if(condition)
    {
        //Something
    }
    else
    {
         //Something
    }
}
else
{
    //Something here
}
Reply


Messages In This Thread
Invalid Expression assumed Zero - by Blackazur - 28.06.2013, 20:01
AW: Invalid Expression assumed Zero - by HurtLocker - 28.06.2013, 20:08
Respuesta: Invalid Expression assumed Zero - by CIzaquita - 28.06.2013, 21:48

Forum Jump:


Users browsing this thread: 1 Guest(s)