Undefined symbol string
#10

That means you have defined string twice. For one of the string, rename it to different one.
You might have something like this, new string[128], pName[MAX_PALYER_NAME];
new string[128];

For anyone form above, change to string2 or whatever. Make sure to also change it where you have used it.

HELPED?!
Reply


Messages In This Thread
Undefined symbol string - by IvancheBG - 06.02.2012, 16:22
Re: Undefined symbol string - by Michael@Belgium - 06.02.2012, 16:25
Re: Undefined symbol string - by Konstantinos - 06.02.2012, 16:25
Re: Undefined symbol string - by IvancheBG - 06.02.2012, 16:28
Re: Undefined symbol string - by Konstantinos - 06.02.2012, 16:31
Re: Undefined symbol string - by IvancheBG - 06.02.2012, 16:34
AW: Undefined symbol string - by Drebin - 06.02.2012, 16:36
Re: Undefined symbol string - by IvancheBG - 06.02.2012, 16:36
Re: Undefined symbol string - by edgargreat - 27.04.2013, 22:39
Re: Undefined symbol string - by Goldilox - 28.04.2013, 06:29

Forum Jump:


Users browsing this thread: 1 Guest(s)