[Ajuda] Ajuda com label
#1

Bom to tentando criar com q aparesa o nome do clan em cima do player como label... mais nunca dava entao resolvi criar um comando pra teste e nem ele deu..... (e tudo compila certinho '-')
pawn Код:
new Text3D:NomeClan[MAX_PLAYERS]; //isso no topo do gm ^^
CMD:label(playerid)
{

    NomeClan[playerid] = Create3DTextLabel("teste", 0x008080FF,0.0,0.0,0.0,0.0,0);
    Attach3DTextLabelToPlayer(NomeClan[playerid], playerid, 0.0 , 0.0 , 0.7 );
    return 1;
}
Reply


Messages In This Thread
Ajuda com label - by brunovs2011 - 07.05.2014, 17:10
Re: Ajuda com label aq '-' - by arakuta - 07.05.2014, 17:15
Re: Ajuda com label aq '-' - by brunovs2011 - 07.05.2014, 17:17
Re: Ajuda com label aq '-' - by brunovs2011 - 07.05.2014, 18:19
Re: Ajuda com label aq '-' - by arakuta - 07.05.2014, 18:22
Re: Ajuda com label aq '-' - by BreakDriFT - 07.05.2014, 18:24
Re: Ajuda com label aq '-' - by arakuta - 07.05.2014, 18:26
Re: Ajuda com label aq '-' - by BreakDriFT - 07.05.2014, 18:29
Re: Ajuda com label aq '-' - by brunovs2011 - 07.05.2014, 18:52
Re: Ajuda com label aq '-' - by brunovs2011 - 07.05.2014, 19:03

Forum Jump:


Users browsing this thread: 1 Guest(s)