21.12.2010, 12:06
There is an error in your syntax, you have a random bracket in there which is ending the for loop statement too soon.
You were also missing a valid check for the loop.
pawn Код:
for(new i; i < MAX_BUILDERS; i++)