error 047: array sizes do not match, or destination array is too small
#7

See, if you do:
pawn Код:
some_@_array[ 128 ] = " ";
You'll receive that. However, if you do:
pawn Код:
some_@_array[ 5 ] = "abcde";
You won't.
I hope you understand what I mean.

EDIT: I was too late.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)