warning 213: tag mismatch
#1

I know what it means but I can't see it, it's in my save interior and virtual world I just made, could someone take a look?

The save...
pawn Код:
Float:i, Float:v;


        i = GetPlayerInterior(playerid);
    v = GetPlayerVirtualWorld(playerid);

       
    dini_FloatSet(file, "Interior", i);
    dini_FloatSet(file, "VirtualWorld", v);
The load...

pawn Код:
Float:i, Float:v;

                 i = dini_Float(file, "Interior" );
        v = dini_Float(file, "VirtualWorld" );
         
                SetPlayerInterior(playerid, i); //warning 213: tag mismatch
        SetPlayerVirtualWorld(playerid, v);//warning 213: tag mismatch
Obviously that isn't the whole save system but that is what is giving me those warnings.
Reply


Messages In This Thread
warning 213: tag mismatch - by cloudysky - 08.06.2012, 17:03
AW: warning 213: tag mismatch - by Extremo - 08.06.2012, 17:05
Re: warning 213: tag mismatch - by Niko_boy - 08.06.2012, 17:06
Re: warning 213: tag mismatch - by cloudysky - 08.06.2012, 17:14

Forum Jump:


Users browsing this thread: 1 Guest(s)