31.08.2010, 08:27
The two most common reasons for the compiler from being "unable to execute" are either that you have misplaced, forgot to add, or accidentally removed a bracket. Another is that you are trying to do something un-logical in the compilers eyes. For example
pawn Код:
new MyVariable[GetMaxPlayers()];