[Pedido] Create 3D TextLabel
#7

Nгo testei mas acho que isso funciona:
pawn Код:
new
    Text3D: corey;
   
new Texto[ 20 ];
new Float:P[3];

CMD:texto3d(playerid, params[])
{
    if(sscanf ( params,"s[20]", Texto))
        return SendClientMessage(playerid, -1,"Uso: /texto3d mensagem");
       
    GetPlayerPos(playerid, P[0], P[1], P[2]);
    corey = Create3DTextLabel(Texto, 0xFFFFFFFF, P[0], P[1], P[2], 100.0, 0);
    Update3DTextLabelText(corey, 0xFFFFFFFF, Texto);
    return 1;
}
Reply


Messages In This Thread
Create 3D TextLabel - by GHLEMES - 20.09.2013, 01:06
Re: Create 3D TextLabel - by PT - 20.09.2013, 01:11
Re: Create 3D TextLabel - by iFucK - 20.09.2013, 01:12
Re: Create 3D TextLabel - by GHLEMES - 20.09.2013, 01:44
Re: Create 3D TextLabel - by GHLEMES - 20.09.2013, 01:46
Re: Create 3D TextLabel - by iFucK - 20.09.2013, 01:55
Re: Create 3D TextLabel - by Coe1 - 20.09.2013, 02:02

Forum Jump:


Users browsing this thread: 1 Guest(s)