raster of textdraws
#1

Код:
    #define TD_X 150.0
    #define TD_Y 150.0
    for(new i=0;i<6;i++)//defines the line
    {
	    for(new j=0;j<7;j++)//defines the column
	    {
	    	xtxd[i][j]=TextDrawCreate(TD_X+(i*10.0),TD_Y+(j*10.0),"a");
	    }
    }
this sould create a raster of textdraws right?

the only thing it does is create a vertical line of a's

plz help me to make it a raster
EDIT:yeeh 350 posts.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)