[Ajuda] IsValidDynamic3DTextLabel
#1

PHP код:
error 017undefined symbol "IsValidDynamic3DTextLabel"
error 001expected token";"but found "]"
error 029invalid expressionassumed zero
fatal error 107
too many error messages on one line 
pawn Код:
stock UpdateBar(playerid)
{
    new Float:HP, veh = GetPlayerVehicleID(playerid);
    GetVehicleHealth(veh, HP);
    UpdateString(HP);

    if(IsValidDynamic3DTextLabel(CarLabel[playerid])) //LINHA DO ERRO
    {
        UpdateDynamic3DTextLabelText(CarLabel[playerid], -1, UpdateString(HP));
    }
    return 1;
}
Alguem sabe o porque do erroooo
Reply
#2

Bota include streamer.
Reply
#3

Como o zSuYaNw disse em cima, aqui tens o link caso nгo saibas qual a include que tem essa funзгo: https://sampforum.blast.hk/showthread.php?tid=102865
Reply
#4

Quote:
Originally Posted by zSuYaNw
Посмотреть сообщение
Bota include streamer.
VLW Mano
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)