3D Label Not showing
#3

here is the error log

pawn Код:
E:\X\SAMP\samp\samp03e_svr_R2_win32\filterscripts\carlabel.pwn(264) : warning 213: tag mismatch
E:\X\SAMP\samp\samp03e_svr_R2_win32\filterscripts\carlabel.pwn(269) : warning 213: tag mismatch
E:\X\SAMP\samp\samp03e_svr_R2_win32\filterscripts\carlabel.pwn(275) : warning 213: tag mismatch
E:\X\SAMP\samp\samp03e_svr_R2_win32\filterscripts\carlabel.pwn(281) : warning 213: tag mismatch
E:\X\SAMP\samp\samp03e_svr_R2_win32\filterscripts\carlabel.pwn(287) : warning 213: tag mismatch
E:\X\SAMP\samp\samp03e_svr_R2_win32\filterscripts\carlabel.pwn(293) : warning 213: tag mismatch
E:\X\SAMP\samp\samp03e_svr_R2_win32\filterscripts\carlabel.pwn(299) : warning 213: tag mismatch
E:\X\SAMP\samp\samp03e_svr_R2_win32\filterscripts\carlabel.pwn(328) : warning 213: tag mismatch
E:\X\SAMP\samp\samp03e_svr_R2_win32\filterscripts\carlabel.pwn(333) : warning 213: tag mismatch
E:\X\SAMP\samp\samp03e_svr_R2_win32\filterscripts\carlabel.pwn(339) : warning 213: tag mismatch
E:\X\SAMP\samp\samp03e_svr_R2_win32\filterscripts\carlabel.pwn(345) : warning 213: tag mismatch
E:\X\SAMP\samp\samp03e_svr_R2_win32\filterscripts\carlabel.pwn(351) : warning 213: tag mismatch
E:\X\SAMP\samp\samp03e_svr_R2_win32\filterscripts\carlabel.pwn(357) : warning 213: tag mismatch
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


13 Warnings.
here is wht u told
pawn Код:
public OnPlayerUpdate(playerid)
{
        new Float:Health;
        GetVehicleHealth(GetPlayerVehicleID(playerid),Health);
        new vspeed;
        vspeed = GetVehicleSpeed(GetPlayerVehicleID(playerid));
        if(GetPlayerState(playerid) == PLAYER_STATE_DRIVER || GetPlayerState(playerid) == PLAYER_STATE_PASSENGER)
        {
            if(HB[playerid] == 1 && Boost[playerid] == 1 && Lock[playerid] == 1)
            {
                format(SpeedoStr, sizeof(SpeedoStr), "\n\n\n\n\n{05BDFA}Speed: %d km/hr%s\n{05BDFA}Health:[%s{05BDFA}]\nBoost:Online\nHandbrake:Activated\n{05BDFA}Security:Locked\nUse /vehctrl", vspeed,UpdateLabelOfSpeed(playerid),UpdateString(playerid));
                Update3DTextLabelText(Speedo[playerid],0xFF0000FF,SpeedoStr);
            }
            if(HB[playerid] == 1 && Boost[playerid] == 0 && Lock[playerid] == 1)
            {
                format(SpeedoStr, sizeof(SpeedoStr), "\n\n\n\n\n{05BDFA}Speed: %d km/hr%s\n{05BDFA}Health:[%s{05BDFA}]\nBoost:{FF0000}Offline\n{05BDFA}Handbrake:Activated\n{05BDFA}Security:Locked\nUse /vehctrl", vspeed,UpdateLabelOfSpeed(playerid),UpdateString(playerid));
                Update3DTextLabelText(Speedo[playerid],0xFF0000FF,SpeedoStr);

            }
            if(HB[playerid] == 1 && Boost[playerid] == 1 && Lock[playerid] == 0)
            {
                format(SpeedoStr, sizeof(SpeedoStr), "\n\n\n\n\n{05BDFA}Speed: %d km/hr%s\n{05BDFA}Health:[%s{05BDFA}]\nBoost:Online\n{05BDFA}Handbrake:Activated\n{05BDFA}Security:Unlocked\nUse /vehctrl", vspeed,UpdateLabelOfSpeed(playerid),UpdateString(playerid));
                Update3DTextLabelText(Speedo[playerid],0xFF0000FF,SpeedoStr);

            }
            if(HB[playerid] == 0 && Boost[playerid] == 1 && Lock[playerid] == 1)
            {
                format(SpeedoStr, sizeof(SpeedoStr), "\n\n\n\n\n{05BDFA}Speed: %d km/hr%s\n{05BDFA}Health:[%s{05BDFA}]\nBoost:Online\n{05BDFA}Handbrake:{FF0000}De-Activated\n{05BDFA}Security:Locked\nUse /vehctrl", vspeed,UpdateLabelOfSpeed(playerid),UpdateString(playerid));
                Update3DTextLabelText(Speedo[playerid],0xFF0000FF,SpeedoStr);

            }
            if(HB[playerid] == 0 && Boost[playerid] == 0 && Lock[playerid] == 0)
            {
                format(SpeedoStr, sizeof(SpeedoStr), "\n\n\n\n\n{05BDFA}Speed: %d km/hr%s\n{05BDFA}Health:[%s{05BDFA}]\nBoost:{FF0000}Offline\n{05BDFA}Handbrake:{FF0000}De-Activated\n{05BDFA}Security:Unlocked\nUse /vehctrl", vspeed,UpdateLabelOfSpeed(playerid),UpdateString(playerid));
                Update3DTextLabelText(Speedo[playerid],0xFF0000FF,SpeedoStr);

            }
            if(HB[playerid] == 0 && Boost[playerid] == 1 && Lock[playerid] == 0)
            {
                format(SpeedoStr, sizeof(SpeedoStr), "\n\n\n\n\n{05BDFA}Speed: %d km/hr%s\n{05BDFA}Health:[%s{05BDFA}]\nBoost:Online\n{05BDFA}Handbrake:{FF0000}De-Activated\n{05BDFA}Security:Unlocked\nUse /vehctrl", vspeed,UpdateLabelOfSpeed(playerid),UpdateString(playerid));
                Update3DTextLabelText(Speedo[playerid],0xFF0000FF,SpeedoStr);

            }
            if(HB[playerid] == 0 && Boost[playerid] == 0 && Lock[playerid] == 1)
            {
                format(SpeedoStr, sizeof(SpeedoStr), "\n\n\n\n\n{05BDFA}Speed: %d km/hr%s\n{05BDFA}Health:[%s{05BDFA}]\nBoost:Online\n{05BDFA}Handbrake:{FF0000}De-Activated\n{05BDFA}Security:Locked\nUse /vehctrl", vspeed,UpdateLabelOfSpeed(playerid),UpdateString(playerid));
                Update3DTextLabelText(Speedo[playerid],0xFF0000FF,SpeedoStr);

            }
            return 1;
            }
           

        return 1;
}
Reply


Messages In This Thread
3D Label Not showing - by Gamer_007 - 06.02.2013, 08:54
Re: 3D Label Not showing - by zde5 - 06.02.2013, 09:05
Re: 3D Label Not showing - by Gamer_007 - 06.02.2013, 09:20
Re: 3D Label Not showing - by teomakedonija - 06.02.2013, 09:31
Re: 3D Label Not showing - by Gamer_007 - 06.02.2013, 09:35
Re: 3D Label Not showing - by teomakedonija - 06.02.2013, 09:42
Re: 3D Label Not showing - by Gamer_007 - 06.02.2013, 09:43

Forum Jump:


Users browsing this thread: 1 Guest(s)