Quote:
Originally Posted by iZN
Why are you using -1 if it's done by default.
Change this to
pawn Код:
GateInfo[i][area] = CreateDynamicCircle(GateInfo[i][xx],GateInfo[i][yy],5, -1, -1, -1);
to this:
pawn Код:
GateInfo[i][area] = CreateDynamicCircle(GateInfo[i][xx],GateInfo[i][yy],5);
|
-1 its all world, player, interior