Help Undefined symbol String
#2

It would help if you copied a wider section from these lines.

1st and 2nd errors are most likely that there is no defined string in that section, having the string 20k lines down isn't going to have any affect up there.

3rd is most likely that you have 2 "new string[128];" in that section of code, but again.. cannot solve much without the coding that joins these lines.
Код:
new string[128];
format(string, sizeof(string), "City Alert: The Bank Robbery attempt has failed!");
Reply


Messages In This Thread
Help Undefined symbol String - by edgargreat - 27.04.2013, 22:24
Re: Help Undefined symbol String - by BenTaylorUK - 27.04.2013, 22:33
Re: Help Undefined symbol String - by edgargreat - 27.04.2013, 22:41
Re: Help Undefined symbol String - by rbush12 - 27.04.2013, 22:42
Re: Help Undefined symbol String - by edgargreat - 27.04.2013, 22:45
Re: Help Undefined symbol String - by BenTaylorUK - 27.04.2013, 22:46
Re: Help Undefined symbol String - by edgargreat - 27.04.2013, 22:50
Re: Help Undefined symbol String - by BenTaylorUK - 27.04.2013, 22:53
Re: Help Undefined symbol String - by edgargreat - 27.04.2013, 22:56
Re: Help Undefined symbol String - by dannyk0ed - 27.04.2013, 23:08

Forum Jump:


Users browsing this thread: 1 Guest(s)