[Ajuda] Text Admin em Serviзo
#4

pawn Код:
public Textadm(playerid)
{
    for(new i=0; i<MAX_PLAYERS; i++)
    {
        new string[288];
        if(Getadmtrampando[playerid] == 1)
        {
    new Text3D:label1 = Create3DTextLabel("Trabalhando", 0x008080FF, 30.0, 40.0, 50.0, 40.0, 0);
    Attach3DTextLabelToPlayer(label1, playerid, 0.0, 0.0, 0.7);
        }
        else if(Getadmtrampando[playerid] == 0)
        {
    new Text3D:label2 = Create3DTextLabel("Jogando", 0x008080FF, 30.0, 40.0, 50.0, 40.0, 0);
    Attach3DTextLabelToPlayer(label2, playerid, 0.0, 0.0, 0.7);
        }
    }
}
Reply


Messages In This Thread
Text Admin em Serviзo - by Felipe_Castro - 17.12.2013, 03:48
Re: Text Admin em Serviзo - by focaximubh - 17.12.2013, 04:00
Re: Text Admin em Serviзo - by Felipe_Castro - 17.12.2013, 04:01
Re: Text Admin em Serviзo - by focaximubh - 17.12.2013, 04:09
Re: Text Admin em Serviзo - by Felipe_Castro - 17.12.2013, 04:31
Re: Text Admin em Serviзo - by focaximubh - 17.12.2013, 04:40
Re: Text Admin em Serviзo - by Felipe_Castro - 17.12.2013, 04:56
Re: Text Admin em Serviзo - by Felipe_Castro - 17.12.2013, 11:27

Forum Jump:


Users browsing this thread: 1 Guest(s)