22.10.2010, 13:16
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++;
}