warning 213: tag mismatch
#3

Interior and Virtual worlds are not floats
they are integers
hence - > - > - >
pawn Код:
new i, v;

                 i = dini_Int(file, "Interior" );
        v = dini_Int(file, "VirtualWorld" );
         
                SetPlayerInterior(playerid, i); //fix
        SetPlayerVirtualWorld(playerid, v);//fix
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)