14.10.2011, 11:06
Your code contains a lot of unnecesarry checks, but my guess is that if you change this:
to
then it might work.
pawn Код:
if(check >= sizeof Route1)
pawn Код:
if(check >= sizeof(Route1)-1)