10.04.2013, 16:22
You are missing an argument, which is the maximal size of the string.
Replace 128 with whatever string size you need.
pawn Код:
INI_String("Reason1",reasons[playerid][0][120], 128);
INI_String("Reason2",reasons[playerid][1][120], 128);
INI_String("Reason3",reasons[playerid][2][120], 128);

