26.09.2013, 06:14
Why are you using -1 if it's done by default.
Change this to
to this:
Change this to
pawn Код:
GateInfo[i][area] = CreateDynamicCircle(GateInfo[i][xx],GateInfo[i][yy],5, -1, -1, -1);
pawn Код:
GateInfo[i][area] = CreateDynamicCircle(GateInfo[i][xx],GateInfo[i][yy],5);