warning 213: tag mismatch
#2

Interior and virtual world are both integers not floats, remove the tag or cast it like this:

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


        _:i = GetPlayerInterior(playerid);
    _:v = GetPlayerVirtualWorld(playerid);
EDIT:

Same with the part that gives you warnings, I DO NOT SUGGEST THIS but it is a work-around!

pawn Код:
SetPlayerInterior(playerid, _:i); //warning 213: tag mismatch
SetPlayerVirtualWorld(playerid, _:v);//warning 213: tag mismatch
The latter is NOT suggested!

The best option for you is to just change it all back to regular integer variables

Regards.
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)