08.06.2012, 17:03
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...
The load...
Obviously that isn't the whole save system but that is what is giving me those warnings.
The save...
pawn Код:
Float:i, Float:v;
i = GetPlayerInterior(playerid);
v = GetPlayerVirtualWorld(playerid);
dini_FloatSet(file, "Interior", i);
dini_FloatSet(file, "VirtualWorld", v);
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