11.01.2014, 15:38
You forgot the ";" in your code
The problem isn't the bracket, if it was; you get 26 errors so do this:
First:
then for loose indenation:
And for the symbols that aren't used, remove them from script and you get no errors & warnings.
The problem isn't the bracket, if it was; you get 26 errors so do this:
First:
pawn Code:
new PlayerInfo[MAX_PLAYERS][pInfo];
pawn Code:
#pragma tabsize 0