SA-MP Forums Archive
raster of textdraws - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: raster of textdraws (/showthread.php?tid=205838)



raster of textdraws - legodude - 02.01.2011

Код:
    #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.