[Ajuda] Attach3DTextLabelToPlayer
#1

Bom, eu fiz um Texto3d para quem estiver procurado no servidor, ele й posicionado acima do nick de quem й procurado.

pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
    if(IsPlayerConnected(i))
    {
        if(WantedPoints[i] > 0 && WantedPoints[i] != 1337)
        {
            Delete3DTextLabel(Procurado[i]);
            format(string, sizeof(string), "** Procurado **\nNнvel: %d",WantedPoints[i]);
            Procurado[i] = Create3DTextLabel(string,0x33ccffFF,0.0, 0.0, 0.0, 15.0, 0, 0);
            Attach3DTextLabelToPlayer(Procurado[i], i, 0.0, 0.0, 0.7);
        }
    }
}
Mais queria definir para apenas os Policiais poderem ver isto, tem alguma forma?
Reply


Messages In This Thread
Attach3DTextLabelToPlayer - by Stronda xD - 18.05.2013, 14:40
Re: Attach3DTextLabelToPlayer - by AlucardSnow - 18.05.2013, 15:44

Forum Jump:


Users browsing this thread: 1 Guest(s)