04.03.2012, 10:02
The 2nd error means, you have a string that doesn't end.
Something like this
See that it doesn't contain a " at the end.
And all the errors after the 2nd one are all caused by this.
Something like this
pawn Код:
new string[] = " This is a string value
And all the errors after the 2nd one are all caused by this.