warning 213: tag mismatch
#1

I'm making a roleplay script, and this annoying warning has come up. It's either my brains not working properly, or I don't know how to fix it.

Affected code:

pawn Code:
new Float:vehicleposx, Float:vehicleposy, Float:vehicleposz, Float:vangle;
            GetVehiclePos(playerVehicle[playerid], vehicleposx, vehicleposy, vehicleposz);
            GetVehicleZAngle(playerid, vangle);
            PlayerInfo[playerid][pVehiclePosX] = vehicleposx;//this
            PlayerInfo[playerid][pVehiclePosY] = vehicleposy;//this
            PlayerInfo[playerid][pVehiclePosZ] = vehicleposz;//this
            PlayerInfo[playerid][pVehicleAngle] = vangle;//this
Thanks much appreciated
Reply


Messages In This Thread
warning 213: tag mismatch - by Jack_Wilson - 28.08.2011, 02:21
Re: warning 213: tag mismatch - by =WoR=Varth - 28.08.2011, 02:24
Re: warning 213: tag mismatch - by Jack_Wilson - 28.08.2011, 02:24
Re: warning 213: tag mismatch - by =WoR=Varth - 28.08.2011, 02:31
Re: warning 213: tag mismatch - by Jack_Wilson - 28.08.2011, 02:32
Re: warning 213: tag mismatch - by Lorenc_ - 28.08.2011, 02:39

Forum Jump:


Users browsing this thread: 2 Guest(s)