18.12.2011, 20:27
pawn Код:
enum HouseData
{
Text3D: hTextLabel,
};
Here is what I am getting a Tag Mismatch on now:
pawn Код:
Houses[i][hTextLabel] = dini_Int(FileName, "TextLabel");
pawn Код:
dini_IntSet(FileName, "TextLabel", Houses[i][hTextLabel]);