05.06.2010, 06:01
Hello,
= Tag mismatch for the dini_IntSets. I only have this problemn with saving the Floats, not with the othger things. Can someone help me out?
Regards, Jochem
pawn Код:
{
new Float:X, Float:Y, Float:Z;
GetPlayerPos(playerid,X,Y,Z);
dini_IntSet(file, "PosX", X);
dini_IntSet(file, "PosY", Y);
dini_IntSet(file, "PosZ", Z);
}
Regards, Jochem