Error when there shouldn't be
#4

Try this

Quote:
Originally Posted by Joe Staff
I have something that's like this

pawn Код:
if(...)
{
  if(...)
  {
    ....
  }
  ...
  new string[3][4];
  ... Use string in here ....
}
if(...)
{
  if(...)
  {
    ...
  }
  ...
  ... Use string in here ...
}
and I get an error
Код:
(50) : error 021: symbol already defined: "string"
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"
Reply


Messages In This Thread
Error when there shouldn't be - by Joe Staff - 01.08.2009, 08:13
Re: Error when there shouldn't be - by -Sneaky- - 01.08.2009, 08:26
Re: Error when there shouldn't be - by Joe Staff - 01.08.2009, 09:11
Re: Error when there shouldn't be - by Kyle - 01.08.2009, 09:41
Re: Error when there shouldn't be - by Joe Staff - 01.08.2009, 09:56
Re: Error when there shouldn't be - by MadeMan - 01.08.2009, 10:21

Forum Jump:


Users browsing this thread: 1 Guest(s)