Tag mismatch
#1

pawn Код:
enum E_PLAYER_DATA
{
    age,
    ictut,
    origin,
    money,
    skin,
    adminlevel,
    paycheck,
    Float:position_x,
    Float:position_y,
    Float:position_z
};

new
    PlayerInfo                          [E_PLAYER_DATA][MAX_PLAYERS]
;
On the line it claims a mismatch:

pawn Код:
PlayerInfo[position_x][playerid] = -1431.0; PlayerInfo[position_y][playerid] = -284.0; PlayerInfo[position_z][playerid] = -15.0;
Код:
C:\Users\Aleksander.Family-PC\Desktop\samp03dsvr_R2_win32\gamemodes\rp.pwn(176) : warning 213: tag mismatch
Reply


Messages In This Thread
Tag mismatch - by Jack_Wilson - 19.02.2012, 00:27
Re: Tag mismatch - by Jefff - 19.02.2012, 00:47
Re: Tag mismatch - by Jack_Wilson - 19.02.2012, 00:54

Forum Jump:


Users browsing this thread: 2 Guest(s)