27.06.2012, 19:00
If not incorrect, since you have an array in an enum, the other array goes on the side of it, not inside of it.
Try this
Try this
pawn Код:
format(var, 32, "OP10=%f\n", PlayerInfo[playerid][pOP1][0]); fwrite(hFile, var);
format(var, 32, "OP11=%f\n", PlayerInfo[playerid][pOP1][1]); fwrite(hFile, var);
format(var, 32, "OP12=%f\n", PlayerInfo[playerid][pOP1][2]); fwrite(hFile, var);
format(var, 32, "OP13=%f\n", PlayerInfo[playerid][pOP1][3]); fwrite(hFile, var);
format(var, 32, "OP14=%f\n", PlayerInfo[playerid][pOP1][4]); fwrite(hFile, var);
format(var, 32, "OP15=%f\n", PlayerInfo[playerid][pOP1][5]); fwrite(hFile, var);
format(var, 32, "OP16=%f\n", PlayerInfo[playerid][pOP1][6]); fwrite(hFile, var);
format(var, 32, "OP17=%f\n", PlayerInfo[playerid][pOP1][7]); fwrite(hFile, var);
format(var, 32, "OP18=%f\n", PlayerInfo[playerid][pOP1][8]); fwrite(hFile, var);