17.05.2013, 22:08
If your compiler crashes, it doesn't necessarily mean that there's a bracket problem. It could be foreach. If you're using the old syntax with the new version or vice versa, it will crash your compiler.
Old syntax:
New syntax:
Old syntax:
pawn Код:
foreach(iterator, variable)
pawn Код:
foreach(new variable: iterator)