[Ajuda] Label Nгo carrega
#6

Quote:
Originally Posted by Dwayne-Pheonix
Посмотреть сообщение
Criar um Text3D a cada 1 segundo lol
Nгo obtive resultados com seu cуdigo, apesar de compilar e tudo, ele nгo attacha no player.

pawn Код:
CheckLabels(); public CheckLabels() {
    for(new p = 0; p < GetMaxPlayers(); p++) {
        if((IsPlayerConnected(p)) && (pInfo[p][dAfk] == false)) {
            switch(pInfo[p][dLAdmin]) {
                case 0: {
                    format(sGlobal, sizeof(sGlobal), "%s", gProfName(p));
                }
                case 1: {
                    format(sGlobal, sizeof(sGlobal), "* Moderador *");
                }
                case 2: {
                    format(sGlobal, sizeof(sGlobal), "* Adminstrador *");
                }
            }
        }
        if(pInfo[p][dAfk] == true) {
            format(sGlobal, sizeof(sGlobal), "* Jogador AFK *");
        }
        if(IsValidDynamic3DTextLabel(pInfo[p][LabelTodos])) UpdateDynamic3DTextLabelText(pInfo[p][LabelTodos], COR_LARANJA2, sGlobal);
    }
    return 1;
}
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)