Tag Mismatch.
#1

Hi.
I get Tag Mismatch warnigns... How i can resolve it?

pawn Код:
public OnPlayerDisconnect(playerid, reason)
{
new Float: UltimaX, Float: UltimaY, Float: UltimaZ;
GetPlayerPos(playerid, UltimaX, UltimaY, UltimaZ);
    new disconnectstr[128];
    new string[128];
    new sendername[MAX_PLAYER_NAME];
    new caller = Mobile[playerid];
    gActivePlayers[playerid]--;
    numplayers--;
    KillTimer(RelogTimer[playerid]);
    TextDrawHideForPlayer(playerid, Website);
    TextDrawHideForPlayer(playerid, Time);
    TextDrawHideForPlayer(playerid, Date);
    if(reason == 0)
    {
    format(string, sizeof(string), "* %s ha lasciato la cittа! [Crash]", RPN(playerid));
    ProxDetector(50.0, playerid, string, COLOR_GREEN,COLOR_GREEN,COLOR_GREEN,COLOR_GREEN,COLOR_GREEN);
    PlayerInfo[playerid][pCrashato] = 1;
    PlayerInfo[playerid][pUltimaX] = Float: UltimaX;
    PlayerInfo[playerid][pUltimaY] = Float: UltimaY;
    PlayerInfo[playerid][pUltimaZ] = Float: UltimaZ;
The warnings are at
pawn Код:
PlayerInfo[playerid][pUltimaX] = Float: UltimaX;
PlayerInfo[playerid][pUltimaY] = Float: UltimaY;
PlayerInfo[playerid][pUltimaZ] = Float: UltimaZ;
I have tried this too:
pawn Код:
PlayerInfo[playerid][pUltimaX] = UltimaX;
PlayerInfo[playerid][pUltimaY] = UltimaY;
PlayerInfo[playerid][pUltimaZ] = UltimaZ;
Same warnings... How I can resolve this? Thanks.
Reply


Messages In This Thread
Tag Mismatch. - by alanhutch - 23.06.2014, 11:37
Re: Tag Mismatch. - by Konstantinos - 23.06.2014, 11:39
Re: Tag Mismatch. - by alanhutch - 23.06.2014, 11:42
Re: Tag Mismatch. - by Threshold - 23.06.2014, 11:44
Re: Tag Mismatch. - by alanhutch - 23.06.2014, 11:48
Re: Tag Mismatch. - by alanhutch - 23.06.2014, 11:53

Forum Jump:


Users browsing this thread: 1 Guest(s)