Save Floats with Dini
#1

Hello,

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);
        }
= 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
Reply
#2

You'll want to dini_FloatSet, not dini_IntSet

Common sense.
Reply
#3

Ok, thank you. I couldn't find the right solution.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)