3D Text Labels in all Virtual Worlds
#2

Loop through all virtual worlds and use that variable to set vw in the Create3DTextLabel function.

pawn Код:
new iVW = 0;
while( iVW < the_highest_virtualworld_id_here )
{
    Create3DdTextLabel( "something", color, x, y, z, draw, iVW );
    iVW++;
}
Reply


Messages In This Thread
3D Text Labels in all Virtual Worlds - by Gforcez - 22.10.2010, 13:02
Re: 3D Text Labels in all Virtual Worlds - by LarzI - 22.10.2010, 13:16
Re: 3D Text Labels in all Virtual Worlds - by IstuntmanI - 22.10.2010, 14:26
Re: 3D Text Labels in all Virtual Worlds - by LarzI - 22.10.2010, 14:45
Re: 3D Text Labels in all Virtual Worlds - by Spiral - 22.10.2010, 14:55

Forum Jump:


Users browsing this thread: 1 Guest(s)