Problems Gm
#3

Quote:
Originally Posted by Bakr
Посмотреть сообщение
You are creating both global and local variables with the same name. You will need to re-name one of the two.
This may not always be the case. Defining variables within the same region of code (scope) may also cause this error.

pawn Код:
stock Function()
{
    new bool:variable = false;
    if(variable == false)
    {
        new variable;
    }
}
Reply


Messages In This Thread
Problems Gm - by saringan_cs - 02.01.2012, 20:39
Re: Problems Gm - by Bakr - 02.01.2012, 21:08
Re: Problems Gm - by Gh05t_ - 02.01.2012, 21:16
Re: Problems Gm - by Bakr - 02.01.2012, 21:25

Forum Jump:


Users browsing this thread: 1 Guest(s)