[AJUDA]Attach3DTextLabelToPlayer
#4

tenta
pawn Код:
new Text3D: Procurado;
forward ProcuradoPlayer(playerid);
public ProcuradoPlayer(playerid)
{
    if(WantedPoints[playerid] != 0)
    {
       Procurado = CreatePlayer3DTextLabel( "~~ Procurado ~~", COLOR_RED, 0.0, 0.0, 0.0, 60.0, 0, 1 );
       Attach3DTextLabelToPlayer(Procurado, playerid, 0.0, 0.0, 2.0);
    }
    if(WantedPoints[playerid] == 0)
    {
       DeletePlayer3DTextLabel(playerid, Procurado);
    }
    return 1;
}
e onde vc ta pondo pra chamar essa callback?
Reply


Messages In This Thread
[AJUDA]Attach3DTextLabelToPlayer - by Bolinha_ProJogos - 29.01.2012, 16:16
Re: [AJUDA]Attach3DTextLabelToPlayer - by Lуs - 29.01.2012, 16:31
Re: [AJUDA]Attach3DTextLabelToPlayer - by WINDOWNS7 - 29.01.2012, 17:10
Re: [AJUDA]Attach3DTextLabelToPlayer - by Lucas_Alemao - 29.01.2012, 17:26
Re: [AJUDA]Attach3DTextLabelToPlayer - by Lуs - 29.01.2012, 17:46
Re: [AJUDA]Attach3DTextLabelToPlayer - by cezaro - 29.01.2012, 18:11
Re: [AJUDA]Attach3DTextLabelToPlayer - by Bolinha_ProJogos - 29.01.2012, 18:17
Re: [AJUDA]Attach3DTextLabelToPlayer - by Lucas_Alemao - 29.01.2012, 18:21
Re: [AJUDA]Attach3DTextLabelToPlayer - by Bolinha_ProJogos - 29.01.2012, 18:22
Re: [AJUDA]Attach3DTextLabelToPlayer - by cezaro - 29.01.2012, 18:24

Forum Jump:


Users browsing this thread: 1 Guest(s)