Ayuda con йsto!
#2

pawn Код:
#define MAX_TEXTO (5)
new Text3D:Texto[MAX_TEXTO];

new Float:Posiciones[][3]={
    { 0.0,0.0,0.0, }, //posicion 1
    { 0.0,0.0,0.0, }, //posicion 2
    { 0.0,0.0,0.0, }, //posicion 3
    { 0.0,0.0,0.0, }, //posicion 4
    { 0.0,0.0,0.0, } //posicion 5
    //etc...
};

for(new index; index < MAX_TEXTO; index++){
    Texto[index] = CreateDynamic3DTextLabel("Bla bla bla......",COLOR_WHITE, Posiciones[index][0],Posiciones[index][1],Posiciones[index][2],15);
}
Reply


Messages In This Thread
Ayuda con йsto! - by JimGorecky - 01.03.2014, 05:03
Respuesta: Ayuda con йsto! - by OTACON - 01.03.2014, 05:48
Respuesta: Ayuda con йsto! - by hotspicytaco - 01.03.2014, 06:23
Re: Ayuda con йsto! - by GAlvaro14 - 01.03.2014, 07:35

Forum Jump:


Users browsing this thread: 1 Guest(s)