22.10.2010, 13:02
Hello,
How can i make, That a 3DTextLabel Shows in all Virtual worlds,
Do you know how to make this?
How can i make, That a 3DTextLabel Shows in all Virtual worlds,
Do you know how to make this?
new iVW = 0;
while( iVW < the_highest_virtualworld_id_here )
{
Create3DdTextLabel( "something", color, x, y, z, draw, iVW );
iVW++;
}
Create3DTextLabel( "Text", color, X, Y, Z, draw_distance, -1 );