[Help] Tag Mismatch error.
#1

I get the following error on the lines marked:

Код:
warning 213: tag mismatch
pawn Код:
public UpdatePlayerPos(playerid)
{
    new PInterior;
    PInterior = GetPlayerInterior(playerid);
    new Float:x, Float:y, Float:z;
    GetPlayerPos(playerid,x,y,z);
    PlayerShit[playerid][PLAYER_INT] = PInterior;
    PlayerShit[playerid][PLAYER_MYX] = x; //here
    PlayerShit[playerid][PLAYER_MYY] = y; //here
    PlayerShit[playerid][PLAYER_MYZ] = z; //and here
    return 1;
}
Reply


Messages In This Thread
[Help] Tag Mismatch error. - by Ace_Menace - 01.08.2010, 05:03
Re: [Help] Tag Mismatch error. - by Dudits - 01.08.2010, 05:15
Re: [Help] Tag Mismatch error. - by Guest3598475934857938411 - 01.08.2010, 06:02
Re: [Help] Tag Mismatch error. - by iggy1 - 01.08.2010, 09:25

Forum Jump:


Users browsing this thread: 3 Guest(s)