23.06.2014, 04:14
Did you try adding \r\n on your last tags? Formatting the value of INI_Write might be able to help you with that.
pawn Код:
format(val, sizeof(val), "%d \n", PlayerInfo[playerid][variable]);
INI_WriteINT(ini, "Variable", val);