Array sizes do not match, or destination array is too small
#3

Quote:
Originally Posted by Jefff
Посмотреть сообщение
Maybe INI_String doesn't supports few dimensional arrays

use
pawn Код:
new string[256];
INI_String("Text",string,256); <= THAT LINE
then
pawn Код:
PickupInfo[pickupid][PickupText] = string;
Код:
error 035: argument type mismatch (argument 2)
Код:
INI_String("Text",string,256);
Reply


Messages In This Thread
Array sizes do not match, or destination array is too small - by BrianS123 - 29.08.2016, 14:33
Re: Array sizes do not match, or destination array is too small - by Jefff - 29.08.2016, 15:11
Re: Array sizes do not match, or destination array is too small - by BrianS123 - 29.08.2016, 16:15
Re: Array sizes do not match, or destination array is too small - by BrianS123 - 29.08.2016, 18:10

Forum Jump:


Users browsing this thread: 1 Guest(s)