[Ajuda] Label Nгo carrega
#2

Tente

pawn Код:
FC:CheckLabels()
{
    for (new p = 0; p < MAX_PLAYERS; p++)
    {
        if(pInfo[p][dAfk] == false)
        {
            switch(pInfo[p][dLAdmin])
            {
                case 0:
                {
                    format(sGlobal, sizeof(sGlobal), "%s", gProfName(p));
                    CreateDynamic3DTextLabel(sGlobal, COR_LARANJA2, 0.0, 0.0, 0.5, 50.0, pInfo[p][LabelAdmin], INVALID_VEHICLE_ID);
                }
                case 1:
                {
                    CreateDynamic3DTextLabel("*Moderador*", COR_LARANJA2, 0.0, 0.0, 0.5, 50.0, pInfo[p][LabelAdmin], INVALID_VEHICLE_ID);
                }
                case 2:
                {
                    CreateDynamic3DTextLabel("*Moderador*", COR_LARANJA2, 0.0, 0.0, 0.5, 50.0, pInfo[p][LabelAdmin], INVALID_VEHICLE_ID);
                }
            }
        }
        if(pInfo[p][dAfk] == true)
        {
            CreateDynamic3DTextLabel("*AFK*", COR_LARANJA2, 0.0, 0.0, 0.5, 50.0, pInfo[p][LabelAdmin], INVALID_VEHICLE_ID);
        }
    }
    return 1;
}
ou use: Attach3DTextLabelToPlayer
Reply


Messages In This Thread
Label Nгo carrega - by dPlaYer_ - 24.03.2013, 02:26
Re: Label Nгo carrega - by Maklister - 24.03.2013, 02:34
Re: Label Nгo carrega - by Crueliz0n - 24.03.2013, 03:11
Re: Label Nгo carrega - by Maklister - 24.03.2013, 04:43
Re: Label Nгo carrega - by Dwayne-Pheonix - 24.03.2013, 12:20
Re: Label Nгo carrega - by dPlaYer_ - 24.03.2013, 22:48
Re: Label Nгo carrega - by Crueliz0n - 24.03.2013, 23:06
Re: Label Nгo carrega - by dPlaYer_ - 25.03.2013, 00:27

Forum Jump:


Users browsing this thread: 1 Guest(s)