[DUVIDA] Create3DTextLabel
#4

pawn Код:
new Text3D:td[MAX_3DTEXT_PLAYER];

public OnGameModeInit()
{
    for(new i = 0; i < 10; i++)
    {
        td[i] = Create3DTextLabel(Texto, Cor, X, Y, Z, Distancia para ser vista, virtual world, 0);
    }
    return 1;
}
Assim vai criar vбrias a partir do loop.

Troque o 10 pelo nъmero de Texts que vocк quer criar.
Reply


Messages In This Thread
[DUVIDA] Create3DTextLabel - by Kelvin_Cesar - 02.02.2012, 23:11
Re: [DUVIDA] Create3DTextLabel - by Hard` - 02.02.2012, 23:35
Re: [DUVIDA] Create3DTextLabel - by Lucas_Alemao - 02.02.2012, 23:42
Re: [DUVIDA] Create3DTextLabel - by Victor' - 03.02.2012, 00:42
Re: [DUVIDA] Create3DTextLabel - by Lucas_Alemao - 03.02.2012, 01:04

Forum Jump:


Users browsing this thread: 1 Guest(s)