02.08.2015, 19:35 
	
	
	
		Hello,
How can i make something like the boards in picture? They are movable.

 
	
	
	
	
How can i make something like the boards in picture? They are movable.

 
	
 
	


new text[] = "Hello...get out! ";
//Then with a timer you shuffle the array
new c[2];
c[0] = text[0];
strdel(text,0,1),strins(text,c,strlen(text));
SetObjectMaterialText(...); 
