01.08.2009, 08:13
I have something that's like this
and I get an error
But since they're not apart of the same section, why is it giving me that error?
ADDED* but when I comment line 50, it says Undefined Symbol "string"
pawn Код:
if(...)
{
if(...)
{
....
}
...
new string[3][4];
... Use string in here ....
}
if(...)
{
if(...)
{
...
}
...
new string[2][4]; line 50
... Use string in here ...
}
Код:
(50) : error 021: symbol already defined: "string"
ADDED* but when I comment line 50, it says Undefined Symbol "string"