Compiling error
#6

Quote:
Originally Posted by danodanodano
Посмотреть сообщение
Where to add it?
No you dont add it...Example:


Bad indentitation:
pawn Код:
new Guns[][1] =
{
   1,
2,
    3
}
Good indentitation:
pawn Код:
new Guns[][1] =
{
    1,
    2,
    3
}
Reply


Messages In This Thread
Compiling error - by danodanodano - 17.06.2011, 08:44
Re: Compiling error - by Lorenc_ - 17.06.2011, 08:44
Re: Compiling error - by danodanodano - 17.06.2011, 08:57
Re: Compiling error - by Stigg - 17.06.2011, 09:02
Re: Compiling error - by danodanodano - 17.06.2011, 09:07
Re: Compiling error - by Markx - 17.06.2011, 09:17

Forum Jump:


Users browsing this thread: 1 Guest(s)