02.01.2011, 13:33
Код:
#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");
}
}
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.

