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

True.

Replace
pawn Код:
format(CarSystem[i][cVehicleOwner], MAX_PLAYER_NAME, "%s", dini_Get(string, "VehicleOwner"));
to
pawn Код:
strcat(dini_Get(string, "VehicleOwner"), CarSystem[i][cVehicleOwner], MAX_PLAYER_NAME);
. If you wish to.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)