29.03.2013, 14:11
You are crashing your server by accessing element at sizeof(array) - which is nonexistent
in both loops change
to
in both loops change
pawn Код:
x<=sizeof(Y)
pawn Код:
x != sizeof(Y)