shadows a variable at a preceding level
#4

Example:
pawn Код:
public TestFunction()
{
    new test;
    if(Example)
    {
        new test;
        test = 1;
    }
}
Note the variable "test" to fix the error, take one of the variables out.
Reply


Messages In This Thread
shadows a variable at a preceding level - by sherlock - 20.09.2011, 20:24
Re: shadows a variable at a preceding level - by Stigg - 20.09.2011, 20:45
Re: shadows a variable at a preceding level - by Kush - 20.09.2011, 20:50
Re: shadows a variable at a preceding level - by Alureon - 20.09.2011, 20:51
Re: shadows a variable at a preceding level - by Kingunit - 20.09.2011, 21:08
Re: shadows a variable at a preceding level - by RobyRbb - 06.02.2017, 16:06
Re: shadows a variable at a preceding level - by AndreiWow - 06.02.2017, 16:38
Re: shadows a variable at a preceding level - by SyS - 07.02.2017, 07:46
Re: shadows a variable at a preceding level - by saffierr - 07.02.2017, 08:57

Forum Jump:


Users browsing this thread: 1 Guest(s)